Adding 30%

Need help adding 30% to the Buildout Cost when "Union Labor" is selected.
The formula I'm using is just giving me 30% of the value, not adding 30% to the value:
=[Square Feet]@row * (IF([Cost per Sqft]@row = "Aesthetics Only $125/SF", 125, IF([Cost per Sqft]@row = "Aesthetics w/ Plumbing $150/SF", 150, IF([Cost per Sqft]@row = "Partial Build $225/SF", 225, IF([Cost per Sqft]@row = "Full Build $325/SF", 325, IF([Cost per Sqft]@row = "Full Build w/ Demo $350/SF", 350)))))) * (IF([Union Labor]@row = "Union Labor", 0.3))
Best Answer
-
Hey @Graham Cracker looks like you should just need to multiply by 1.3 instead of 0.3 in your Union Labor portion of the formula.
Let me know if that solves the problem or if you need more assistance!
-Jon
Answers
-
Hey @Graham Cracker looks like you should just need to multiply by 1.3 instead of 0.3 in your Union Labor portion of the formula.
Let me know if that solves the problem or if you need more assistance!
-Jon
-
You're the best! That worked!! Thank-you!
-
Glad I could help!
Help Article Resources
Categories
Check out the Formula Handbook template!