Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

excel converting scores into

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Excel is converting scores into different dates - how can I stop

Excel is converting scores into different dates - how can I stop

ResolvedVersion 2016

neha has attended:
Excel Intermediate course

Excel is converting scores into different dates - how can I stop

I have an attachment to send through, which shows scores in column H. Some scores start with the word "Right eye" or "Left eye" therefore the scores that follow, are accurate.

Those scores that do not have the words Right or Left eye are causing excel to convert them into dates as shown below.

Where the score is documented as;

6/12 - excel is converting it to 06-Dec
6/18 - excel is converting it to June 18
6/24 - excel is converting it to June 24

Please see e-mailed attachment. Is there a way to tell excel these are not dates.

RE: excel is converting scores into different dates - how can I

Hi Neha,

You're right. Excel is viewing the numbers - 6/18 - as a date and is applying date formatting.

The formatting it has applied is: mmm-yy so you get Jun/18.

You can change the date format so you keep the numbers which were entered.
As you've done Excel Intermediate you should have covered this, it certainly should be in the manual if you can't remember all the steps.

Click in one of the problem cells, right click and choose format cells.
Select Custom from the panel on the left. From the panel on the right, click in the field under Type: and change the format to mm/yy. You can see this change in the Sample field at the top of the right hand panel.

If you apply this new format to the problem cells they should show as they were entered.

As you said the best solution is for the person who entered the data to include the text showing which eye is referred to.

Please let me know if you need more information.

Claire

Wed 27 Mar 2019: Automatically marked as resolved.

Excel tip:

Stop Formula Returning A "#DIV/0" Error

If a formula returns a #DIV/0 error message there is a way to avoid such results.

For example the formula =A1/B1 will return a #DIV/0 if B1 is empty or a zero.

If you protect your formulas with the ISERROR function, the formula will then look like this:

=IF(ISERROR(A1/B1),0,A1/B1)

In plain English: should the result of A1 divided by B1 be an error change the result to 0 else show the result of A1/B1.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.11 secs.