R
Rick Stahl
I have the following formula in a given worsheet called 'Master Fe'
=VLOOKUP(A2,'Re-Arrange'!$2$8000,3,FALSE)
'Re-Arrange' worksheet contains 7 columns and thousands of rows (first
column is lookup value, column 3 contains a value to be returned to 'Master
Fe'. The reference array is sorted correctly and the first proper
(uppermost) value is always returned. A problem exists though when the
lookup value appears more than once (may appear up to 4 times in array).
Since array is sorted, lookup value may exist in 4 consecutive rows, or 3,
or 2, or just 1 row. Whenever more than 1 lookup value exists, only the
first uppermost value is returned, never the second or third or fourth. How
do I advance to the next row to extract next value with the same lookup
value or delete (remove) the row that was already used ? Thanks.
Rick
=VLOOKUP(A2,'Re-Arrange'!$2$8000,3,FALSE)
'Re-Arrange' worksheet contains 7 columns and thousands of rows (first
column is lookup value, column 3 contains a value to be returned to 'Master
Fe'. The reference array is sorted correctly and the first proper
(uppermost) value is always returned. A problem exists though when the
lookup value appears more than once (may appear up to 4 times in array).
Since array is sorted, lookup value may exist in 4 consecutive rows, or 3,
or 2, or just 1 row. Whenever more than 1 lookup value exists, only the
first uppermost value is returned, never the second or third or fourth. How
do I advance to the next row to extract next value with the same lookup
value or delete (remove) the row that was already used ? Thanks.
Rick