Forum Discussion

CrisCros23's avatar
CrisCros23
Frequent Visitor
3 years ago

Lookup column

Hi All,

In order to identify new documents posted during a month, I want to compare values of these documents between two dates.
In my Table i have :
One column "Dates" -> Format (dd.mm.yy)
One column "Doc number" -> Format Text
One column "Amount $" -> Format Number
To know if my document number is a new entry of last month, I want to create one column that will return "YES" if when doing a vlookup of document number under previous date (here 30.06.22) it returns an error or a nil value. Else column should return "NO"

I tried with Lookupvalue but this does not fit with Text nor Date format columns.

Thank you


Expected column answers regarding Doc Nb :
14 and 37 -> "NO"
38, 39 and 40 -> "YES"

2 Replies