Hi Mates,
I want to count the number of items in between selected dates from a SharePoint list. I have Created On date and time field standard date and time format.
I have tried with datepickers with below formula
CountIf('EUTSTSTS','Created On' >= DatePicker2_1.SelectedDate && 'Created On' <= DatePicker3_1.SelectedDate)
but it was not showing true count. please refer below screen for your idea.
Please help me to resolve it. Thanks!