Sorry in advance - I am a very green user to Airtable and Databases in general.
I would like to make a formula that can scan a record for a word and then automatically make the value 0.
Example:
Line Item ------------Unit ----------- Rate---------Total Cost
Invoice - 0011-------1.00------------$100----------$100
Bid - 0100------------2.00------------$500----------$0
In this case I am using:
Rate*Unit to reach the total cost. This will mean that the “Line Item” Bid-0100 will pop up with a total cost of $500, but I need it to show 0 as it hasn’t actually cost me anything. Is this possible?