Hi, I’m looking for assistance in creating a formula that can show all our options for Inventory Location - Basically, at an Account, In House, or with a one-time buyer (that I don’t want to create an entire account for.)
If an Account is chosen (through a linked field), return that value. If a value is input in a separate Retail Buyer column (single line text), return that value. If both those fields are empty, return text “In House.”
The simple IF formula works to show Account or “In House”:
IF({Account}>"", {Account}, “In House”)
…but I can’t figure out how to turn this into a nested formula that will provide the third option of a typed in Retail Buyer.
Thanks for any help! I’ve managed to run all my company’s business through airtable, so I really hate when I can’t figure out one little thing