Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 54
Default SumIf across multiple worksheets

I have 13 worksheets I want to sum quarterly. The formula I've been trying
is:

=SUMIF(A5:A36,"136982",'Apr 4:Jun 27'!G5:G36) but I get a #Value! error
message.

In column A I have contract numbers. In column G is the crew size. I want
to sum all the crew size based on specific contract numbers.

Any help is appreciated :)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 563
Default SumIf across multiple worksheets

In each of the other worksheet, are the contact numbers also in column A?
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"Alberta Rose" wrote in message
...
I have 13 worksheets I want to sum quarterly. The formula I've been
trying
is:

=SUMIF(A5:A36,"136982",'Apr 4:Jun 27'!G5:G36) but I get a #Value! error
message.

In column A I have contract numbers. In column G is the crew size. I
want
to sum all the crew size based on specific contract numbers.

Any help is appreciated :)


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 834
Default SumIf across multiple worksheets

Put the 13 sheet names in M1:m13 and use#

=SUMIF(INDIRECT("'"&M1:M13&"'!A5:A36"),"136982",IN DIRECT("'"&M1:M13&"'!G5:G36"))

---
HTH

Bob Phillips

"Alberta Rose" wrote in message
...
I have 13 worksheets I want to sum quarterly. The formula I've been trying
is:

=SUMIF(A5:A36,"136982",'Apr 4:Jun 27'!G5:G36) but I get a #Value! error
message.

In column A I have contract numbers. In column G is the crew size. I
want
to sum all the crew size based on specific contract numbers.

Any help is appreciated :)



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
SUMIF across multiple worksheets triffidbook Excel Worksheet Functions 9 January 4th 18 02:23 AM
SUMIF across multiple worksheets. Daniel Dejeu Excel Worksheet Functions 3 October 29th 08 03:48 PM
SUMPRODUCT / SUMIF on Multiple Worksheets with Multiple Criteria kazoo Excel Discussion (Misc queries) 2 August 21st 08 06:22 PM
Sumif on multiple worksheets Fritz Excel Discussion (Misc queries) 3 May 16th 08 04:23 AM
Sumif Across multiple worksheets Giantrobot Excel Worksheet Functions 2 June 15th 06 08:28 PM


All times are GMT +1. The time now is 02:08 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"