Concatenate Function + yyyy function from a date

LeighMacKay7

New Member
Joined
Oct 11, 2022
Messages
34
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
  2. Web
Hi all,
Trying to create a work around.
I have two columns of data which I want to concatenate.
One contains qualification name (text) and the other contains a date in dd/mm/yyyyformat.
I would like to concatenate both to view similarly to as follows. Doctoral Degree, 2018.
I have tired the following.
=CONCATENATE(G273&", "&H273) this brings me the result "Doctoral Degree, 'and some random numbers'. I tried to change the format to custom and created yyyy functionality by editing a date function. This still didn't work.
I then tried to create a concatenated function with =RIGHT embed in the formula. But have had no joy.
I then moved on to a different potential solution using =TEXTJOIN(" ",TRUE,G273,", ",H273), but again, I had no joy.
Can somebody please offer a solution.
1665503564281.png
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
here you go
---------------
Book1
GHI
1degreedateconcatenate
2doctoral6/11/2014doctoral 06/11/14
3masters7/16/2018masters 07/16/18
4doctoral1/16/2013doctoral 01/16/13
5masters3/22/1996masters 03/22/96
6bachelors6/27/1991bachelors 06/27/91
Sheet1
Cell Formulas
RangeFormula
I2:I6I2=G2&" "&TEXT(H2,"mm/dd/yy")
Thank you for your prompt response.
I used your formula as a template and edited it slight to get what I wanted.

The formula which I have used is as follows;

=G273&", "&TEXT(H273,"yyyy")

Which then gives me "Doctoral Degree, 2014" as text.
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,215,200
Messages
6,123,612
Members
449,109
Latest member
Sebas8956

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top