lynnbergeron_no
New Member
I the following formula and they will have multiple matches. I would like it to select the last match in the “Entry Sheet”. Also, I will be adding data to the "Data Entry" sheet time to time. So, formula will have to self adjust the range .
=IF(D$1="","", IF($A2="","", IF(ISERROR(VLOOKUP($A2&D$1,'Entry Sheet'!$E:$F,2,FALSE)),"-",(VLOOKUP($A2&D$1,'Entry Sheet'!$E:$F,2,FALSE)))))
=IF(D$1="","", IF($A2="","", IF(ISERROR(VLOOKUP($A2&D$1,'Entry Sheet'!$E:$F,2,FALSE)),"-",(VLOOKUP($A2&D$1,'Entry Sheet'!$E:$F,2,FALSE)))))