Forum Discussion
Vicky1770
Jul 22, 2019Copper Contributor
vlookup
I am using a simple vlookup formula and the formula will return a value until the patient ID is not found in sheet 2 and if the patient ID is not found then it returns NA which is ok but the Vlookup ...
tauqeeracma
Jul 22, 2019Steel Contributor
Hi Vicky1770
May be you need to freeze the data array by putting $ sign within cell reference.
You may share your file so that more suitable solution cane be provided.
Thanks,
Tauqeer
Vicky1770
Jul 22, 2019Copper Contributor
tauqeeracma Can you look at the document please?
- PReaganJul 22, 2019Bronze ContributorTry this formula in cell F2 and copy down:
=VLOOKUP(E2,$A$2:$B$2919,2,FALSE)- Vicky1770Jul 22, 2019Copper Contributor
Thank you so so so much. I appreciate your help so much.
Have a great day!!!
- tauqeeracmaJul 22, 2019Steel Contributor