answersLogoWhite

0


Best Answer

The simplest way to do this is to use the VLOOKUP function.

VLOOKUP($A1, $B$1:$B$1000, 1, 0)

This will look up the value of cell A1 in the range B1:B1000. If it is found, it will return the value of the first column in the range (in this case there is only one column in the range). If the value is not found, it will return #N/A.

You would need to use this function on every cell in the range A1:A10000 to see which ones match. I would insert a column before A:A and use the function there (just be sure to adjust your formula appropriately). Sorting will bring the matches to the top.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: You have 2 columns in excel column A has a list of 10000 user ids column B has 1000 random user ids from column A how do you match the user id in column a with the user id in column b?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which is the last column in a spreadsheet?

In Excel 2003 and earlier, there are 256 columns, so the last column is IV. From Excel 2007 onwards, there are 16,384 columns, so the last column is XFD.


Excel column orientation?

Columns are vertical in a spreadsheet.


How do you identify a vertical column in excel?

Columns are identified by letters at the top of the column.


How many columns are there in Excel if the last one is labeled XFD?

16,384 columns can be found in versions of Excel from version 2007 onwards. That is column XFD. If it is an earlier version the last column is IV and there are 256 columns.


How do you edit items in entire column in Excel?

To make changes to an entire column in excel, click on the column heading (letter at the top of the column) and make your desired changes.EXAMPLE (Make all text in column C align center):Click on the column "C" at the top of Column C. [This will highlight the entire column.]Click on the BOLD text formatting option. [You might need to click two or three times, if some text is bold and some is not.]Observe that all all text in Column C is bold.


What are the letters at the top of an Excel worksheet that designate the columns?

column labels


In word Excel 2007 what are the last three letters of the columns?

XFD is the column label on the last column in a Microsoft Excel 2007 worksheet.


What is the best column in Excel?

There is no best column in Excel. All columns are the same. If you are referring to the best fit, then that is based on the widest entry in a column being used to set the width of the column.


When you insert a new column the existing columns are shifted which side in Excel?

Columns are shifted to the right, from the column where the new one is being entered. There is no effect on any columns to the left of the new column.


What are the two kinds of columns in Excel?

Excel has only one type of column -- a vertical stack of cells.


Delete column vba excel?

to delete column B Columns("B:B").Delete Shift:=xlToLeft


Total number of column in Microsoft Excel?

The total number of columns in versions of Excel up to Excel 2003 is 256 columns. The total number of columns in Microsoft Excel 2007 and onwards is 16384. The total number of rows up to Excel 2003 is 65536. From Excel 2007 it is 1048576.