ScousePete
New Member
- Joined
- Feb 10, 2008
- Messages
- 33
- Office Version
- 365
- Platform
- MacOS
I have a sheet that contains start times in column A and end times in column B.
I have another sheet that I would like to pull the start time and end time into one cell for ease of printing.
Like this -
8:00AM - 5:00PM
When I use the following formula -
it pulls the data over, but changes the format to two numbers. I've tried all the usual formatting, but to no avail.
I have another sheet that I would like to pull the start time and end time into one cell for ease of printing.
Like this -
8:00AM - 5:00PM
When I use the following formula -
Code:
=sheet1!A1&" - "&sheet1!B1