ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   A "spell check" for numbers (https://www.excelbanter.com/excel-worksheet-functions/130122-spell-check-numbers.html)

Mike

A "spell check" for numbers
 
Hi
I have an excel sheet (template) where I enter numbers. Sometimes the
same numbers are entered twice, which is a good thing since it can
pick up mistakes if they are compared by the computer. For example:
12345
12354
Can the computer compare numbers that appear similar, somewhat like a
spell check? If there is no function, can their be a vba solution for
this?
Any input appreciated
Thanks

Bernd

A "spell check" for numbers
 
To prevent somebody to enter values twice you can apply a conditional
format to show a red background if the value already exists, for
example.

If your project is of some significant size - let's say like setting
up bank account numbers or ISBN's - then you might consider setting up
check digits: http://en.wikipedia.org/wiki/Check_digit

[20% of all unchecked human data input is wrong]

Regards,
Bernd


David Biddulph

A "spell check" for numbers
 
Yes. If you are entering the number in coumns A and B as a check, you can
conditional format with formula is =$A1=$B1 to show green and/or
=NOT($A1=$B1) to show red.
--
David Biddulph

"Mike" wrote in message
...
Hi
I have an excel sheet (template) where I enter numbers. Sometimes the
same numbers are entered twice, which is a good thing since it can
pick up mistakes if they are compared by the computer. For example:
12345
12354
Can the computer compare numbers that appear similar, somewhat like a
spell check? If there is no function, can their be a vba solution for
this?
Any input appreciated
Thanks





All times are GMT +1. The time now is 04:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com