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! Go to 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:
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?
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:
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?
Hey Rafael, Thanks for that, ill give it a go now.
Regards
Ben
For reference:
Hey Steve, Thanks for that, I did read that and also looked at the sample app for fruit weights, but there was no reference of using _thisrow. which im going to give a go at now.
Ahhh thanks for that gents. Im still new to the formulas so its still taking me a while to figure this stuff out. It seems there are lots of ways to get things done, its just knowing which ones might do the job properly.
Thanks again for your time helping.
User | Count |
---|---|
31 | |
11 | |
3 | |
2 | |
2 |