Lookup help

Im sorry to waste time on here with such a basic request, but, I am having an issue with my lookup. I have read and re-read all the docs, and I cant see where I am going wrong.

This is my formula:

LOOKUP([Location], “Clinic Address”, “Location”, “Address”)

In my head, [Location] is the find value, “Clinic Address” is the table to find the address, “Location” Column to match, “Address” To return the value.

Now, the address table has 5 addresses in and it will only return 1 no matter on which location I choose. Would someone please be able to point me in the right direction.

Thanks a lot,
Ben

Solved Solved
0 5 241
1 ACCEPTED SOLUTION

Hi @Ben_Rix , if the column where you wish to apply this formula is not the same table as “Clinic Address” you need to use [_THISROW] as stated in the documentation:

3X_4_9_491f09b00ecae0b1ef25107393afc22c454daefd.png

So you could try using LOOKUP([_THISROW].[Location], “Clinic Address”, “Location”, “Address”)

If that’s not the case, could you please provide some sample screenshots of how your tables look like?

View solution in original post

5 REPLIES 5
Top Labels in this Space