Specific date input changes while custom format is selected

SteveNL86

Board Regular
Joined
Nov 11, 2014
Messages
109
Office Version
  1. 2016
Platform
  1. Windows
Dear reader,

I am running into an issue with a cell in which I'm changing a certain date.

Currently I'm putting the date in it as such: 2021/01/16. When I change the date, the input changes to 22-4-2021 (in the top) for example, even when I've selected the format to be yyyy/mm/dd.

Is there a way to force it stay on that format? I'm using a hyperlink with a index and match formula which keep failing because of way it changes the input. It won't recognize the yyyy/mm/dd date in other sheets because of it.

Any help is much appreciated.
Regards.
 

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
he input changes to 22-4-2021 (in the top) for example
If you mean the formula bar, that is based on your regional system settings and can not be changed. The format is only a visual effect on the cell.

To preserve the format for a hyperlink you would need to nest the TEXT function with your existing formula, otherwise it will likely be using the date serial number rather than the actual date.
 
Upvote 0
Solution

Forum statistics

Threads
1,214,932
Messages
6,122,323
Members
449,077
Latest member
jmsotelo

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