Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple Criteria over multiple sheets | Excel Worksheet Functions | |||
Index & Match functions - multiple criteria and multiple results | Excel Worksheet Functions | |||
Lookup using multiple sheets and multiple criteria, sorry if 2 pos | Excel Worksheet Functions | |||
Look up using multiple sheets and multiple criteria | Setting up and Configuration of Excel | |||
Lookup using multiple sheets and multiple criteria | Excel Discussion (Misc queries) |