Lookup Function

C

CT

I created a formula with the following parameters:

=IF(B4=1,LOOKUP(B3,A5:A11,B5:B11),IFB4=2,LOOKUP
(B3,A5:A11,C5:C11),0)

B3 is a text operator formula of =B1&"."B2 so that I get a
text result that looks like a number 0.0.

The problem is that the text operator in the IF formula
above, results in an error message of #N/A.

Is there any way to combine two numbers by adding the "."
as a number?

Thanks,CT
 
R

RagDyer

Try this in B3:

=--(B1&"."&B2)


HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


I created a formula with the following parameters:

=IF(B4=1,LOOKUP(B3,A5:A11,B5:B11),IFB4=2,LOOKUP
(B3,A5:A11,C5:C11),0)

B3 is a text operator formula of =B1&"."B2 so that I get a
text result that looks like a number 0.0.

The problem is that the text operator in the IF formula
above, results in an error message of #N/A.

Is there any way to combine two numbers by adding the "."
as a number?

Thanks,CT
 

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