I am somewhat familiar with Excel, but this one has me stumped. I am trying list in a column a set of results from a looked up value. The results are on a different worksheet than what I'm trying to display on. Here is the formula I"m using.
=INDEX($U$4:$V$8, SMALL(IF(($C$4=$U$4:$U$8), ROW($U$4:$U$8)-MIN(ROW($U$4:$U$8))+1, ""),ROWS($A$1:A1)), 2)
In this formula the table I'm pulling from U4 through V8 is on the same Worksheet. I need to pull from a different worksheet. If this has been tackled please direct me to it.
=INDEX($U$4:$V$8, SMALL(IF(($C$4=$U$4:$U$8), ROW($U$4:$U$8)-MIN(ROW($U$4:$U$8))+1, ""),ROWS($A$1:A1)), 2)
In this formula the table I'm pulling from U4 through V8 is on the same Worksheet. I need to pull from a different worksheet. If this has been tackled please direct me to it.