To add some more confusion <g>
The copy an empty cell/paste special method:
If the cell being copied is formatted as TEXT and after the paste
special>add, the SUM will return the correct result but the value returned
still "appears" to be TEXT (cell is aligned left). However, is you test
that value: =ISNUMBER( ) returns TRUE, =ISTEXT( ) returns FALSE. If you
check the format of the SUM cell is will show as TEXT.
Isn't this stuff loads 'o fun?
Biff
Ragdyer said:
I prefer TTC *if* the data is in a single column.
The "Paste Special", of course, is the better way to go for global or
multi-column data revisions.
--
Regards,
RD
--------------------------------------------------------------------------
-
Please keep all correspondence within the NewsGroup, so all may benefit
!
--------------------------------------------------------------------------
-
------------------------------------------------------------------------- -
- benefit
!
------------------------------------------------------------------------- -
- numbers,
TTC
------------------------------------------------------------------------- -
------------------------------------------------------------------------- -
-
It sounds like the "numbers" are really numeric text.
Try this:
Select the range to be summed
<data><text-to-columns>....Click the [Finish] button
That should convert any numeric text to actual numbers. Does the summary
cell show a non-zero total now?
***********
Regards,
Ron
XL2002, WinXP
:
I have a spreadsheet in which the sum function returns a zero value
from
a
range with positive numbers. The sum formula is correctly
entered. Any
ideas?
Thanks