I feel this one is almost solved but have been working on it the past 2 hrs so I am putting it to the community.
I have a worksheet called "Master" with the following relevant columns
Column B: Location (3 letter state abbreviation e.g. AKA)
Column D: Type (VAR, VARAD, MMR-AD)
Column I: Order Date
Column J: Funding Type (options: VFC, 317)
On a new worksheet I am attempting to determine the earliest and latest Order Date (J) for each Location/Type/Funding Type combination.
Working to ID these dates for the AKA/VAR/VFC combination this is the formula I have:
=IF(AND(Master!B:B ="AKA",Master!D ="VAR",Master!J:J ="VFC"),MINA(Master!I:I),"0")
The problem is that this keeps returning "0" even though there are rows that contain the combination required with dates.
Any help would be greatly appreciated.
I have a worksheet called "Master" with the following relevant columns
Column B: Location (3 letter state abbreviation e.g. AKA)
Column D: Type (VAR, VARAD, MMR-AD)
Column I: Order Date
Column J: Funding Type (options: VFC, 317)
On a new worksheet I am attempting to determine the earliest and latest Order Date (J) for each Location/Type/Funding Type combination.
Working to ID these dates for the AKA/VAR/VFC combination this is the formula I have:
=IF(AND(Master!B:B ="AKA",Master!D ="VAR",Master!J:J ="VFC"),MINA(Master!I:I),"0")
The problem is that this keeps returning "0" even though there are rows that contain the combination required with dates.
Any help would be greatly appreciated.