Forum Discussion
Bill_In_Tucson
Mar 10, 2020Copper Contributor
VLOOKUP Drop Down Options For table_array
I am using VLOOKUP successfully but want to make the VLOOKUP call less cryptic. My application for VLOOKUP is in engineering calculations from data stored in a table named FET_Data. If I use "VLOOKUP...
PReagan
Mar 10, 2020Bronze Contributor
Hello Bill_In_Tucson,
If your table starts in column A, then that could be like:
=VLOOKUP(H17,FET_Data[#Data],COLUMN(FET_Data[RGATE]),0)- Bill_In_TucsonMar 10, 2020Copper Contributor
- PReaganMar 10, 2020Bronze ContributorMy pleasure!