How do I stop excel replacing numerical values with the date?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have switched off the auto correct function on Excel, but it still replaces
numbers with any given date!! How do I solve this problem?
 
If plain numbers are being displayed as dates, change the format to
General (Cells/Format/Number).

XL's parser will, independently of autocorrect, always interpret a
string like x/y or x-y as a date if it can. To enter such strings
without being parsed, format the cell as Text before entering the
string, or precede the string with an apostrophe, e.g.:

'11-2
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top