Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JDB JDB is offline
external usenet poster
 
Posts: 42
Default Multiple criteria over Multiple sheets

I currently have a spreadsheet for pulling together the data from other
worksheets. I use the following formula;
=SUMPRODUCT(--([NSIR2007_7057.xls]JAN07!$E3:$E9999="CCR A"),
--([NSIR2007_7057.xls]JAN07!$S3:$S9999="Y")). I need to keep the first
sumproduct as I still need to identify by team, but I need to change the
second part to first check column S for a Y or N, and based upon the outcome,
check column AC for the phrase NO ERROR (so if there is a Y in column S, AC
is checked for NO ERROR, if an N is in column S, do nothing).

Can anyone help at all?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Multiple criteria over Multiple sheets

Try:
=SUMPRODUCT(--([NSIR2007_7057.xls]JAN07!$E3:$E9999="CCR
A"),--([NSIR2007_7057.xls]JAN07!$S3:$S9999="Y"),--([NSIR2007_7057.xls]JAN07!$AC3:$AC9999="NO ERROR"))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"JDB" wrote:
I currently have a spreadsheet for pulling together the data from other
worksheets. I use the following formula;
=SUMPRODUCT(--([NSIR2007_7057.xls]JAN07!$E3:$E9999="CCR A"),
--([NSIR2007_7057.xls]JAN07!$S3:$S9999="Y")). I need to keep the first
sumproduct as I still need to identify by team, but I need to change the
second part to first check column S for a Y or N, and based upon the outcome,
check column AC for the phrase NO ERROR (so if there is a Y in column S, AC
is checked for NO ERROR, if an N is in column S, do nothing).

Can anyone help at all?

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
Multiple Criteria over multiple sheets JDB Excel Worksheet Functions 1 May 18th 07 07:25 AM
Index & Match functions - multiple criteria and multiple results [email protected] Excel Worksheet Functions 4 May 2nd 07 03:13 AM
Lookup using multiple sheets and multiple criteria, sorry if 2 pos kjguillermo Excel Worksheet Functions 4 January 16th 07 03:21 AM
Look up using multiple sheets and multiple criteria kjguillermo Setting up and Configuration of Excel 2 January 14th 07 10:28 AM
Lookup using multiple sheets and multiple criteria kjguillermo Excel Discussion (Misc queries) 2 January 14th 07 10:28 AM


All times are GMT +1. The time now is 07:24 AM.

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"