![]() |
|
|
|||||||
| FlashChat | Actuarial Discussion | Preliminary Exams | CAS/SOA Exams | Cyberchat | Around the World | Suggestions |
DW Simpson & Co |
Entry Level Jobs | Asian
Jobs |
Registration Form |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
J.T. had a problem caused by Excel treating his numbers as text. This is probably the most anoying thing about XL. Often (but of course not always) when bring data in from somewhere else, XL treats the numbers as text.
Does anyone have a reliable way to fix this once it happens? Just changing the format does not appear to be enough. P |
|
#2
|
||||
|
||||
|
I had the same problem awhile back and asked it here.
Short answer: If you're pasting the numbers in, try pasting as text. If that doesn't work or isn't possible, the best workaround seems to be soing a side calculation where you multiply all your text/numbers by 1 (or add zero). The results will be recognized as numerics and can be pasted back where you want them to go. This works well for contiguous arrays, less well if you have a bunch of scattered instances. Good luck! |
|
#3
|
|||
|
|||
|
Depends on where it's coming from. Access? Is it a flat-file of data being imported and parsed?
I usually have the opposite problem: numbered text always gets converted to numbers, and if the text can be interpreted as a date field, it will be converted to dates. I think this is the fault of the creator of "General" number format. Does this have something to do with the sheet's "Style" default? Mine's "General," which I interpret as my saying, "Oh, great Excel God, omniscient in data formats, do thy stuff." I'll bet your default number style is on "Text." Check "fOrmat, Style." |
|
#5
|
||||
|
||||
|
I interpret the replies so far as saying... yep, we all have problems with XL formats and don't have easy solutions. I interpret the lack of easy solutions to mean that there are no easy solutions.
I take it as more proof of my contention that no one at Microsoft ever uses these products. If they did, there would be easy ways to fix any formatting problems. |
|
#6
|
||||
|
||||
|
You can always do an =ISNUMBER(cell) to test if it is and then a =VALUE(cell).
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|