In VLOOKUP I have set a range to ge it to work, Range 3.
I am trying to convert this to a INDEX/MATCH and having trouble.
the cell to compart is in column 3 but the data in need is in column 1.
=VLOOKUP([System Number]77, {Schedule Range 3}, 4, false)
=MATCH([System Number]77, {Schedule Range 3}, 0) = 1723
I have only about 70 rows, in the range I have 40 columns.
the data i am testing on is in row-44.
can you help me in doing this Index/Match?