ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   formula question (https://www.excelbanter.com/excel-programming/351614-formula-question.html)

Gary Keramidas

formula question
 
if this formula works on one sheet, how would i get it to sum multiple sheets,
say sheet1:sheet3?

=COUNTIF(L3:L33,"=r")

--


Gary




Bob Phillips[_6_]

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






Gary Keramidas

formula question
 
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









All times are GMT +1. The time now is 09:46 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com