Hi, I'm trying to use an If statement in my index match formula to skip rows that are pulling from a blank to not overwrite them. I want to skip over pulling from the blank demand ID rows and not overwrite the SubTower row. The below formula doesn't work, should I be using IFERROR function?
=IF(ISBLANK([Demand ID]@row, " ",INDEX({SubTower}, MATCH([Demand ID]@row, {Demand Sort}, 0)), "")))