brendalpzm

Board Regular
Joined
Oct 3, 2022
Messages
59
Office Version
  1. 365
  2. 2021
  3. 2019
  4. 2016
Platform
  1. Windows
I am developing a power apps site, for this I am creating a booking site

I created a list in share where I located the available slots for the day

I type the formula for filtering the slots only to show the slots available for the selected date and also to be greater than the current time but it doesn't appear anything

These are the variables:
  • DateSchedule: Column in the SharePoint list
  • SelectDate: name of the date picker
  • Slots_ZDP_Psychologist: Name of the SharePoint list
Excel Formula:
Filter(Slots_ZDP_Psychologist,DateSchedule=DateValue(SelectDate.SelectedDate))

1708364998818.png
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
What if you put a datevalue around DateSchedule?

Using datevalue is not best practice though
 
Upvote 0
Keep the datevalue around the selected value too
 
Upvote 0
Can you post a screenshot of your list? How many records do you have?
 
Upvote 0
You have a delegation issue while filtering datevalues.... take a look at this

 
Upvote 0

Forum statistics

Threads
1,217,383
Messages
6,136,272
Members
450,001
Latest member
KWeekley08

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top