Hello, I am new to Airtable and formulas. My current formula is this
IF({Full/Part Time}="Part-time", 0.5, IF({Full/Part Time}="Full-time", 1.0, 0))
I want to add a condition that if another field has two selected clients, the part time value of 0.5 will be doubled.
The Full/Part Time column is a single select field. The formula isn't coming up with any results. Any idea what I did wrong, or what's missing in my formula? Thank you!