rjacmuto32
Member
I have this formula below to return me sevearl rows of data from a specs tab based on what ID is in a cell (C7, D7, etc for each column). It works great except for 1 thing. If the field I am returning on the Specs tab is blank, this formula puts a 0 instead of returning the blank. Is there anyway to return a Blank and not a 0 is the cooresponding line on the spec tab has a blank cell value.
=INDEX('Specs'!$B$2:$CW$69,ROW($A1),MATCH(C$7,'Specs'!$B$2:$CW$2,0))
=INDEX('Specs'!$B$2:$CW$69,ROW($A1),MATCH(C$7,'Specs'!$B$2:$CW$2,0))