Apr 30 2024 10:27 AM
I was hoping for help with a formula...
Here's a sample of the data
I assume I would use a combination of "if", "filter", and "Max" formulas, but I'm unsure where to go from there.
Thank you.
Adam
Apr 30 2024 10:45 AM
Solution=IF(COUNTIFS($A$2:$A$18,A2,$D$2:$D$18,"`")>0,"Missing sent date",IF(COUNTIFS($A$2:$A$18,A2,$E$2:$E$18,"`")>0,"Record still open",MAX(IF($A$2:$A$18=A2,$E$2:$E$18))))
This formula works in my sample file. The formula must be entered as an arrayformula with ctrl+shift+enter if someone doesn't work with Office 365 or Excel for the web or Excel 2021.
Apr 30 2024 11:27 AM
thank you so much! The formula works perfectly, and I appreciate the reminder about "ctrl+shift+enter".
Apr 30 2024 10:45 AM
Solution=IF(COUNTIFS($A$2:$A$18,A2,$D$2:$D$18,"`")>0,"Missing sent date",IF(COUNTIFS($A$2:$A$18,A2,$E$2:$E$18,"`")>0,"Record still open",MAX(IF($A$2:$A$18=A2,$E$2:$E$18))))
This formula works in my sample file. The formula must be entered as an arrayformula with ctrl+shift+enter if someone doesn't work with Office 365 or Excel for the web or Excel 2021.