Re: find a value?
I looked at your onedrive workbook, but it wasn't much help.
My free "Custom_Functions" Excel add-in might work. One of the 20+ functions included is the X_vLOOKUP function.
=X_vLOOKUP(LookupValue, DataRange, LookupCol, GetFromCol, OccurrenceNum, LookupValue2, LookupCol2)
It can return multiple values as you fill down (the OccurrenceNum can be a row reference that increments).
It can use any column(s) on the worksheet and the last two optional arguments provide a second lookup.
The first column is Column(1) of the DataRange. The first column to the left is Column 0. the next one is column(-1) and so on.
There is also a separate Word.doc examples document available and the add-in includes a cheat sheet.
Download from OneDrive: https://1drv.ms/u/s!Au8Lyt79SOuhZ_zj8wEtOjDcqAI?e=MrzfpA
'---
NLtL
Calculate Payments, Custom_Functions, Greatest Films, Professional_Compare