Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to pick out dates. In Excel

I want to pick out “Month/day” from string like “2023/7/13 0:31:19”.
I tried to it by using a function,LEFT() and RIGHT(),
but it didn’t work.
For example

Number A B
1 2023/7/13 0:31:19 RIGHT (A1,5)

I guessed B1 would be “31:19”,but it was practically
“76852”.
Please tell me how to pick out.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Try this

=MONTH(A1)&"/"&DAY(A1)
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading