![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
after importing some data I am unable to use this data im my formulas untill I edit the data in the cell. ANY IDEAS ?
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Perhaps you're "importing" your numeric values as text (i.e., "10"). Use the Data | Text to Columns... menu command to convert them back to numeric values.
|
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
that's not the problem its as if there's an unspecified character in the cell
if I do a delete before my entry and after my entry then it works fine eg [del]12[ lots of dels ] but nothing shows up as being in those cells I've used TRIM() to remove spaces but that does not work |
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
So what are these mysterious characters? Using the array formula...
{=CODE(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1))} ...for a value in A1, paste the resultant array constant into a reply posting. You can evaluate with formula in the formula bar using F9. [ This Message was edited by: Mark W. on 2002-02-25 07:36 ] |
|
|
|
|
|
#5 |
|
Guest
Posts: n/a
|
I get a result of 32
|
|
|
|
#6 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#7 |
|
Guest
Posts: n/a
|
={32;32;32;32;49;55;49;46;32;48}
|
|
|
|
#8 | |
|
Guest
Posts: n/a
|
Quote:
|
|
|
|
|
#9 |
|
Guest
Posts: n/a
|
i spotted this just before you posted but thanks for the help. I do get other similar problems which I can't see an answer to , it may be later in the week before I have to import the data again . If the error occurs I'll post it here again.
Cheers Stephen |
|
|
|
#10 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Hang on to the formula that I provided and you can use it to diagnose your problem.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|