Skip to main content

Lookup/Rollup returns values from other tables?

  • September 12, 2019
  • 2 replies
  • 46 views

Hello everyone! I’m trying to make a base for a big fundraiser that has multiple tables. Is it possible to have a column in one table return a designated value from another table relative to the value in an adjacent cell (very similar to vlookup in excel).

As an example, I have one table that will be for all the guest info (name, ticket type, ticket cost) and I want to be able to set the ticket type in one column, and have it atomically fill the number of tickets associated with that level along with the cost of that sponsorship in a third column. For example, at this event, a Partner Level Sponsor gets four tickets at the cost of $500.

Is there a way to do this without complicated formulas - which I’ve used for the past two years in an excel sheet, but want to transition over to AirTable for the powerful cross referencing.

Thanks!

This topic has been closed for replies.

2 replies

JonathanBowen
Forum|alt.badge.img+18
  • Inspiring
  • September 12, 2019

Hi @Andrew_Doll - if you set up the quantity and cost against the ticket type, you can then look these up in the guests table:

Ticket Type is a linked field to the Ticket Types table and Quantity and Cost are lookup fields.

Is this what you are after?

JB


  • Author
  • New Participant
  • September 13, 2019

Thats perfect! Thanks so much @JonathanBowen!