Division help...

I would like to create a formula that divides the square feet by a certain number based on the selection in the Projected Buildout Cost column.
This is what I have so far and it's not working:
=[Square Feet]@row/(IF([Projected Buildout Cost]@row = "Aesthetics Only $125/SF", 125, IF(Projected Buildout Cost = "Aesthetics w/ Plumbing $150/SF", 150)))
Best Answer
-
@Graham Cracker See corrected formula, you didn't have the reference to the column in the 2nd If statement wrapped in brackets or the @row operator.
=[Square Feet]@row/(IF([Projected Buildout Cost]@row = "Aesthetics Only $125/SF", 125, IF([Projected Buildout Cost]@row = "Aesthetics w/ Plumbing $150/SF", 150)))
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Answers
-
@Graham Cracker See corrected formula, you didn't have the reference to the column in the 2nd If statement wrapped in brackets or the @row operator.
=[Square Feet]@row/(IF([Projected Buildout Cost]@row = "Aesthetics Only $125/SF", 125, IF([Projected Buildout Cost]@row = "Aesthetics w/ Plumbing $150/SF", 150)))
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
That worked perfectly! Thank-you!!
-
@Graham Cracker Great. Thanks for letting me know!
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Help Article Resources
Categories
Check out the Formula Handbook template!