Linkage. Returns #N/A for certain entries

M

Matts

Hi,
I have a 'master' spread sheet that is linked up to various independant
sheets managed by different branches.

My problem : Some values returns as '#N/A' . On closer Observation it tends
to pick up A particular type of entry. In my case the text ' INVESTMENT LEAD'
doesn't get fed into the master atall. It appears as '#N/A' against all such
entries.

How Can I resolve this ?

Thnx
Matt.
 
P

Pranav Vaidya

There are many possibilities why your lookup is failing. Chceck

If the check range is absolute, that is it has $ sign
Check the case, small and upper case are different for lookup

HTH,
 
M

Matts

Many thanks for your reply Pranav.
I checked it. There's no $ sign atall.
I realise that the data (text format) is in UPPER CASE however. Didnt
realise this can be an issue. How do i get around this ?
 
P

Pranav Vaidya

Hi Matts,

In any lookup() the values that are being complared must be in the same case.
You can convert either value to match with other. To do this you can use
UPPER() or LOWER() functions.

HTH,
 

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

Top