divster27
New Member
- Joined
- Jan 19, 2021
- Messages
- 32
- Office Version
- 2016
- Platform
- Windows
I have a simple formula that looks at cells to return a string of data - release date , Artist, Title
Release date is in column M, Artist in column B, title in column C
i want to come back with the following data
Release date = 12/03/2021 - Black Crowes - Southern Harmony
my formula looks like this
="RELEASE DATE = "&M60 &" - "&B60&" - "&C60
Excel is returning the date in text format so it comes out like this:
Release date = 44267 - Black Crowes - Southern Harmony
with 44267 being the text format of the date - i want it to return the date format.
any suggestions?
Release date is in column M, Artist in column B, title in column C
i want to come back with the following data
Release date = 12/03/2021 - Black Crowes - Southern Harmony
my formula looks like this
="RELEASE DATE = "&M60 &" - "&B60&" - "&C60
Excel is returning the date in text format so it comes out like this:
Release date = 44267 - Black Crowes - Southern Harmony
with 44267 being the text format of the date - i want it to return the date format.
any suggestions?