Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default add cells on multiple worksheets using specific criteria

I have a workbook that has a sheet for each month with vendor data. I'd like
to add all the cells for each particular vendor on an overview sheet. Any
ideas?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default add cells on multiple worksheets using specific criteria


=SUMPRODUCT(SUMIF(INDIRECT("'"&C1:C3&"'!A2:A20")," vendor",INDIRECT("'"&C1:C3&"'!B2:B20")))

where C1:C3 is a range housing the relevant sheetnames in
separate cells.



--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"edwgolz" wrote in message
...
I have a workbook that has a sheet for each month with vendor data. I'd
like
to add all the cells for each particular vendor on an overview sheet. Any
ideas?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,814
Default add cells on multiple worksheets using specific criteria

I used this formula with a project and came up with a #NAME error. It looks
like =SUMPRODUCT(SUMIF(INDIRECT("'"&first:last&"'!B17:B 42"),"2x4x16
PT",INDIRECT("'"&first:last&"'!C17:B42"))) what am I doing wrong. Frustrated!

"Bob Phillips" wrote:


=SUMPRODUCT(SUMIF(INDIRECT("'"&C1:C3&"'!A2:A20")," vendor",INDIRECT("'"&C1:C3&"'!B2:B20")))

where C1:C3 is a range housing the relevant sheetnames in
separate cells.



--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"edwgolz" wrote in message
...
I have a workbook that has a sheet for each month with vendor data. I'd
like
to add all the cells for each particular vendor on an overview sheet. Any
ideas?




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
Count across multiple columns, using specific criteria MMcQ Excel Discussion (Misc queries) 9 August 27th 09 05:43 AM
How do I Provide a specific result given multiple criteria? Luis Excel Worksheet Functions 1 July 14th 05 09:17 PM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Saleem Excel Worksheet Functions 1 January 12th 05 10:54 AM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Arain Excel Worksheet Functions 1 January 12th 05 08:33 AM
How do I retrieve data (specific cells) from multiple worksheets on a shared drive jbean Excel Worksheet Functions 1 November 10th 04 09:26 PM


All times are GMT +1. The time now is 04:31 PM.

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

About Us

"It's about Microsoft Excel"