Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Badly need help for a newbie in smartsheet
Options

deMajix
✭✭
If column 3 is greater than 10, then i need the formula in column 1 be use and if column 3 is lesser than 10 formula in column 2 should be use. I am putting this formula in column 4. Please i just badly needed it! Thanks...
Comments
-
In column4 write:
=IF(column3 >=10, column1, column2)
this should do it...
:-)
-
It works! thank you...
This discussion has been closed.