I want to know how can I have latest status f...

I want to know how can I have latest status from below example

Table 1 ---------------- Lead Data ID

Latest Staus from Table 2 below ===========

========================== XSRTFD

??? i need here latest status

Table: 2 --------------- Lead ID

Follow up ID

Followup Date

Followup Sttaus ===========

===========

============

=============

XSRTFD

YTERCVVH

23-Jan-19

Quote Invited XSRTFD

TRFXBJDC

24-Jan-19

Quote Accepted

Please help.

0 5 331
5 REPLIES 5

Hi. Try using a โ€˜Spreadsheet Formulaโ€™ here:

Lets says Table 1 is Sheet1 and Table 2 is Sheet2 =LOOKUP(2,1/(Sheet2!A:A=Sheet1!A2),Sheet2!D:D)

Try something like thisโ€ฆ ANY(SELECT( [RelatedVirtualListName][Followup Status], [Followup Date]=MAX([RelatedVirtualListName][Followup Date]) ))

Does Not solve the issueโ€ฆ it gives max followup status whether it was used or not

@Kranthi_Kumar

what is this 2,1

@Balkrishna_Mishra Number 2 in fact doesnt matter. We are just trying to exploit the lookup formula behavior by asking it to search for something that doesnโ€™t exist in the list. Since 2 doesnโ€™t exist in the list it will go back to last 1 (which is row2 in this condition). Did that formula work?

Top Labels in this Space