Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
Hi
how are your sheets named exactly? -- Regards Frank Kabel Frankfurt, Germany Have three columns R,S,T wrote: 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 |
#3
![]() |
|||
|
|||
![]()
Shhet1, sheet2, sheet3 etc
Thanks "Frank Kabel" wrote: Hi how are your sheets named exactly? -- Regards Frank Kabel Frankfurt, Germany Have three columns R,S,T wrote: 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 |
#4
![]() |
|||
|
|||
![]()
Hi
use Domenic's suggestion for non blanks: =COUNTA('first_sheet:last_sheet'!A2:X2) -- Regards Frank Kabel Frankfurt, Germany Have three columns R,S,T wrote: Shhet1, sheet2, sheet3 etc Thanks "Frank Kabel" wrote: Hi how are your sheets named exactly? -- Regards Frank Kabel Frankfurt, Germany Have three columns R,S,T wrote: 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 |
#5
![]() |
|||
|
|||
![]()
Try...
=COUNTA(Sheet1:Sheet3!2:2) Hope this helps! In article , "Have three columns R,S,T" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple sheets selected | Excel Discussion (Misc queries) | |||
Count number of shaded cells | Excel Discussion (Misc queries) | |||
sum difference cells on multiple sheets | Excel Worksheet Functions | |||
CountIF across multiple sheets in a workbook | Excel Worksheet Functions | |||
Count rows based on multiple criteria | Excel Worksheet Functions |