Forum Discussion
Bradley Allison
May 23, 2021Copper Contributor
Calculated Column that adds 15 minutes to a date
I rarely implement calculated columns, but I am in need to do one to add 15 minutes to a StartDate column. I did this, but it is adding three hours to the result: = StartTimeDate + .625. Seems like this would be easy, but I must be overlooking something. Thanks for the information
2 Replies
Sort By
- Bradley AllisonCopper ContributorEDIT: I actually figured it out. It is = StartTimeDate + 15/(24*60)
- LillianJensenCopper ContributorThis is exactly what I needed - thank you!