Possible COLLECT or INDEX/MATCH IF between two sheets

Hi,

I'm having difficulty figuring out a formula that references two different sheets. Any help would be much appreciated! Thank you!

Below are screenshots of the two different sheets along with notes/explanations.

Below is the text of the sheet names and fields for easy reference on formula ideas. That way you don't have to type out manually.

eMERGE Asset Staging Table- OFFLINE

Equipment Name

2020-2021 Status

Asset Condition Assessments- Active- OFFLINE

Asset

Condition Assessment Year


Best Answer

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    I am actually going to suggest an IF/COUNTIFS to first count how many rows contain that particular combination and then say if that is greater than zero (meaning at least one row was found) then output "Complete".


    =IF(COUNTIFS({Other Sheet Asset Column}, @cell = [Equipment Name]@row, {Other Sheet Year Column}, @cell = "2020-2021") > 0, "Complete")

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!