Please help with 03/01@0116 format

Mvirone81

New Member
Joined
Jan 11, 2016
Messages
3
Hello,

I can't find a way to modify this date and time format: 03/01@0116
In two cells date and time

Thank you so much,

Mauri

p.s. I couldn't find any other thread about this
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi
Welcome to the board

Your question is very vague. You should explain clearly what you need.

03/01@0116

What is 03/01? is it day/month or month/day?
The 0116, is it 01 hours and 16 minutes?
What is the year, is it the current year when the formula is calculated or some fixed year like 2016?

Please be specific.
 
Upvote 0
Hello,

I can't find a way to modify this date and time format: 03/01@0116
In two cells date and time

Thank you so much,

Mauri

p.s. I couldn't find any other thread about this


Do In the cells you want

Code:
Range("[COLOR="#FF0000"][/COLOR][COLOR="#FF0000"]Where you want date cell to be[/COLOR]").Value = Format(Range("[COLOR="#FF0000"][/COLOR][COLOR="#FF0000"]Where is your data[/COLOR]"), "dd/mm")
Range("[COLOR="#FF0000"]Where you want time cell to be[/COLOR]").Value = Format(Range("[COLOR="#FF0000"]Where is your data[/COLOR]"), "HH:nn")

If you use 12-hour system, add AM/PM inside the quotation marks after "HH:nn"
 
Upvote 0

Forum statistics

Threads
1,215,580
Messages
6,125,652
Members
449,245
Latest member
PatrickL

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