Having trouble with if function
-
i have a form that calculates all services together
IF(services>640, maxprice, servicefees, IF(services<64, minprice, servicefees ) )
like so what i want that if the fees is less then 64 then it shows minprice if they are bigger than 64 they show servicefees together but not more than 640
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Having trouble with if function’ is closed to new replies.