Yes, I meant empty as with the delete key.
I need to get a total using the CountA function that does not count the
"Blank" cells.
Is there a way to use the "IF" function with the "CountA" to exclude the
Blanks returned by my original "IF" function.
Thanks
You need to give us an example, as it's not clear what you mean by
"Blanks returned by my original IF" . An IF function can only put some
value into its own cell. I thought COUNTA will ignore cells whose value
is "", which an IF could write to its cell.
But to get pure blanks, you'll need to write a macro which executes the
CLEAR command on designated cells. All in all, it's ugly and basically
a hangup in Excel. You'd think there'd be a way to treat a no-content
cell the same as a 'null,' or blank cell, but no. Take a look at the
mess you get when graphing blanks vs "" or 0 cells.