Hello!
Hoping I could get some advice on a formula field that accepts my formula but the cells won’t return any data (not even an #error message). Maybe it’s a bug…? Since I’m dealing with multiple formula fields, lookups and a Rollup result that is being fed back to the original table, I’m thinking it’s an issue with Airtable recognizing the data…Any workarounds or syntax advice?
Problem formula is in table 2:
IF({Legal Wraps After}=‘Episode’, {Episode Legal Wrap Date}, IF({Legal Wraps After}=“Season”, {Season Legal Wrap Date}, BLANK()))
Table 1: SEASONS
- {Legal Wraps After} - Single Select Field (episode / season)
- {Last Shoot Date} - Rollup Field (MAX {Shoot Date} of all Episodes in a Season)
Table 2: EPISODES
- {Shoot Date} - Date Field
- {Episode Legal Wrap Date} - Formula Field: ({Shoot Date} + 7 days)
- {Season Legal Wrap Date} -Lookup Field: (Lookup the {Last Shoot Date} Rollup Field)
Any help here would be much appreciated! Thanks!