![]() |
COUNT Function
I need to calculate the number of cells containing data within the range
B2:B65536. Will the Count function do this? There will be blank cells present. How do you get a function to reculate itself once additional data has been added? |
COUNT Function
=COUNTA(B:B)-COUNTA(B1)
-- Gary''s Student - gsnu200811 |
COUNT Function
=COUNTIF(B2:B65536,"=0")
"SiH23" wrote: I need to calculate the number of cells containing data within the range B2:B65536. Will the Count function do this? There will be blank cells present. How do you get a function to reculate itself once additional data has been added? |
COUNT Function
Hi,
Two formulas =COUNTA(B2:B65536) or =COUNTIF(B2:B65536,"<") If these help click the Yes button. -- Thanks, Shane Devenshire "SiH23" wrote: I need to calculate the number of cells containing data within the range B2:B65536. Will the Count function do this? There will be blank cells present. How do you get a function to reculate itself once additional data has been added? |
All times are GMT +1. The time now is 04:38 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com