I'm trying to find the latest date from a column if certain conditions are met. I have this formula to find the Max date when looking for an account number:
=MAX(IF('Sheet2'!$Q:$Q=B1,'Sheet2'!$J:$J))
Here, B1 is the account #, Q is the range searched, and J is the date. Q & J are on a different sheet (Sheet2).
What I need to do is get the Max date for that account # if the corresponding value in Column G of sheet2 is greater than 0 and also if the corresponding 1st 2 characters in Column L of sheet2 begins with one of the following:
CK
CA
AJ
CP
Is this possible? It's a bit beyond me. Thanks ahead of time for any help!
Bookmarks