Hi,
I don't know if this is actually possible, but I'm hoping it is!
First of all, does COUNTIFS do so in order?
So if the second criteria listed is not there it stops? Or is it an all or nothing thing to use this formula?
I want the row to be counted if:
But a crucial point is that I only want it to check the 4th criteria, if the first three are met, and only if the row below it has also met that criteria.
Also I need to do this about 20 times from the click of one button, so I'm hoping that it can be a simple cut and paste.
This is quite complicated and sadly is only necessary in rare cases, but if the count is wrong it will throw off a lot down the road.
Thanks, Amy
I don't know if this is actually possible, but I'm hoping it is!
First of all, does COUNTIFS do so in order?
So if the second criteria listed is not there it stops? Or is it an all or nothing thing to use this formula?
I want the row to be counted if:
- Criteria Range: Column F = “Fungicide”
- Criteria Range: Column D = “Greens”
- Criteria Range: Column AA = year specified by user and saved as “strYear”
- Criteria Range: Column A = date in cell in current counting row does not equal the date in the row below (ActiveCell <> ActiveCell.Offset(1,0)) – BTW this didn’t work, but this is the concept that I’m persuing.
But a crucial point is that I only want it to check the 4th criteria, if the first three are met, and only if the row below it has also met that criteria.
Also I need to do this about 20 times from the click of one button, so I'm hoping that it can be a simple cut and paste.
This is quite complicated and sadly is only necessary in rare cases, but if the count is wrong it will throw off a lot down the road.
Thanks, Amy