Can I get help on this formula? Not sure where I am getting it wrong.
Stacy Stoffel
✭✭✭✭✭
I need this formula to be one value if Yes and the other Value if not Yes:
Tags:
Answers
-
Does not seem like you need the OR function in there.
=IF([After Hours]@row="Yes", [Total Hours]@row * 375, [Total Hours]@row * 250)
-
I tried that too and got the "unparseable" error.
-
Typo, see your column has a question mark at the end...
=IF([After Hours?]@row = "Yes", [Total Hours]@row * 375, [Total Hours]@row * 250)
-
great thank you! I had tried it so many times, that I missed that question mark. Appreciate the second set of eyes :)
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!