I have a cell that takes the time value from another cell. I want to include an addition of this time as well as a dash ‘-‘ to format the time into a sort of schedule.
Example:
userinput cell: 5:00 AM
Formated cell (how I would like it to look): 5:00 AM – 3:30 PM
What would the function be to get something like this?
Unfortunately, you’ll have to specify the format of the time explicitly. To output the string based on cells
A1andB1, useFormatted in a more visual way, that looks like