Home > Net >  Relate names with Id's
Relate names with Id's

Time:04-05

I'm trying to relate some Ids with names as the image below:

enter image description here

Basically I would like to create a relation between the institutes and their corresponding Ids, at my first thought was doing something like =if(A2 = 81, "Institute example 1", ""), but I would like to know if there is a better way to do it.

CodePudding user response:

Depending on what you are trying to do with it you could use VLOOKUP. I have created this sample enter image description here

Ref:

  • Related