how do you convert dates into height?

NewbieMan

New Member
Joined
Nov 25, 2017
Messages
33
Hi I have cells that have been imported from the net. In the webpage there are values for heights that appear as follows "6-3" for 6 feet 3 inches, but when imported into Excel the cell reads "3-jun".

How could i copy that cell into another cell with the correct format?

So lets say I have cell A1 with the 3-jun value. I want to have in B1 that value converted into 6-3.

Anyone able to provide some help please? Thanks
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hello,

You could test following:

Code:
=MONTH(A1)&" - "&DAY(A1)

HTH
 
Upvote 0
sorry James...let me correct something above...

the value of the cell A1 is actually showing up as 6/3/2017. I was looking at what the cell was displaying above but this is the complete value showing up in the formula bar.
 
Upvote 0
Glad you could fix your problem ...:wink:

Thanks for your Thanks ...:)
 
Upvote 0

Forum statistics

Threads
1,216,246
Messages
6,129,700
Members
449,528
Latest member
Paula03

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