SOLVED

Wanting to automatically populate a date and time based on another list column

Copper Contributor

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:

YanivMeyer_0-1669606413390.png

Thanks in advance

2 Replies
best response confirmed by YanivMeyer (Copper Contributor)
Solution
You can make use of calculated column,
=YourDateField+(8/24)
1 best response

Accepted Solutions
best response confirmed by YanivMeyer (Copper Contributor)
Solution
You can make use of calculated column,
=YourDateField+(8/24)

View solution in original post