Hi All,
my sales manager has been playing and usually I'm able to then take his formulas (which I usually only semi-fathom) and reverse engineer to actually do what he wants them to do.
=SUMPRODUCT((SUBTOTAL(3,OFFSET($M$7:$M$19,ROW($M$7:$M$19)-MIN(ROW($M$7:$M$19)),,1)))*(($M$7:$M$19)=$M$5)*($D$7:$D$19))
I need to change the part of the function that looks at $M$5. Currently it's a fixed entry of 'high' in another cell, looking at a column M entries.
I need it to look for variables
1. Forecast = columns G & H are both >/= 75%
2. High Potential = The sum of G plus H = 120% to 149%
3. Potential = The sum of G plus H = 52% to 119% Conditionally formatted light green
I can get conditional formatting to work with
=AND($G7>=75,$H7>=75); and
=AND('Sum G H'!$A7>=120,'Sum G H'!$A7<=149)
...
but can't work out how to integrate those into the sumproduct formula.
Any charitable souls on here who can work some miracles for me?![]()
Bookmarks