ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Database check (https://www.excelbanter.com/excel-discussion-misc-queries/20075-database-check.html)

gunga

Database check
 
I have a database of 12 different numbers, contained in the same column, on
12 successive rows.

Does anyome know if Excel is able to check whether a number entered
elsewhere on the worksheet is the same as a number in the database?

Many thanks

Jim Rech

I would use the MATCH worksheet function to do the job:

=MATCH(A1,B1:B12,FALSE)

This would return the index of the matching item or NA if there were no
match.

--
Jim
"gunga" wrote in message
...
|I have a database of 12 different numbers, contained in the same column, on
| 12 successive rows.
|
| Does anyome know if Excel is able to check whether a number entered
| elsewhere on the worksheet is the same as a number in the database?
|
| Many thanks



gunga

Many thanks

"Jim Rech" wrote:

I would use the MATCH worksheet function to do the job:

=MATCH(A1,B1:B12,FALSE)

This would return the index of the matching item or NA if there were no
match.

--
Jim
"gunga" wrote in message
...
|I have a database of 12 different numbers, contained in the same column, on
| 12 successive rows.
|
| Does anyome know if Excel is able to check whether a number entered
| elsewhere on the worksheet is the same as a number in the database?
|
| Many thanks





All times are GMT +1. The time now is 11:44 PM.

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