An example would be helpful.
Absent that....Here's one approach:

This formula finds the C1 value in col_B and return the corresponding
value from col_A

=INDEX(A1:A10,MATCH(C1,B1:B10,0))
Does that help?