Share your use case and provide as many details to support your idea as possible. Thank you! add a minimum for service
Hi there, @Sameria_J
If I got you right, you’d like to apply a minimum of $150 to the Total Cleaning Cost calculation. In this case, I guess this formula should work for you:
You can copy this variant and paste it to your widget: IF((ROUND({{qrkluewd}} * {{296keqlg}} * {{4r9olwqw}}, 1) + SUM( {{m4wbnma2}}))<150, 150, ROUND({{qrkluewd}} * {{296keqlg}} * {{4r9olwqw}}, 1) + SUM( {{m4wbnma2}}))
And here is how it looks in the configurator:
Test it out and let me know if you like the result
Hi, I would like it to be automatically $150 like the price can’t go lower then that but it can go up. For example right now if you put in a 1700 sq ft it will cost $170 but if you put in 800 sq ft it cost $80 instead I want it to say $150.
Hi there, @Sameria_J
The formula I’ve shared in the previous message works exactly this way. If the Total cleaning cost result is less than $150 (e.g. $80), $150 will be displayed instead.
Please give it a try and let me know if it worked for you