ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   lookup with uneven columns (https://www.excelbanter.com/excel-worksheet-functions/123279-lookup-uneven-columns.html)

[email protected]

lookup with uneven columns
 
Hi I am searching through 2 uneven columns, column A with ~1500 rows
and column B with ~250 rows.

Column A is obviously much more inclusive, but I need to know if an
entry in column B appears anywhere in column A. I'm looking for a
function/macro that can be written-and-edited to search for an entry in
both column A and B.

ctrl+f is painful and an IF function is not practical with 250 rows,
let alone editing it and pasting down 1500 rows each time it is edited.

Any help is greatly appreciated!

B


T. Valko

lookup with uneven columns
 
Maybe something like this:

Enter in C1 and copy down to the end of the list in column B:

=IF(ISNA(MATCH(B1,A$1:A$1500,0)),"","Match")

Biff

wrote in message
ps.com...
Hi I am searching through 2 uneven columns, column A with ~1500 rows
and column B with ~250 rows.

Column A is obviously much more inclusive, but I need to know if an
entry in column B appears anywhere in column A. I'm looking for a
function/macro that can be written-and-edited to search for an entry in
both column A and B.

ctrl+f is painful and an IF function is not practical with 250 rows,
let alone editing it and pasting down 1500 rows each time it is edited.

Any help is greatly appreciated!

B




[email protected]

lookup with uneven columns
 
Biff you are wise....many thanks

B

T. Valko wrote:
Maybe something like this:

Enter in C1 and copy down to the end of the list in column B:

=IF(ISNA(MATCH(B1,A$1:A$1500,0)),"","Match")

Biff

wrote in message
ps.com...
Hi I am searching through 2 uneven columns, column A with ~1500 rows
and column B with ~250 rows.

Column A is obviously much more inclusive, but I need to know if an
entry in column B appears anywhere in column A. I'm looking for a
function/macro that can be written-and-edited to search for an entry in
both column A and B.

ctrl+f is painful and an IF function is not practical with 250 rows,
let alone editing it and pasting down 1500 rows each time it is edited.

Any help is greatly appreciated!

B



T. Valko

lookup with uneven columns
 
You're welcome. Thanks for the feedback!

Biff

wrote in message
oups.com...
Biff you are wise....many thanks

B

T. Valko wrote:
Maybe something like this:

Enter in C1 and copy down to the end of the list in column B:

=IF(ISNA(MATCH(B1,A$1:A$1500,0)),"","Match")

Biff

wrote in message
ps.com...
Hi I am searching through 2 uneven columns, column A with ~1500 rows
and column B with ~250 rows.

Column A is obviously much more inclusive, but I need to know if an
entry in column B appears anywhere in column A. I'm looking for a
function/macro that can be written-and-edited to search for an entry in
both column A and B.

ctrl+f is painful and an IF function is not practical with 250 rows,
let alone editing it and pasting down 1500 rows each time it is edited.

Any help is greatly appreciated!

B






All times are GMT +1. The time now is 08:39 AM.

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