willow1985
Well-known Member
- Joined
- Jul 24, 2019
- Messages
- 929
- Office Version
- 365
- Platform
- Windows
I have 2 columns (K and L) with the dates in the format: 08/27/2019 & 08/29/2019.
I want to use a Concatenate formula to have the end result showing: Aug 27 - Aug 29.
The formula I wrote is as follows:
=CONCATENATE(TEXT(K3,"[$-409]mmm d;@")," - ",(TEXT(L3,"[$-409]mmm d;@")))
However this formula is producing this as the result and I do not understand why:
08/27/2019 - 08/29/2019
I would also like to have the formula return a blank result if K or L are blank.
Hope you guys can help me on this.
Thank you
Carla
I want to use a Concatenate formula to have the end result showing: Aug 27 - Aug 29.
The formula I wrote is as follows:
=CONCATENATE(TEXT(K3,"[$-409]mmm d;@")," - ",(TEXT(L3,"[$-409]mmm d;@")))
However this formula is producing this as the result and I do not understand why:
08/27/2019 - 08/29/2019
I would also like to have the formula return a blank result if K or L are blank.
Hope you guys can help me on this.
Thank you
Carla