Hi @Aparajitha_Sriram
You should be able to do this with Linking, Look Up, and Roll Up
Table A
Field: Offer Amount
Field: Link to Table B Product

Table B
Field: Product
Field: Look Up Offer Amount from Table A
Field Roll Up of Offer Amount in Table B with Formula MAX(values)

Hey @Vivid-Squid, thanks a lot! However, I feel this gives me the max offer per product.
I’m looking for something like an equivalent of =MAX(Offers!A:A) in a cell in Products table. Just an aggregate with a cross table reference. Hopefully, this should get updated as new records get added in Offers table.
Is something like this possible? Sorry if I wasn’t clear earlier.
Hey @Vivid-Squid, thanks a lot! However, I feel this gives me the max offer per product.
I’m looking for something like an equivalent of =MAX(Offers!A:A) in a cell in Products table. Just an aggregate with a cross table reference. Hopefully, this should get updated as new records get added in Offers table.
Is something like this possible? Sorry if I wasn’t clear earlier.
Yes, same logic applies
Just add a few more look ups, roll ups and a formula


And here is the Product Table, with Highest Offer and Highest Offer Person



Thanks a lot! I’ll try it out & see if it works for my case.