Interpolation and Vlookup help

mel1660

New Member
Joined
Feb 2, 2005
Messages
31
I have two worksheets, one contains table of tank volumes as per ullage level of tank, I call this Table 1, another worksheet contains computation of tank content based on the Table 1.I need to make a formula that would look up the interpolated result from the table and display the result in Tank Condition Report as per ullage, also if Trim C1 changes to another value, I need to look up from the corresponding column in Table 1. How can I combine these formulas into one formula. I have tried combining Vlookup and Trend function without any success, Any help will be greatly appreciated,am using Excel 2003. Thank you very much. :rolleyes:

Tank Condition Report Worksheet
A B C
1 Trim 2.00
2 Tank Condition Report
3 Tank Ullage M3
4 Wing (P) 27 M3 from Table1(??Formula)
5 38 ??Formula
6 46 ??Formula

Table 1
Table 1
A B C D E F
Trim 0.00 4.00 3.00 2.00 1.00
Ullage M3 M3 M3 M3 M3
1 25 632.10 632.10 632.20 632.20 632.20
2 30 631.50 631.90 631.80 631.80 631.70
3 35 630.60 631.30 631.20 631.00 630.80
4 40 629.50 630.40 630.20 629.90 629.70
5 45 628.30 629.30 629.10 628.80 628.60
6 50 627.20 628.20 627.90 627.70 627.50
7 55 626.10 627.10 627.90 626.60 626.30
8 60 625.00 625.90 626.80 625.50 626.20
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Hi,

This is the same formula as in my reply in your other thread. I just added a match for Trim to find you the right column.


=(INDEX($B$3:$F$10,MATCH(I3,$A$3:$A$10),MATCH($I$2,$B$1:$F$1,0))-INDEX($B$3:$F$10,MATCH(I3,$A$3:$A$10)+1,MATCH($I$2,$B$1:$F$1,0)))/(INDEX($A$3:$A$10,MATCH(I3,$A$3:$A$10))-INDEX($A$3:$A$10,MATCH(I3,$A$3:$A$10)+1))*(I3-INDEX($A$3:$A$10,MATCH(I3,$A$3:$A$10)))+INDEX($B$3:$F$10,MATCH(I3,$A$3:$A$10),MATCH($I$2,$B$1:$F$1,0))
Book1
ABCDEFGHIJ
1Trim04321
2UllageM3M3M3M3M3Trim2.00
325632.10632.10632.20632.20632.20Ullage27.00632.04
430631.50631.90631.80631.80631.7038.00630.34
535630.60631.30631.20631.00630.8046.00628.58
640629.50630.40630.20629.90629.70
745628.30629.30629.10628.80628.60
850627.20628.20627.90627.70627.50
955626.10627.10627.90626.60626.30
1060625.00625.90626.80625.50626.20
11
Sheet1
 
Upvote 0
Thank you very much for your help, I was able to finish my worksheets on time, Hope I can give back in the future ,the kindness you have done (y)
 
Upvote 0

Forum statistics

Threads
1,202,966
Messages
6,052,846
Members
444,603
Latest member
dustinjmangum

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