Can this excel formula be created in smartsheet?
Best Answer
-
Hey there,
This should do it for you! Although instead of including the specific row number, I used "@row" so that you can conform it to a Column level formula if you'd like. Also, I called the columns, "ColumnA", "ColumnB" and "ColumnC"; not sure what your actual column names are but you'll need to update the formula to replace my placeholders.
=IF(SUM([email protected]) > ([email protected] + [email protected]), "Red", IF(SUM([email protected]) > ([email protected] + [email protected]), "Green", IF(SUM([email protected]) > ([email protected] + [email protected]), "Yellow")))
0
Answers
-
Hey there,
This should do it for you! Although instead of including the specific row number, I used "@row" so that you can conform it to a Column level formula if you'd like. Also, I called the columns, "ColumnA", "ColumnB" and "ColumnC"; not sure what your actual column names are but you'll need to update the formula to replace my placeholders.
=IF(SUM([email protected]) > ([email protected] + [email protected]), "Red", IF(SUM([email protected]) > ([email protected] + [email protected]), "Green", IF(SUM([email protected]) > ([email protected] + [email protected]), "Yellow")))
0 -
@Amanda Alv Can I have it Blue if all of those are false?
0