Hi Monday community. I am in need of assistance, I have two date columns with time associated to them. I am using these because I can get a calendar.
My challenge is, I am trying to calculate the hours between these two fields. Simply, it is a scheduling item. I want to have my users login and select a time slot that they can work, and it keeps track of their total time. But I cannot for the life of me figure out a formula that helps me calculate the time between these two fields.
I’m sure Cleopatra will be able to take care of your needs.
For everyone else that may be interested in how to calculate the hours between two date columns with (or without) times:
DAYS({End},{Start}) * 24
This is not exactly intuitive because the function used is, literally “DAYS”. But, the result returned when times are attached includes the fractional difference as well. So, simply multiplying by 24 give you hours.
My pleasure. You might be interested in my next video. It will be a continuation of the monday formulas series and will include more details on date functions.