How to combine these formulas

Options

=INDEX({Do Not Use Art List Range 1}, MATCH([Distributor Name]@row, {Do Not Use Art List Range 2}, 0)

=INDEX({Do Not Use Art List Range 1}, MATCH([ARTNAME}@row, {Do Not Use Art List Range 2}, 0)

I can get these two formulas to do things on their own but can't put them together right to get the same result. I don't need both true I just need one true to pull the wording Do Not Use Art.

Tags:

Best Answer

  • heyjay
    heyjay ✭✭✭✭✭
    Answer ✓
    Options

    I apologize, I think Im missing some parenthesis

    =IFERROR(
    INDEX({Do Not Use Art List Range 1}, MATCH([Distributor Name]@row, {Do Not Use Art List Range 2}, 0)),
    INDEX({Do Not Use Art List Range 1}, MATCH([ARTNAME}@row, {Do Not Use Art List Range 2}, 0)))
    

    ...

Answers

  • heyjay
    heyjay ✭✭✭✭✭
    Options
    =IFERROR(
    INDEX({Do Not Use Art List Range 1}, MATCH([Distributor Name]@row, {Do Not Use Art List Range 2}, 0),
    INDEX({Do Not Use Art List Range 1}, MATCH([ARTNAME}@row, {Do Not Use Art List Range 2}, 0)
    


    ...

  • NTerica
    Options

    =IFERROR(INDEX({Do Not Use Art List Range 1}, MATCH([Distributor Name]@row), {Do Not Use Art List Range 2}, 0), INDEX({Do Not Use Art List Range 1}, MATCH([Art Name]@row, {Do Not Use Art List Range 2}, 0)))


    What did I do wrong? It says incorrect argument

  • heyjay
    heyjay ✭✭✭✭✭
    Answer ✓
    Options

    I apologize, I think Im missing some parenthesis

    =IFERROR(
    INDEX({Do Not Use Art List Range 1}, MATCH([Distributor Name]@row, {Do Not Use Art List Range 2}, 0)),
    INDEX({Do Not Use Art List Range 1}, MATCH([ARTNAME}@row, {Do Not Use Art List Range 2}, 0)))
    

    ...

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!