Forum Discussion
Kirkoid
Dec 14, 2023Copper Contributor
Using MOD in Data Validation
Hey all, I hope you can help. I've got a Workbook that logs mental health presentations at a hospital. I need people to enter the date and time in a column in the format dd/mm/yyyy hh:mm. You would n...
- Dec 15, 2023
I wasn't suggesting that you should forget to record the hours, just that the user input might be better supported if the two elements were collected separately. For example:
I went fairly wild with the number formatting but the idea was to show that you could have your cake and eat it when it comes to presenting usable data.
Kirkoid
Copper Contributor
Thanks, I found this as an imperfect solution to a problem searching various forums. Now I understand why it doesn't work some of the time.
PeterBartholomew1
Dec 15, 2023Silver Contributor
I wasn't suggesting that you should forget to record the hours, just that the user input might be better supported if the two elements were collected separately. For example:
I went fairly wild with the number formatting but the idea was to show that you could have your cake and eat it when it comes to presenting usable data.
- KirkoidJan 03, 2024Copper ContributorThanks Peter, that looks amazing. It's solved my issue.