Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Count a date 3 days back from current calendar date

Hi,

Need help to count a set of products on-boarded 3 days back from current calendar date?

Data in table is like:

Column 1 - Products

Column 2 - Date

mto

Thanks in advance

Shivesh

Labels (1)
1 Reply
Not applicable
Author

Hi Shivesh,

Try

Count( {$<Date = {"<=$(=Date(Today()-3, 'DD/MM/YYYY'))"}>} Products)

Thanks
Peter