View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default formula question

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