A
Andy
Okay - what I am trying to do is make a large spread sheet look pretty.
The spreadsheet is tracking the number of surgeries for 3 docs over
time. If a value of one of the surgeries is 0 (eg no surgeries of this
type done) I don't want the cell to display anything. (This keeps the
full year spread sheet from loading with zeros wich looks really bad.)
The way I am currently doing this is with this type of function:
"=IF(M3+C3=0,"",M3+C3)" where M3 is one surgery type and C3 is another-
this column is tracking the total of these 2 surgeries.. Now if I
evaluate the total number of surgeries, including much more common
surgeries and add the total from the more common surgeries to the less
common, I get a "Value" error because I cannot add the text field of
"". How do I get around this?
Andy
The spreadsheet is tracking the number of surgeries for 3 docs over
time. If a value of one of the surgeries is 0 (eg no surgeries of this
type done) I don't want the cell to display anything. (This keeps the
full year spread sheet from loading with zeros wich looks really bad.)
The way I am currently doing this is with this type of function:
"=IF(M3+C3=0,"",M3+C3)" where M3 is one surgery type and C3 is another-
this column is tracking the total of these 2 surgeries.. Now if I
evaluate the total number of surgeries, including much more common
surgeries and add the total from the more common surgeries to the less
common, I get a "Value" error because I cannot add the text field of
"". How do I get around this?
Andy