Excel Function VLOOKUP - ARRAY Function Error

  • Thread starter Thread starter elstuart
  • Start date Start date
E

elstuart

Hi,

I'm having trouble looking up a table of "Names". The table deifene
below is called ROL_IS and list hundred of other defined tables.


Error where:
=VLOOKUP(A33,VLOOKUP(CUR_MON,ROL_IS,3,FALSE),2,FALSE)

but no errors where
=VLOOKUP(A33,ACT_IS,2,FALSE)
or
=VLOOKUP(CUR_MON,ROL_IS,3,FALSE) ANS: ACT_IS

The array function in VLOOKUP appears not to converting formula to
NAME.

If anyone knows or needs further details if would be appreciated.

Thanks

Elizabet
 
If I understand you correctly

=VLOOKUP(A33,INDIRECT(VLOOKUP(CUR_MON,ROL_IS,3,0)),2,0)

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

EXCEL - IF(IFERROR(VLOOKUP question 0
Excel Vlookup Help 0
Multiple VLOOKUPS 4
using vlookup for multiple files 6
vlookup table_array 4
Problem with formulas 4
VLOOKUP returning #N/A result 2
Remove #N/A Error 3

Back
Top