Using multiple IF/Left Function

I have 3 column headers which are name, subsidiary and reviewer. Based on the first letter of the name column and the full name of the subsidiary column I want to assign a team member to the reviewer column. The first team member will be responsible for all name letters starting with A-L for subsidiary 1, the second team member will cover M-Z for subsidiary 1 the 3rd team member will cover all of subsidiary 2 from A-Z. I can create a formula for each letter but want one formula to do it for all letters from A-L, M-Z and A-Z for all subsidiaries. I need one formula that combine all three reviewers from A-Z by subsidiary.

The formula I started with but need to expand it:

=IF(LEFT([Full Name]@row, 1) = "M", IF([Subsidiary]@row = "Band", "TomReviewer"))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!