I'm trying to use a value to search a range of rows. Then I need to return a column from that row.
I've been looking into VLOOKUP, but the result has to be within the range, so I don't know how to go from there.
I already managed to check if Sheet 2 A is in sheet 1 A range with the following:
=COUNTIF(Sheet1!A2:A600;Sheet1!A2)
I Would like in sheet 2, in column B, to check if column A is anywhere in sheet 1 column A. If it is, return the matched row and return the column C.
How would I get this?
Sheet 1:
sheet 2:

