Date and Time

CesarAustin

Board Regular
Joined
Aug 21, 2004
Messages
151
For some reason I just can’t figure this out.. in my raw data I have date and time in one column… example: 3/1/2011 1:31:26 AM I also have a template table I created to add more information to that date.

tblTemp
Date QWK_Num WK_Num
3/1/2011 5 6

Want I need to do is pull across my temp “QWK_Num” and “WK_Num” by the date to my raw data but I can’t do it because of the time.. and I can’t remember how to take the time off the raw data.. I changed it from long date to short date but it didn’t work.. the time is still in the background..

So, how do I change the raw Date and Time to just Date NO TIME…

Any help would be fantastic..

Thank You.
CesarAustin
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
In the query you create a new field (just in the query) to limit by:

MyNewField:DateValue([OriginalFieldNameHere])

and then you can use the criteria on that for the date.
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,297
Members
452,903
Latest member
Knuddeluff

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