Hello,
The formula i am trying to put together is below:
=INDEX(COLLECT({HBC Master File Product}, {HBC Master File Formula}, HAS(@cell, [HBC #]@row), {HBC Master File Plant}, CONTAINS(@row, "CBG COLD SPRING - G")), 1)
I want to search another sheet (HBC Master File Product) in the formula column to match the HBC#, the second criteria is to search the HBC Master file Plant column if it contains a key word. When i put in the first part, the formula works, it is when I am putting in the key word to look for that it says #unparseable.
Thank you,