Interpolation of values

SAHIL18

New Member
Joined
Jan 8, 2013
Messages
5
Dear Sir,

I am righting a formula using if condition and v-lookup command where I am facing a problem. I have four column assume P=0.05 Q=0.1 R=0.15 S=0.2. Formula as stated below.

=IF($X$125=20,IF($Y$125=500,IF($Z$125>=0.05<=0.1,VLOOKUP(REFRENCE CELL NUMNER,RANGE,TRUE),"ERROR")))

The highlighted command of <= does not work, and i need to interpolate the values in from vlookup range for the given condition.

Please assist me how can i do this.
for any additional information please revert back


Regards


Sahil
 
Last edited:

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Dear Sir,

I am righting a formula using if condition and v-lookup command where I am facing a problem. I have four column assume P=0.05 Q=0.1 R=0.15 S=0.2. Formula as stated below.

=IF($X$125=20,IF($Y$125=500,IF($Z$125>=0.05<=0.1,VLOOKUP(REFRENCE CELL NUMNER,RANGE,TRUE),"ERROR")))

The highlighted command of <= does not work, and i need to interpolate the values in from vlookup range for the given condition.

Please assist me how can i do this.
for any additional information please revert back


Regards


Sahil

=IF($X$125=20,IF($Y$125=500,IF(and($Z$125>=0.05,$Z$125<=0.1),VLOOKUP(REFRENCE CELL NUMNER,RANGE,TRUE),"ERROR")))
 
Upvote 0
=IF($X$125=20,IF($Y$125=500,IF(and($Z$125>=0.05,$Z$125<=0.1),VLOOKUP(REFRENCE CELL NUMNER,RANGE,TRUE),"ERROR")))

Dear Sir,

Thanks for ur reply.

I need to have interpolated results of value lying inbetween. and how do i do that in V-lookup


Regards


Sahil
 
Upvote 0

Forum statistics

Threads
1,214,544
Messages
6,120,126
Members
448,947
Latest member
test111

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top