Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for feeding back - glad you got it to work.
Pete On Jan 26, 2:26 pm, Jeffrey wrote: That worked thanks for your help. "Pete_UK" wrote: Jeffrey, if your data is currently in cell A1, then you need to select cell B1 and type the formula in as it appears, starting with the equals sign. A quicker and less error-prone way is if you copy it from the newsgroups or email (highlight the complete formula, then do CTRL-C) and then paste it into the cell. If you have done this correctly, then you should see your first data item with quotes around the company name in cell B1. With B1 selected, double-click the fill-icon - this is the small black square in the bottom right corner of the cursor - and this will copy your formula down to the bottom of the data in column A, i.e. to B2500 or thereabouts, if your data is in one continuous list. With all the cells B1:B2500 highlighted, then follow this procedu click <copy (you will get the dotted lines around the highlighted block), then click Edit, followed by Paste Special, then click against the Values button, and then click OK, and finally press the <Enter key. This will have fixed the values in column B, so they do not depend on the contents of column A, and so you can highlight column A by clicking the A at the top of the column and then Edit | Delete to get rid of that column. This will leave you with what you want. Hope this helps. Pete On Jan 26, 12:12 am, Jeffrey wrote: I am a novice on some or most of Excel commands, so I do not have an idea as to how to do what you are asking. I wish there was a way to attach a partial file that i am having trouble with. All of the info for each company in in one cell. "Pete_UK" wrote: As long as you have no commas in the company name, you could try this: =CHAR(34)&LEFT(A1,SEARCH(",",A1)-1)&CHAR(34)&MID(A1,SEARCH(",",A1),255) Copy the formula down for as many entries as you have in column A. Then highlight all the cells with this formula in and fix the values (<copy, Edit | Paste Special | Values (check) | OK then <Enter). You could then delete column A. Hope this helps. Pete On Jan 25, 10:25 pm, Jeffrey wrote: I have a comma delimited file that opens up in Excel. I need to add a quote character in the beginning of one cell. Sample of what it looks like now: (all info is one cell such as A1) this is in Cell A1 company name,"address","","city","state","zip" this is in Cell A2 company name,"address","","city","state","zip" I need it to look like this Cell A1 "company name","address","","city","state","zip" Cell A2 "company name","address","","city","state","zip" Please note that the file has 2500 lines.- Hide quoted text -- Show quoted text -- Hide quoted text -- Show quoted text - |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cleaning up data -- any way to globally fix this?? | Excel Discussion (Misc queries) | |||
file will not open | Excel Discussion (Misc queries) | |||
Weird File Open/Save As Behavior | Excel Discussion (Misc queries) | |||
"There is no office assistant character file present on this syste | Excel Discussion (Misc queries) | |||
Links picking up values from an older version of linked file | Links and Linking in Excel |