Here is my current formula for the column "Tech Setup Price"
=IF(AND([Tech/Set Up]@row = "yes", [Is the frame curved? ]@row = "Yes"), 650, IF(AND([Tech/Set Up]@row = "yes", [Is the frame curved? ]@row = "No"), 500, 0))
This does not include the below added variable of the Neo Modular System, so I want to add that variable. Basically, here is what I want:
$500 if tech set up is Yes and the frame is not curved
$650 if tech set up is Yes and EITHER the frame is curved OR the Frame Type is Neo Modular System
$0 if tech set up is No
Is this possible, or is this too much information for one function?
Thanks!