How to enter the word "T METAL" in a different column automatically
How to enter the word "T METAL" in a different column automatically when another column has an entry on the same line.
If someone enters a random number in a row on a column named "GA", I would like "T METAL" to automatically populate another column named "GP Macro" on the same row. Can this be done?
Thanks!!
Best Answer
-
Hi @Jim Potter,
You can use this in the GP Macro column.
=IF(ISNUMBER(GA@row), "T METAL")
Hope this helps,
Dave
Answers
-
Hi @Jim Potter,
You can use this in the GP Macro column.
=IF(ISNUMBER(GA@row), "T METAL")
Hope this helps,
Dave
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!