Formula problem

G

Guest

Hello from Steved

=INDEX(ParadoxBusType!I:I,MATCH($A6,ParadoxBusType!$K:$K,0))

Ok the above formula at cell A6, then looks in Col I:I in ParadoxBusType!
worksheet
once found looks in K:K for the value, it is not working
please what have I overlooked. the formula is in Cell D6.

The above is in the same folder instead of sheet1 I've named it
ParadoxBusType!.

Thankyou for taking time on my problem.
 
G

Guest

Your write-up and equaitn do not agree
Do you want the value from column I or K
If it is I and you want ot match in column K You may need to make sure that
you have a true match.

find what looks like a match in K and do A
=ParadoxBusType!$K4=A6 i
f the answer is other than "true" there is not a match
If they are numeric one may rally be text Try an
=value(Trim(ParadoxBusType!$K4))=A6 and
=value(Trim(A6))=ParadoxBusType!$K4
to see what you need to do o your equation.
 
G

Guest

Thanks bj As you pointed out I had it the wrong way round

Thankyou very much for your time.

Cheers.
 

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