Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if this formula works on one sheet, how would i get it to sum multiple sheets,
say sheet1:sheet3? =COUNTIF(L3:L33,"=r") -- Gary |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gary,
Put the names of each the sheets in M1:M3, or however many you need, and use =SUMPRODUCT(COUNTIF(INDIRECT(M1:M3&"!L3:L33"),"r") ) -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... if this formula works on one sheet, how would i get it to sum multiple sheets, say sheet1:sheet3? =COUNTIF(L3:L33,"=r") -- Gary |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks for the formula, bob.
-- Gary "Bob Phillips" wrote in message ... Gary, Put the names of each the sheets in M1:M3, or however many you need, and use =SUMPRODUCT(COUNTIF(INDIRECT(M1:M3&"!L3:L33"),"r") ) -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... if this formula works on one sheet, how would i get it to sum multiple sheets, say sheet1:sheet3? =COUNTIF(L3:L33,"=r") -- Gary |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Newbie Formula Question - how to get formula to repeat in each subsequent row? | New Users to Excel | |||
Formula question | Excel Worksheet Functions | |||
Formula Question | Excel Discussion (Misc queries) | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
formula (IF) question | Excel Worksheet Functions |