Forum Discussion
YanivMeyer
Nov 28, 2022Copper Contributor
Wanting to automatically populate a date and time based on another list column
Hi members,
I have a very basic List in a Team and needing to populate 2 columns with Date and Time. I would like column 2 to automatically be 8 hours after column 1. Is this doable and if so, any guidance on how would be appreciated. Screenshot below to explain:
Thanks in advance
- You can make use of calculated column,
=YourDateField+(8/24)
- You can make use of calculated column,
=YourDateField+(8/24)- Yaniv2045Copper ContributorThank you. This did the trick.