Requirement:
In that spreadsheet provides a date in the format of mm/dd/yy, the user needs to get that date into another cell in mmddyy format.
Solution:
=text(A1,"mmddyyy")
Obtained from the OzGrid Help Forum.
Solution provided by pike.
See also: Index to Excel VBA Code and Index to Excel Freebies and Lesson 1 - Excel Fundamentals and Index to how to… providing a range of solutions and Index to new resources and reference sheets
See also:
How to calculate duration difference between two dates |
How to convert US to UK dates |
How to find the maximum date within date range |
How to sum from two tables based on From-To date criteria |
How to drag every Nth column, with varying starting column by date |
How to use a VBA code to change cells colours based on date in other cells |
Click here to visit our Free 24/7 Excel/VBA Help Forum where there are thousands of posts you can get information from, or you can join the Forum and post your own questions.