The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
Feb 07, 2023 02:21 AM - edited Feb 07, 2023 02:49 AM
I have a formula that works when a set decimal is entered but not when the decimal is inputted from a field reference. The formula that works (with manual decimal at the end):
Feb 07, 2023 06:39 AM
Hmm, is the field type of `MSH Commission Decimal` a number? If not, perhaps you could try:
IF({Custom MSH Fee} > 0,{Custom MSH Fee},({Total Booking Price}+{Channel Booking Fee Amount (inc manual fees)})*VALUE({MSH Commission Decimal}))
`VALUE()` converts text into a number where possible, and might solve your problem here?If not, could you perhaps share a screenshot of your table with the relevant fields please?