I have having a problem with a two dimensional lookup function. The first part works fine but when I use the match function to find the column number I get a #N/A error. Below is the funtion that I used:
=VLOOKUP(($C$28),Table_HRMS_glossary_price_list.accdb,MATCH(W18,Table_HRMS_glossary_price_list.accdb[#Headers],0))
NOTE: Both C28 and W18 are in the "Number" format
Thanks
=VLOOKUP(($C$28),Table_HRMS_glossary_price_list.accdb,MATCH(W18,Table_HRMS_glossary_price_list.accdb[#Headers],0))
NOTE: Both C28 and W18 are in the "Number" format
Thanks