08-21-2019 02:55 AM
08-21-2019 03:42 AM
Perhaps VLOOKUP or INDEX/MATCH. Could you submit small sample file to illustrate how data is organised?
08-21-2019 04:31 PM
08-22-2019 03:11 PM
Here
in D5 you may enter
=IFERROR(
INDEX('Worksheet B'!$C:$C,
AGGREGATE(15,6,
1/('Worksheet B'!$E$3:$E$100<>0)*ROW($A$3:$A$100),
ROW()-ROW($D$4))
),
"")
and drag it down till empty cells appear.