Hi
I run Excel 2000 on Windows XP
Can anyone think of a way for a spreadsheet to 'count' those cells within a column which have content - regardless of what that content is, i.e. if column A has a value either text or numerical in say 6 rows it would return a value of 6, column B may only have content in 4 rows,etc, etc.
At the moment I've created 6 extra columns with
=IF(A2=0,"",1). The total of that column is then returned to A1. I noticed that there's a 'count' function but I couldn't seem to get it to work as it seems to be referring to numbers within a range not just any content?
I run Excel 2000 on Windows XP
Can anyone think of a way for a spreadsheet to 'count' those cells within a column which have content - regardless of what that content is, i.e. if column A has a value either text or numerical in say 6 rows it would return a value of 6, column B may only have content in 4 rows,etc, etc.
At the moment I've created 6 extra columns with
=IF(A2=0,"",1). The total of that column is then returned to A1. I noticed that there's a 'count' function but I couldn't seem to get it to work as it seems to be referring to numbers within a range not just any content?