Home > Mobile >  Match two column and pull the last value in google sheets
Match two column and pull the last value in google sheets

Time:01-09

i try to pull last paymant day in this example. I try vlook and this data

Use the query formula to get the last payment date:

=query(A2:B, "select A where B = 'Payment' order by A desc limit 1")

Output:

output2

  •  Tags:  
  • Related