Combo box corrupting VLookup function

G

Guest

I changed several drop-down lists on an Excel worksheet to a Combo boxes so
that I could read the text. Several of these drop-down lists filled in other
information through equations like: =IF(ISNA(VLOOKUP(C26,Lists!$L:$M,2,0)),"
",VLOOKUP(C26,Lists!$L:$M,2,0)). Now, one drop down list will not function
without correcting the error: Number Stored as Text. I have to convert to
number for the vlookup to run every time I choose a new number.

Please help,
 
G

Guest

Hi,

Not sure fi this will help but try this:

=IF(ISNA(VLOOKUP(C26*1,Lists!$L:$M,2,0)),"",VLOOKUP(C26*1,Lists!$L:$M,2,0))

it should convert C26 to a number.

HTH
Jean-Guy
 

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


Top