Hello,
I was hoping to get some help with a formula. We are using INDEX/MATCH. Its all working great when we are referencing one column. When we change the reference to select a range of columns, the formula doesn't work and we get #UNPERISHABLE. Can someone help us figure out how to reference a range of columns?
Here is our formula as we reference column 3 only:
=INDEX({Subcategories Range}, MATCH(Description2, {Project Title}, 0), 3)
How can reference columns 1-4 and not a single column?
We tried 1:4, we tried adding a OR function.
=INDEX({Subcategories Range}, MATCH(Description2, {Project Title}, 0),1:4 )
Help Please :-)