Chris Sim
Chris Sim

Reputation: 4132

I need to write an excel formula look for a value in a column and set the cell next to it

I have two sheets in excel I need to check if the value next to my formula is equal to any of the first sheet first column, If yes I have to write the value next to it (sheet 1, column B, row where the value exists) otherwise I write "Does not exist"

which functions i have to use??

"lookup"

or

"Search"

or what ??

thank you for helping me

Upvotes: 0

Views: 62

Answers (1)

user3616725
user3616725

Reputation: 3655

=IFERROR(VLOOKUP(A1,Sheet1!A:A,1,FALSE),"Does not exist")

Upvotes: 1

Related Questions