Thread: Sum function
View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ragdyer
 
Posts: n/a
Default Sum function

Of course I'm nit-picking <bg, BUT ...
I, and "most" of what I've read in these groups, DO stipulate:
"new, unused cell"
Which of course means that the *unused* cell is formatted to the XL default
'General' format.

This does mean however, that the OP will *always* know which cells are/have
been, unused.
That is, of course, it they even noticed the 'unused' stipulation in the
instructions in the first place.<g
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Biff" wrote in message
...
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
specialadd, 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" wrote in message
...
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

!

--------------------------------------------------------------------------

-
"Ron Coderre" wrote in message
...
Thanks, RD....(I was wondering why TTC was working ok on *my* PC. )

But, I think your suggestion of Copy/Paste_Special.Add is the better

way
to
go.

***********
Best Regards,
Ron

XL2002, WinXP


"Ragdyer" wrote:

I stand corrected.
TTC does allow the Sum() function to calculate in those 'text'
formatted
cells, even though the cell remains formatted as 'text'.

Sorry!
--
Regards,

RD



-------------------------------------------------------------------------

-
-
Please keep all correspondence within the NewsGroup, so all may

benefit
!


-------------------------------------------------------------------------

-
-
"Ragdyer" wrote in message
...
TTC will *only* correct numbers designated as 'text' by the use of

a
prefixed apostrophe.
If cells were formatted as 'text' prior to the entry of the

numbers,
TTC
won't work on those cells.
--
Regards,

RD



-------------------------------------------------------------------------

-
-
Please keep all correspondence within the NewsGroup, so all may

benefit !


-------------------------------------------------------------------------

-
-
"Ron Coderre" wrote in message
...
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


"Stephen Connell" wrote:

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