I have an index formula that works with the source workbook open but produces a #value! error when source workbook closed.
I see the complete network path to the source workbook in the formula while it is closed.
In other cells vlookup formula's continue to work with the same source workbook.
I am trying to produce a multiple corresponding list from a single value where the output is from a column to the left of the value.
I copied the formula with the source workbook open just to save space.
{=IF(ROW(ebts.csv!$A2)-ROW(ebts.csv!$A$1)>COUNTIF(ebts.csv!$D:$D,$B$3),"",INDEX(ebts.csv!$A:$A,SMALL(IF(ebts.csv!$D$1:$D$1500=$B$3,ROW(ebts.csv!$D$1:$D$1500)),ROW(ebts.csv!$A2)-ROW(ebts.csv!$A$1))))}
Additional cells below just change the ROW reference from
{=IF(ROW(ebts.csv!$A2... to
{=IF(ROW(ebts.csv!$A3... and so on
Thanks in advance
I see the complete network path to the source workbook in the formula while it is closed.
In other cells vlookup formula's continue to work with the same source workbook.
I am trying to produce a multiple corresponding list from a single value where the output is from a column to the left of the value.
I copied the formula with the source workbook open just to save space.
{=IF(ROW(ebts.csv!$A2)-ROW(ebts.csv!$A$1)>COUNTIF(ebts.csv!$D:$D,$B$3),"",INDEX(ebts.csv!$A:$A,SMALL(IF(ebts.csv!$D$1:$D$1500=$B$3,ROW(ebts.csv!$D$1:$D$1500)),ROW(ebts.csv!$A2)-ROW(ebts.csv!$A$1))))}
Additional cells below just change the ROW reference from
{=IF(ROW(ebts.csv!$A2... to
{=IF(ROW(ebts.csv!$A3... and so on
Thanks in advance