Thread
:
Summing it up
View Single Post
#
5
Posted to microsoft.public.excel.worksheet.functions
Violet 1
external usenet poster
Posts: 3
Summing it up
That did it! Awesome - Thanks!!!
"TomPl" wrote:
=IF(O27=0,"","8") returns the text value 8.
To get the number 8 change the formula to:
=IF(O27=0,"",8)
Then you sum formula should work.
tom
Reply With Quote
Violet 1
View Public Profile
Find all posts by Violet 1