Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, i am working on a project, and i need to check if ID is a new entry for today or if ID is exists is from yesterday. Below is my sample data
Hope someone can answer this. Thank you!
Hello,
How about something like if(Date=Today(),'Today','Yesterday') ?
Regards