charliechaz
New Member
- Joined
- May 26, 2020
- Messages
- 12
- Office Version
- 365
- Platform
- Windows
I almost got it but need the second part based on conditions. In the 'Analysis' worksheet, I7, I have =CHOOSECOLS(IFERROR(IF(E7="","",UNIQUE(FILTER(IAWF!A2:I200,(IAWF!A2:A200=E7)*(IAWF!I2:I200="")))),""),4,5,6,7,9,8). This works when in IAWF!I2:I200 there is no date (null). When there is a date, I'm getting a '#VALUE!' error. So I'd like the formula to consider if there is a date in IAWF!I2:I200, to return the record with the latest date (MAX).
I tried to add IF statement but stuck when combining it with Unique/Filter. Can someone help?
I tried to add IF statement but stuck when combining it with Unique/Filter. Can someone help?