Hello Experts,
I need your help.
I created three dynamic formulas to filter data based on the criteria below. I am experiencing basically the same error in each permutation; the filter is not listing the first day of the date range that is evaluated.
Formula 1: If Test Date is between 1- 15 day of the month, then it will filter the data from dates between 1-15 prior month, otherwise, it will filter from dates 16- to end of the prior month. Error: Using Test date as 2024-03-20, The filtered list start from 2024-02-17 instead of 2024-02-16, but date 2024-02-16 is in database.
Formula 2: If Test Date is between the 28-31 day of the month, then it will filter the data of current month, otherwise it will filter data for previous month. Error: Error: Using Test date as 2024-03-20 The filtered list starts from 2024-02-02 instead of 2024-02-01, but date 2024-02-01 is in data base.
Formula 3: if Test Date is between 1- 15 day of the month, then it will filter the data from 16 to end day of prior month, otherwise, it will filter from 1- 15 day of same the month. Error: Using Test date as 2024-03-20, it did not display date 2024-03-01 but report starts from date 2024-03-02 (date 2024-03-01 is in data base).
Can someone please review and help me find out why it is not working as expected?
The data based contains all 2004 dates and up 02/06/2025 for further testing.
Thank you!