Imagine that I have three different fields.
- Disboard URL
- Top.gg URL
- Official invite URL
How do I make it so if a field isn't found in the formula, it'll fallback to the next one of lower priority.
For now I would like my formula to lookup three fields.
Here's what I've got so far but it only works with two fields.
IF({Disboard URL} + {Top.gg URL}='' ,BLANK(), {Disboard URL})