Formula to Add Text based on Series

Nicole Forleades
ββ
Hello,
I am trying to find a formula that will allow me use the series column and then return text in the approved column.
EX: if series is B, or L I want the Approver column to return RSM. If the Series column is S or K want the approver to be CE. I have hit a brick wall in figuring this out.
Answers
-
Hello @Nicole Forleades
Try:
=IF(OR(Series@row="B",Series@row="L"),"RSM",IF(OR(Series@row="S",Series@row="K"),"CE"))
Melissa Yamada
melissa@insightfulsheets.com
Data made simple, spreadsheets reimagined
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!