First off, Airtable is great! One thing though: I’d really like to not have to create additional columns in order to simply do something like the following:
Formula:
if(lookup(row_10,"column_1"),lookup(row_12,"column_4"),lookup(row_53, "column_2"))
Also, I have a lot of varied data and I’m trying to use one big table for everything with lots of different views rather than use lots of different tables with aggregate tables and views based on those smaller tables. I can link to a row within the same table (awesome!) but I can’t do a lookup to a row within the same table (upsetting). This is a separate problem of course, but it would be sidestepped by supporting lookups within formulas.
Thank you!