count cells over multiple sheets

  • Thread starter Have three columns R,S,T
  • Start date
H

Have three columns R,S,T

I have multiple, identical laidout, sheets in my book.
I would like to count the total number of cells, for say line 2, from each
sheet, that isn't blank.

Any ideas??

Thanks

DL
 
F

Frank Kabel

Hi
use Domenic's suggestion for non blanks:
=COUNTA('first_sheet:last_sheet'!A2:X2)
 
Top