Count guest number on an excel sheet
bbjoebar
-
flo -
flo -
Hello,
I need to count the number of guests on an Excel spreadsheet
it's a list of people that changes regularly, so an automatically updating table could be very practical.
Thank you
I need to count the number of guests on an Excel spreadsheet
it's a list of people that changes regularly, so an automatically updating table could be very practical.
Thank you
Configuration: Windows XP Firefox 3.0.5
2 answers
-
If Mike-31's formula seems too complex, you can simply use =COUNTA(A1:A1000)
--
Retirement is great! Especially in the Caribbean... :-)
☻ Raymond ♂ -
Hello,
Assuming that in your column from A1 to A1000 you enter a number or a word, place this formula in a cell of your choice
=SUMPRODUCT((LEN(A1:A1000)>0)*1)
A+