Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to count the number of times specific data occurs across multiple
worksheets in the same workbook. I thought COUNTIF would work, but I don't seem to be able to set the range properly. basically, I want to always look in the same cell on each worksheet and count the contents in a summary worksheet. Any ideas?? -- carolyn |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(COUNTIF(INDIRECT("Sheet"&ROW(INDIRECT( "1:3"))&"!A1"),"x"))
sums Sheet1,2 and 3 where the vaklue is "x" -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "carolyn" wrote in message ... I am trying to count the number of times specific data occurs across multiple worksheets in the same workbook. I thought COUNTIF would work, but I don't seem to be able to set the range properly. basically, I want to always look in the same cell on each worksheet and count the contents in a summary worksheet. Any ideas?? -- carolyn |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting 2 colums of numbers and incremening them down | Excel Discussion (Misc queries) | |||
Update data automatically among worksheets | Excel Discussion (Misc queries) | |||
Match and Sort for two range of data on different worksheets? | New Users to Excel | |||
Sharing data across worksheets within a workbook based on identifi | Excel Discussion (Misc queries) | |||
data entry on multiple worksheets | Excel Discussion (Misc queries) |