Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Can someone please help with this formula?

✭✭✭
edited 04/14/25 in Formulas and Functions

I keep getting an "invalid operation" error message with this formula. Can someone spot where I went wrong? I am not great at formulas. The goal is for multiple criteria (IF statements) to match before entering "Inactive" in the cell.

=IF({Master Cadre Roster Range 1} = [First Name]@row, IF({Master Cadre Roster Range 3} = [Last Name]@row, IF({Master Cadre Roster Range 2} = "Inactive", "Inactive")))

Tags:

Best Answer

  • ✭✭✭
    Answer ✓

    With your cross sheet references, try this:

    =IF(INDEX(COLLECT({Master Cadre Roster Range 2}, {Master Cadre Roster Range 1}, [First Name]@row, {Master Cadre Roster Range 3}, [Last Name]@row), 1) = "Inactive", "Inactive", "")

    Emily Carlson

    Consultant | Smartsheet Development

    Prime Consulting Group

    Email: info@primeconsulting.com

    Follow us on LinkedIn!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions