Forum Discussion
Shakeerm
6 years agoHelper II
How to Add Minutes Column to Dates Column
Hi i have a date column with Date & Time & a minute column which is a difference between two time columns. However i would like to add this Minutes to the Date Column and the end result should be ...
- 6 years ago
Hi,
See this
Ashish_Mathur
6 years agoSuper User
Hi,
Write this calculated column formula
Actual Started + Allocated Time
Shakeerm
6 years agoHelper II
Hi Ashish
I'm not getting the expected result from the Solution you provided. It adds an additional date instead of adding Minutes.
What i need is the following
Actual Started Date = 1/4/2020 4:40:00
Allocated Time (in Mins) = 00:03:00
Then, the result should be = 1/4/2020 4:43:00
- Ashish_Mathur6 years agoSuper User
Hi,
See this