Formula Help

Tzippy
✭✭
I have a dropdown column and I need to automatically populate different numbers in another column based on what's selected.
Column one:
HHA
PCA
Column two:
if hha is selected, i want the number 12 to populate
Best Answer
-
You would use somethign like this:
=IF([Column One]@row = "HHA", 12)
Answers
-
You would use somethign like this:
=IF([Column One]@row = "HHA", 12)
-
Got it! Thank you Paul!
-
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!