I need any text inputted in a column to make the adjacent row be populated with the corresponding number on a different sheet; however, if the same text appears in the column, it must correspond to the same number. I need it to look like this:
Sheet1:
A1
123
1234
12345
123456
Sheet 2:
A1 B1
sam 123
todd 1234
bob 12345
sam 123
But instead it looks like this, using this this formula: =ArrayFormula(INDEX(Sheet1!A1:A28, MATCH(A1:A30, A1:A30,0))):
Sheet 2:
A1 B1
sam 123
todd 1234
bob 12345
sam 123456
Bookmarks