Had a good formula going for the status of the books in our shop…
IF({Sales}, “ :green_circle: Sold”, “ :white_circle: For Sale”)
But then I realized, we also “ :orange_heart: Donate” and “ :beer: Trash” books (we only trash them if they get damaged, say, in a flood, and the Microsoft garbage emoji is garbage, so beer it is!).
Like the {Sales} field, the {Donations} field is a linked one, only, unlike {Sales}, in {Donations} it’s not enough to say EMPTY=For Sale and NOT EMPTY=Sold because there are three options in the Donations table {Beneficiary} single select field: Charity, Thrift, and Trash.
What’s the formula for this? Do I need to create lookup fields first?