Power Pivot - Concatenate (Date) Date and (Text) Time

rck

New Member
Joined
Nov 17, 2011
Messages
33
Good afternoon!
I need to concatenate two columns; one is a date and the other is a time that is formatted as text.

Screenshot 2022-02-23 143711.jpg


All of my attempts to convert the CALL_CREATED_TIME field to an actual time field have failed since I am not proficient in Power Pivot. Ultimately, I would like the CALL_CREATED_DTTM field to contain the CALL_CREATED_DATE+ " " +CALL_CREATED_TIME columns and formatted as mm/dd/yyyy hh:mm:ss.

Thank you in advance!
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Why do you want to do this? Best practice is to not combine date and time columns.
assuming the time is in format hhmmss, you can use functions like LEFT, Right, Mid to extract the hours, mins and secs, and then use TIME to convert.
 
Upvote 0
Why do you want to do this? Best practice is to not combine date and time columns.
assuming the time is in format hhmmss, you can use functions like LEFT, Right, Mid to extract the hours, mins and secs, and then use TIME to convert.
I need to calculate the duration between multiple date + time fields. Thanks for your reply!
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,478
Members
448,967
Latest member
visheshkotha

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