Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My basic problem is I want SUMPRODUCT to have a value of 1 if all the below
conditions are met (ie. if D10 is Analyst Full Time, E10 contains any text,and M10 is Offer Outstanding the value should be one). Whilst this does happen, it also counts a value of 1 if anything is filled in column E, even if the other columns aren't completed at all, it just adds everything up generally. Can anyone see anything glaringly wrong with my formula? =SUMPRODUCT(OR($D$10:$D$209="Analyst Full Time",$D$10:$D$209="Associate Full Time")*(ISTEXT($E$10:$E$209))*(OR($M$10:$M$209="Of fer Accepted",$M$10:$M$209="Offer Declined",$M$10:$M$209="Offer Outstanding"))) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
try
=SUMPRODUCT((RIGHT(D10:D12,4)="time")*(LEN(E10:E12 )1)*(LEFT(M10:M12,5)="offer")) -- Don Guillett SalesAid Software "Alex" wrote in message ... My basic problem is I want SUMPRODUCT to have a value of 1 if all the below conditions are met (ie. if D10 is Analyst Full Time, E10 contains any text,and M10 is Offer Outstanding the value should be one). Whilst this does happen, it also counts a value of 1 if anything is filled in column E, even if the other columns aren't completed at all, it just adds everything up generally. Can anyone see anything glaringly wrong with my formula? =SUMPRODUCT(OR($D$10:$D$209="Analyst Full Time",$D$10:$D$209="Associate Full Time")*(ISTEXT($E$10:$E$209))*(OR($M$10:$M$209="Of fer Accepted",$M$10:$M$209="Offer Declined",$M$10:$M$209="Offer Outstanding"))) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
problem with IF statement | Excel Discussion (Misc queries) | |||
Problem with SumProduct | Excel Discussion (Misc queries) | |||
IF statement problem | Excel Worksheet Functions | |||
IF Statement problem | New Users to Excel | |||
Another Nesting IF Statement Problem | Excel Worksheet Functions |