IF Function to multiply 2 numbers if the value of a column is greater than 1.99

Dan_H
✭✭
Hi
So I have a current set up in smartsheet, i have the sheet to figure out total time between 2 times. Now I need to do that TOTAL TIME multiplied by No of days BUT Only when the "No of Days" is 2 or greater.
Can anybody help with this please?
Tags:
Best Answer
-
Hello @Dan_H
Have you tried =IF([No of Days]@row >= 2, [Total Time]@row * [No of Days]@row, "Whatever you want here")?
Answers
-
Hello @Dan_H
Have you tried =IF([No of Days]@row >= 2, [Total Time]@row * [No of Days]@row, "Whatever you want here")?
-
worked thank you!
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!