Splitting a cell???I have a long list of data combined in once column by
cell. The data in each cell includes a phone number and
address. I would like to split that data into two
different cells. Is this possible and if so how?
The data looks like this:
(555) 555-5555 999 Broadway, Apt A
etc.
etc..
etc...
Any advise?
Brw
Try <Data> <TextToColumns>
Check "FixedWidth", <Next>
Read the directions to move the break line to the end of the phone numbers
and eliminate any others,
Then <Finish>
--
HTH,
RD
==============================================
Please keep all corr...
Excel 2007When I select cells to copy as a picture in Excel 2007, the resolution is
terrible. Text and objects with shadow's are very blotchy when pasting the
picture.
How do you change the resolution of a 'Copy Picture'?
...
Using part of a cell in a chart titleI have a chart which should get a title. However, this should be partly be
used from a cell e.g.
"counted with 5%"
5% should be taken from the cell and used in the title.
Is this possible?
Hi,
Yes it's possible but all of the chart title needs to be in the cell. So you
may need to use a helper cell and concatenate text and value.
http://www.andypope.info/tips/tip001.htm
Cheers
Andy
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Nicole" <Nicole@discussions.microsoft.com> wrote in message
news:5CB7A971-AA7F-4C34-BB42-7DC283AA2958@micro...
visible cell onlyI'd like to use the PERCENTILE function in a list that has been autofiltered
and get the results based only on the visible cells.
I've used SUBTOTAL in order to get count, average, min and max. But I need
to get the .25 and .75 percentile figures for the filtered data (visible
cells only).
I've scoured these forums. I've scoured the web. I've found some vba code
that was supposed to select only visible cells but it doesn't work for me. I
posted last week in the programming section of these forums (and again this
morning) but got no reply. I figure...
Error: Invalid byte was found at byte index 63.Does anyone know what this means:
"Invalid byte was found at byte index 63. "
If yes, please help.
Apogee
Apogee wrote:
> Does anyone know what this means:
>
> "Invalid byte was found at byte index 63. "
That means exactly what it says: At index 63 XML parser found a byte, which is
invalid either according document's encoding or is forbidden in XML documents
at all (see list of allowed in XML characters at
http://www.w3.org/TR/2000/REC-xml-20001006#charsets)
--
Oleg Tkachenko
http://www.tkachenko.com/blog
Multiconn Technologies, Israel
...
Customized Toolbar RestoreState() fails if it has only 1 buttonThis issue happens only when the numbers of buttons in the tool bar is
"1". Thats is, the user launches the customize toolbar dialog and
removes all but 1 tool bar button.
I have multiple Tool bars which I persist on application close and
restore on application load. The SaveState() works fine as I notice
the value "55 81 00 00" saved if only 1 button is left in the Tool
bar.
Here is the code for the RestoreState
for (int i = 0; i < m_ToolBars.GetSize(); i++) {
HKEY hSecKey = AfxGetApp()->GetSectionKey("Tool Bars");
if (hSecKey == NULL)
break;
CS...
Looking for XPathReader 1.1Where is XPathReader 1.1 available for download? I have 1.0 and found
the 2005 MS announcement for 1.1 but the link was for godotnet which
no longer exists. Nothing shows up in a search at the MS download
center or Google.
Bill
...
Lookup based on criteria in 2 columnsHi,
I am trying to use a vlookup or other function to return the value in the
amount column based on the location and date. Here is a sample of my data:
Location Date Amount
101 9/15/8 10
101 9/16/8 20
101 9/17/8 15
102 9/15/8 50
102 9/16/8 75
102 9/17/8 67
For example if I wanted to return the amount for location 102 on 9/15/8,
what formula would I use? I tried using variations of vlookups but had no
luck.
Thanks,
=SUMPRODUCT(--(A2:A50=102),--(B2:B50=DATE(2008,9,15)),C2:C50)
--
Regards,
Peo Sjo...
Rollup 2 and Office 2007I already have Roll Up 1 and the Office 2007 compatibility patch installed.
If I now install roll up 2 will I have to reinstall the office 2007
compatibility?
yes
--
Regards,
MS CRM Certified Professional
http://microsoftcrm3.blogspot.com
Chat with me on MSN / Gmail / Skype : ID Is :.. mscrmexpert@gmail.com
"LLoyd" wrote:
> I already have Roll Up 1 and the Office 2007 compatibility patch installed.
> If I now install roll up 2 will I have to reinstall the office 2007
> compatibility?
...
Outlook 2003 keeps crashing #2I get this message when I look in System information. Outlook keeps
crashing quite often. I cannot for example delete two messages without
outlook crashing. My colleagues do not have this problem. We are using
the Microsoft mail exhange server.
Faulting application outlook.exe, version 11.0.5510.0, stamp 3f1380f0,
faulting module mso.dll, version 11.0.5606.0, stamp 3f334cce, debug? 0,
fault address 0x003b6e16.
Does anyone has a solution?=20
Best regards/
Bj=F6rn
1) I would definitely apply Service Pack 2for Office 2003 + applicable
critical security updates.
2) Have you tried starting O...
Microsoft POS #2I have a group of customers that I am working on setting up A bundled POS
system for.
I have looked at RMS and Microsoft POS. The customer's are small bulk food
stores. They package all of the bulk food in various containers and weigh it
with a Hobart scale producing a label with an system 2 price enbedded
barcode. These are UPC A formats. They are for the most part simple single
store installs and donot require the complex RMS system.
I have setup the Microsoft POS version 2.0 and found it will work perfect
for these customers. The only problem when you programed the system you
l...
move cell contentsIs there a way to move a cell contents to another cell with a formula. ex:
if a5="Name" then move g5 to j5? Also, I am using
=INDEX(Sheet1!B3:B12,INT((RAND()*10)+1),1) to pick random names from a list.
I have the formula in different place pick random names from different list.
This does work, but I have different list with some of the same names and
with the random pick I do not want the same name to appear.
--
Thanks for any and all help.
Davidl
Hi David
a formula can only affect the cell it is in, it can't move or change another
cell for this you need some code ...
Linker Error after upgrade from VC7.1Hello all,
After upgrading a VC7.1 project to visual studio 2005, it failed to build in
the release configuration with the follwoing error :
1>nafxcw.lib(winocc.obj) : error LNK2005: "public: class CWnd * __thiscall
CWnd::GetDlgItem(int)const " (?GetDlgItem@CWnd@@QBEPAV1@H@Z) already defined
in InstallDlg.obj
The debug build works fine.
The project uses MFC in a static library.
Well, after doing some research, it seems that this one is tied to the fact
that in a release configuration, _AFX_ENABLE_INLINES is defined, so inline
functions are embedded in the .obj file.
Sure there...
How to change font size on formula bar in Excell 2007I don't find Tools>Options>General (as suggested in other post answers) in
Excel 2007. On the Office button there is an Excel Options but it doesn't
provide a method of changing font size on the office but. My font is so
small I can barely see it.
Office button>ExcelOptions>Popular tab>in the "When creating new workbooks"
section, choose font and font size
--
Kind regards,
Niek Otten
Microsoft MVP - Excel
"jimwillie" <jimwillie@discussions.microsoft.com> wrote in message
news:588AAC05-0F52-404E-AA01-128E70E02D0B@microso...
Invalid XML error when I open customization settingI have a problem when I try to open customization setting after I import an
entity. The system errored "Invalid XML" "The XML passed to the platform is
not well-formed XML". Please recommend how to resolve this problem. Thanks.
...
Radar chart in Access 2007 reportCan you add a Radar chart to an access 2207 report?
...
Grammar check not workingHello,
I am using Word 2007 and have a problem with grammar and punctuation errors.
I deliberately put two spaces between words, do not put space after a comma,
write long sentences and finish a sentence without a verb but the green
underline never appears. The spell check is functioning properly, no problem
with that. In Word Options > Proofing, "Mark grammar errors as you type" is
selected. I changed that selection and tried again but it still did not work.
I used different languages as default language but no change.
I would be grateful if someone could come...
what's the formula for adding symbols in cells?I have a chart that has blank info in the legend. I want
to add an * to indicate something, but just inserting a
symbol doesn't work. Any ideas? Thanks.
Debi -
To add information to the legend, you need to add to a series name.
Right click on the chart, select Source Data from the pop up menu, click
on the series tab, select a series, and either type something in the
name box, or click in it and select a cell with the mouse.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______
Debi wrote:
> I have a chart tha...
Can you only merge up to a certain number of cellsI am working on microsoft excel 2003, I have a sheet that I merged cells
starting with line 8 through 43...when I type my information in the merged
area I can see all that I am typing...say it goes up to line 30 once I hit
the enter key I can only see up to line 20. Even when I print it out it only
prints up to line 20...I have checked to make sure there are not locked cells
etc. I cannot figure out at all why this is happening...is there only up to
a certain number of cells you can merge?
From "Excel Specifications and Limits"
Length of cell contents (text) ...
Email Router Failing with System.UriFormatException: Invalid URI:I cannot seem to get a handle on this, even with a very basic email workflow
rule.
The rule is simply to watch test@mydomain.com. If any email goes in, send a
notification email to user@mydomain.com
The Server has the following error. Anyone have any ideas?
Event Type: Error
Event Source: MSCRMExRouterService
Event Category: None
Event ID: 0
Date: 1/21/2007
Time: 4:01:50 PM
User: N/A
Computer: IAHSR0002
Description:
System.UriFormatException: Invalid URI: The hostname could not be parsed.
at System.Uri.Parse()
at System.Uri..ctor(String uriString, Boolean dontEscape)
at Sy...
Exchange 2007 across account searchDoes Exchange 2007 has an option to search all users mail for keywords?
That all SBS workgroup users can search for messages to/from all other
users.
Is there any advanced indexing system to speed up search results?
Thanks!
On Tue, 26 Jan 2010 14:22:12 +0200, "Ronald" <2omikk@gmail.com> wrote:
>Does Exchange 2007 has an option to search all users mail for keywords?
>That all SBS workgroup users can search for messages to/from all other
>users.
>Is there any advanced indexing system to speed up search results?
>
>Thanks!
>
Bunch of ...
matching contents #2E1 thru E10 contains sequentially-sorted data. B1 thru B6 contains
sequentially-sorted data which matches SOME (but not ALL) of the data
in Col A. For example.
B E
1 1 1
2 3 2
3 4 3
4 5 4
5 6 5
6 10 6
7 7
8 8
9 9
10 10
I need to move the data in the cells in Col B next to the cells in
Col E that have the same contents. For example:
B E
1 1 1
2 2
3 3 3
4 4 4
5 5 5
6 6 6
7 7
8 8
9 9
10 10 10
Besides dr...
How do I merge cells with multiple data values?I've tried highlighting the two cells which are in the same row. It
suggested that I format and align. Both of which I've tried. I keep getting
the same error message, "The selection contains multiple data values. Merging
into one cell will keep the upper-most data only." I need to make the cells
one with all my information. Is this possible?
Not knowing what you want to do, let me make a suggestion. Put all your
data into the first cell and leave the second cell empty. Select both
cells. Click on Format - Cells - Alignment tab. In the "Horizontal" b...
Please ignore #2Testing a posting problem
--
Jim Bunton
...
2 register ruinning together on one z reportIs this possible, to have two registers running on one z report ?
We have a small store and would like to setup a second register as a backup,
temporary addition ( during rush hours)
Since we are a small show i do not need to have a separate register reports.
Can two registers ring up all sales together as one ?
How can i set this up ?
No, you can't do that.
You might be able to use the Register Analysis report available in SO
Manager Utilities/Crystal Reports to get something close to a single Z
though.
Glenn Adams
Tiber Creek Consulting
http://www.tibercreek.com
glenn@tibercreek.c...