I have two columns with start date and end date. I want to display information on a course on a website as follows (via Integromat/Make ):
Start date - end date
Start time - end time
I already have the start date and end date nicely formatted. The respective columns are only set to display the date. But I could select the option to show the time (so: in the start column, also the start time, in the end column, also the finish time).
I could achieve this in Integromat, but first wanted to see if there is a formula to allow me to simply extract the time to a separate text column which I could then pass on to Integromat?
OK, I achieved this using 3 columns: 1 ifs formula to extract/format the hour, another ifs formula to extract/format the minutes (in 5-minute blocks) and another to concatenate the two into the format I want.
This means that, to get the following: 18:00 - 21:00, I need 5 columns - 2 columns for hours, 2 columns for minutes and 1 column to concatenate.
The screenshot shows the ifs for minutes (blocks of 5 minutes) and the concatenate for 1 block of time
That was brilliant, that is exactly what I want. And so much simpler than what I had!!!
The stepping was to make the “ifs” for the minutes easier to handle. Most of the start and end times are either 00 or 30 anyway as those are the only 2 times than can be chosen.