Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I create files using SAS, outputting to an HTM file, which opens up
easily in Excel. If I drag the cursor over a few cells I do not get the 'sum=....' note at the bottom, which happens with a regular XLS sheet. If I use the sum function, 'sum(b2:b4)', I'll get a result of 0, but if I enter '=b2+b3+b4' I get the correct number. Anyone know of what might be causing this and how to correct? Thanks for any help. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The SUM() function ignores non-numeric (text) numbers.
If you check the format of your imported data you'll find that it's probably 'Text'. To convert those "non" (text) numbers to true XL recognizable numbers, right click in a new, unused cell, and choose "Copy". Select those text numbers and right click in that selection. Choose "PasteSpecial", then click "Add", then OK, then <Esc. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "nr" wrote in message ups.com... I create files using SAS, outputting to an HTM file, which opens up easily in Excel. If I drag the cursor over a few cells I do not get the 'sum=....' note at the bottom, which happens with a regular XLS sheet. If I use the sum function, 'sum(b2:b4)', I'll get a result of 0, but if I enter '=b2+b3+b4' I get the correct number. Anyone know of what might be causing this and how to correct? Thanks for any help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel file lost | Excel Discussion (Misc queries) | |||
Copy File Automatically on Opening It | Excel Discussion (Misc queries) | |||
Pasword protected Excel file encrypted, how do I read this file? | Excel Discussion (Misc queries) | |||
Links picking up values from an older version of linked file | Links and Linking in Excel | |||
Opening a file with code without a set file name | Excel Discussion (Misc queries) |