Good Morning
I have a sheet i created as just a simple table and want to display all records within a selected date range which i would adjust within the expression. currently i am using the following expression
=if(Date('10/01/2021') <= [CCaR Comm Doc Amendment Date] , 'YES' , 'NO')
This enables me to put a start date and will display all records with that start date and forward
I would like to be able to do a range and not just a start date, any help would be appreciated.
Dave Walters