Format cell to only show date

kcleere

Active Member
Joined
Oct 4, 2006
Messages
314
I receive a spreadsheet now and then with date columns that only show the date and when you select the cell you see date and time. I need to only see the date as the time being there in sort of phantom mode seems to mess up some formulas.

Any suggestions?
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
There are many different date/time formats you can choose, or create your own using the Custom option (i.e. MM/DD/YYYY). This is all found under Format | Cells | Number.

You can also the use TEXT function, though then it will change the format to be Text, not Date, i.e.

=TEXT(A1,"MM/DD/YYYY")

I would be intersested in seeing your formulas though, as just changing the format shouldn't have any affect on then.
 
Upvote 0

Forum statistics

Threads
1,215,036
Messages
6,122,796
Members
449,095
Latest member
m_smith_solihull

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