WaqasTariq
Board Regular
- Joined
- Jun 26, 2012
- Messages
- 58
- Office Version
- 365
I have a column of data that contains minute values. I am trying to;
This is an idea of what I am trying to achieve.
I am able to convert the minutes how hours and minutes in Excel, but I am struggling to attach them to the correct month/date as I am not sure how to account for months with diffrent days (28, or 30, or 31)
I will appreciate any and all the help.
- Convert the minutes into real/proper dates
- Starting from a Month that I will add to P1, date I add in P2, and year I add to P3.
- Example data: Minutes_Data.xlsx
This is an idea of what I am trying to achieve.
Raw Data | What I want to achieve | Input | ||||
33 | 01/17/22 12:33 AM | Month: | Jan | |||
43 | 01/17/22 12:43 AM | Day: | 17 | |||
45 | 01/17/22 12:43 AM | Year: | 2022 | |||
112 | 01/17/22 1:52 AM | |||||
139 | 01/17/22 2:19 AM | |||||
1478 | 01/18/22 12:38 AM |
I am able to convert the minutes how hours and minutes in Excel, but I am struggling to attach them to the correct month/date as I am not sure how to account for months with diffrent days (28, or 30, or 31)
I will appreciate any and all the help.