Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default 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



  #2   Report Post  
Posted to microsoft.public.excel.programming
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





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default 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







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie Formula Question - how to get formula to repeat in each subsequent row? [email protected] New Users to Excel 2 January 10th 10 05:02 PM
Formula question Kristal_81 Excel Worksheet Functions 2 June 10th 09 04:29 PM
Formula Question 57Caddy Excel Discussion (Misc queries) 2 September 6th 07 12:14 AM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
formula (IF) question Drew Halevy Excel Worksheet Functions 7 February 2nd 05 07:19 PM


All times are GMT +1. The time now is 08:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"