Pages

Tuesday 27 April 2010

To err is human...

Well it is always going to be our fault so we have to fix it!

So if you find that you have errors within you’re excel sheet what should you do…

The errors that you may see are:

1.  ##### – this is simply, your column is not wide enough!

2.  #DIV/0! – this is where you are dividing by 0. So you can use a simple iserror Excel 03 or lower or iferror if you have Excel 07 or you can use a selection of if statements to check whether the field =0 or “”.






3.  #NAME? – this is where Excel does not recognise the name of the formula so you need to double check your spelling or try again!

4.  #NUM! – this is most likely going to be that you are trying to do a formula against a piece of text, you may have a rouge character that you have written within the field remove this and use the number formatting to set how you want to display it as.

5.  #REF! – the cell that you were calculating does not exist, you may have deleted this row/column that it existed with.

6.  #VALUE! – this could be because the formula contains text within instead of a number value, or one of the cells contains text. You can use the same rules used for #DIV/0! to solve this problem.
    If you have a  problem then drop me an email at emails-logical-test@gmail.com or leave a comment!

    Cheers
    Logical Test

    No comments:

    Post a Comment