Hi,
using my example screenshot, I need to create Data Validation to show a list only of those items in column P where the date in column Q is today or in the future. So in this example I would only want to see the column P items numbered 5,7 and 8 as they're future dates (based on today's date as I type of 12th September)
I would need this to be dynamic, so that when we hit 21st September, the item numbered 5 would no longer appear in the dropdown, and also dynamic so that when new items are added to this list that happen to have a future date, they will be picked up in the data validation dropdown.
I'm not even sure if this is possible, any advice please? If it's not possible as regular Data Validation then I will instead write some VBA that will do this on a the press of a button by the users, but would prefer to avoid that if possible.
Thanks
using my example screenshot, I need to create Data Validation to show a list only of those items in column P where the date in column Q is today or in the future. So in this example I would only want to see the column P items numbered 5,7 and 8 as they're future dates (based on today's date as I type of 12th September)
I would need this to be dynamic, so that when we hit 21st September, the item numbered 5 would no longer appear in the dropdown, and also dynamic so that when new items are added to this list that happen to have a future date, they will be picked up in the data validation dropdown.
I'm not even sure if this is possible, any advice please? If it's not possible as regular Data Validation then I will instead write some VBA that will do this on a the press of a button by the users, but would prefer to avoid that if possible.
Thanks