J
John
I am trying to take this formula and move it from on column to another and
only change one value. When I go to edit the formula it removes the "{}"
around the formula. The formula works in the original cells but If I add the
"{}" it will not caluculate.
{=IF(ISERROR(INDEX($T$1:$W$2500,SMALL(IF($T$1:$T$2500=$A3,ROW($T$1:$T$2500)),ROW($8:$8)),4)),"",(INDEX($T$1:$W$2500,SMALL(IF($T$1:$T$2500=$A3,ROW($T$1:$T$2500)),ROW($8:$8)),4)))}
I just want to change row 8:8 to row 9:9 and so on. If I edit the original
cell it changes the formula to remove the "{}" and the formula will no longer
pull the data. Please help with how to correct this issue. Thanks
only change one value. When I go to edit the formula it removes the "{}"
around the formula. The formula works in the original cells but If I add the
"{}" it will not caluculate.
{=IF(ISERROR(INDEX($T$1:$W$2500,SMALL(IF($T$1:$T$2500=$A3,ROW($T$1:$T$2500)),ROW($8:$8)),4)),"",(INDEX($T$1:$W$2500,SMALL(IF($T$1:$T$2500=$A3,ROW($T$1:$T$2500)),ROW($8:$8)),4)))}
I just want to change row 8:8 to row 9:9 and so on. If I edit the original
cell it changes the formula to remove the "{}" and the formula will no longer
pull the data. Please help with how to correct this issue. Thanks