lord_kaiser
New Member
- Joined
- Jun 25, 2018
- Messages
- 5
HI There,
i require help trying to write a formula
i have the first part working fine as per the below
=SUMPRODUCT(COUNTIFS(INDIRECT("'"&SheetList&"'!AF:AF"),">"&TaskID!$A25,INDIRECT("'"&SheetList&"'!AF:AF"),"<"&TaskID!$B25))
TaskID A25= -1
TaskID B25= 8
I have 3 sheets and i have placed these sheet names in a named range called SheetList
I now want to add another condition to the above formula where i want to select only certain products as the above formula lists all products.
All the sheets have Col Y with the product names (Apples, Bananas, Oranges, Peaches, Pears)
I have another named range with only certain product names called products. In this range i have Pears, Apples & Oranges.
i want the condition to pull out the total count based on the sheet col y matching the products range name only.
Just can't seem to get it to work.
Any help is appreciated in advance and Thanks
i require help trying to write a formula
i have the first part working fine as per the below
=SUMPRODUCT(COUNTIFS(INDIRECT("'"&SheetList&"'!AF:AF"),">"&TaskID!$A25,INDIRECT("'"&SheetList&"'!AF:AF"),"<"&TaskID!$B25))
TaskID A25= -1
TaskID B25= 8
I have 3 sheets and i have placed these sheet names in a named range called SheetList
I now want to add another condition to the above formula where i want to select only certain products as the above formula lists all products.
All the sheets have Col Y with the product names (Apples, Bananas, Oranges, Peaches, Pears)
I have another named range with only certain product names called products. In this range i have Pears, Apples & Oranges.
i want the condition to pull out the total count based on the sheet col y matching the products range name only.
Just can't seem to get it to work.
Any help is appreciated in advance and Thanks