Ok, I have a table with 3 columns: Parent ID, Record ID, and Approved On Date.
I want to find the MAX Date for Parent ID. For example 201999 MAX date is 3-Jun-2014.
However, if the Record ID contains blanks (nulls) in the Approved On field, then I want formula to return "", or blank.
Example: Parent ID 209264 has eight matching records. The MAX date however would be reported as null or blank, because
three of the Approved On dates are null or blank.
This is what I am using now, but it doesn't take into account the blank date condition.
=MAX(INDEX($L$10:$M$10240,MATCH(T10,$K$10:$K1000,2),2))
Thanks in advance for any help.
<TBODY>
</TBODY>
I want to find the MAX Date for Parent ID. For example 201999 MAX date is 3-Jun-2014.
However, if the Record ID contains blanks (nulls) in the Approved On field, then I want formula to return "", or blank.
Example: Parent ID 209264 has eight matching records. The MAX date however would be reported as null or blank, because
three of the Approved On dates are null or blank.
This is what I am using now, but it doesn't take into account the blank date condition.
=MAX(INDEX($L$10:$M$10240,MATCH(T10,$K$10:$K1000,2),2))
Thanks in advance for any help.
<TBODY> </TBODY> |
<TBODY> </TBODY> |
<TBODY> </TBODY> |
<TBODY>
</TBODY>