Hi Team
wondering if you can help. I have 2 worksheets:
Worksheet 1: Lookup table that has 2 columns that provides a water level and a volume - derived from a model
[TABLE="width: 225"]
<tbody>[TR]
[TD]Level[/TD]
[TD]Volume[/TD]
[/TR]
[TR]
[TD="align: right"]1330[/TD]
[TD="align: right"]14292.8[/TD]
[/TR]
[TR]
[TD="align: right"]1329.9[/TD]
[TD="align: right"]14277.4[/TD]
[/TR]
[TR]
[TD="align: right"]1329.8[/TD]
[TD="align: right"]14262.0[/TD]
[/TR]
[TR]
[TD="align: right"]1329.7[/TD]
[TD="align: right"]14246.4[/TD]
[/TR]
[TR]
[TD="align: right"]1329.6[/TD]
[TD="align: right"]14230.7[/TD]
[/TR]
[TR]
[TD="align: right"]1329.5[/TD]
[TD="align: right"]14214.7[/TD]
[/TR]
[TR]
[TD="align: right"]1329.4[/TD]
[TD="align: right"]14198.4[/TD]
[/TR]
</tbody>[/TABLE]
Worksheet 2: Data entry sheet where a level is entered and then the second column should input the closest volume (or better yet, proportionate volume if there is not an exact match) based on the lookup sheet:
[TABLE="width: 225"]
<tbody>[TR]
[TD]Level[/TD]
[TD]Volume[/TD]
[/TR]
[TR]
[TD="align: right"]1329.71[/TD]
[TD="align: right"] ?[/TD]
[/TR]
</tbody>[/TABLE]
I have tried a combination of Match and Vlookup but have not had any success.
Thank you
John
wondering if you can help. I have 2 worksheets:
Worksheet 1: Lookup table that has 2 columns that provides a water level and a volume - derived from a model
[TABLE="width: 225"]
<tbody>[TR]
[TD]Level[/TD]
[TD]Volume[/TD]
[/TR]
[TR]
[TD="align: right"]1330[/TD]
[TD="align: right"]14292.8[/TD]
[/TR]
[TR]
[TD="align: right"]1329.9[/TD]
[TD="align: right"]14277.4[/TD]
[/TR]
[TR]
[TD="align: right"]1329.8[/TD]
[TD="align: right"]14262.0[/TD]
[/TR]
[TR]
[TD="align: right"]1329.7[/TD]
[TD="align: right"]14246.4[/TD]
[/TR]
[TR]
[TD="align: right"]1329.6[/TD]
[TD="align: right"]14230.7[/TD]
[/TR]
[TR]
[TD="align: right"]1329.5[/TD]
[TD="align: right"]14214.7[/TD]
[/TR]
[TR]
[TD="align: right"]1329.4[/TD]
[TD="align: right"]14198.4[/TD]
[/TR]
</tbody>[/TABLE]
Worksheet 2: Data entry sheet where a level is entered and then the second column should input the closest volume (or better yet, proportionate volume if there is not an exact match) based on the lookup sheet:
[TABLE="width: 225"]
<tbody>[TR]
[TD]Level[/TD]
[TD]Volume[/TD]
[/TR]
[TR]
[TD="align: right"]1329.71[/TD]
[TD="align: right"] ?[/TD]
[/TR]
</tbody>[/TABLE]
I have tried a combination of Match and Vlookup but have not had any success.
Thank you
John