Godders199
Active Member
- Joined
- Mar 2, 2017
- Messages
- 313
- Office Version
- 2013
I am trying to get this array to work.
=MAX(IF(Submissions!$K:$K=Sheet1!$A2,IF(Submissions!$P:$P="*"&Sheet1!$P$5&"*",Submissions!$M:$M),))
I believe the P5 element is incorrect, but I can’t get it towork, I am looking for the latest date in column M, when column P contains theword in P5. If I do an exact match itworks, i.e P:P = P5, however in majority of cells there is more than one wordin column P.
Is there an alternative I can use for contains the text inP5?
=MAX(IF(Submissions!$K:$K=Sheet1!$A2,IF(Submissions!$P:$P="*"&Sheet1!$P$5&"*",Submissions!$M:$M),))
I believe the P5 element is incorrect, but I can’t get it towork, I am looking for the latest date in column M, when column P contains theword in P5. If I do an exact match itworks, i.e P:P = P5, however in majority of cells there is more than one wordin column P.
Is there an alternative I can use for contains the text inP5?