Hi folks!
I've been delving back into SUMPRODUCT today after not have the need to use it for some time, and as usual I could not have accomplished what I needed without the kind help of people on this forum. I have another issue to tackle that I'm not sure about...
Here's the current formula in question -
=SUMPRODUCT(--(INDIRECT(SUBSTITUTE(SelectedCriteria," ","_"))=SelectedValue),--(Current_Status="Gained"),--(Product_Group=VLOOKUP(D295,Admin!$B$282:$C$289,2,FALSE)),Sales)
I need to add another criteria to this - that being a specific month
In my data, I have long column I've converted to a range called "Date_Concluded". These dates are expressed m/d/yyy.
I need to segregate Gains by month, and since this is a fiscal year running April to March, the current years months would span 4/08 to 3/09.
So my question is: how do I add an additional criteria to that formula that looks at Date_Concluded range and uses just the values for a specfic month?
Thanks in advance for any help!
I've been delving back into SUMPRODUCT today after not have the need to use it for some time, and as usual I could not have accomplished what I needed without the kind help of people on this forum. I have another issue to tackle that I'm not sure about...
Here's the current formula in question -
=SUMPRODUCT(--(INDIRECT(SUBSTITUTE(SelectedCriteria," ","_"))=SelectedValue),--(Current_Status="Gained"),--(Product_Group=VLOOKUP(D295,Admin!$B$282:$C$289,2,FALSE)),Sales)
I need to add another criteria to this - that being a specific month
In my data, I have long column I've converted to a range called "Date_Concluded". These dates are expressed m/d/yyy.
I need to segregate Gains by month, and since this is a fiscal year running April to March, the current years months would span 4/08 to 3/09.
So my question is: how do I add an additional criteria to that formula that looks at Date_Concluded range and uses just the values for a specfic month?
Thanks in advance for any help!