Text format and Date format (before converted) in a single cell i.e. Closed 44616 - How do I partially change the 44616 to date format?

jjkh58

New Member
Joined
Apr 21, 2021
Messages
8
Office Version
  1. 365
  2. 2013
  3. 2011
  4. 2010
Platform
  1. Windows
  2. Mobile
  3. Web
Hi Guys,

I have a cell with Text format + Date format ( Before properly formatted) in a single cell. I would like to change this to e.g. Closed 22/02/2022

How to I partially change the 44616 part to short date format?

Thanks in advance,

Closed 44616
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Hi,

Is one of these what you mean:

Book3.xlsx
ABC
1Closed2/24/2022Closed 24/02/2022
2Closed44616Closed 24/02/2022
3Closed 44616Closed 24/02/2022
Sheet1028
Cell Formulas
RangeFormula
C1:C2C1=A1&TEXT(B1," dd/mm/yyyy")
C3C3=LEFT(A3,FIND(" ",A3))&TEXT(MID(A3,FIND(" ",A3),9),"dd/mm/yyyy")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,717
Members
448,985
Latest member
chocbudda

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