rangerrambo
New Member
- Joined
- Jul 26, 2010
- Messages
- 16
So, I as the title says I am trying to have Match only look into the filtered part of the table data.
I am doing some interpolation depending of range into the elev value.
The problem is that I have multiple type Bs and multiple table types, which contain multiple of the same values in the range rows, for example here we have twice 250, but the data tables is a lot bigger than what i posted and has whole ranges duplicated. like 300 350 400 450 500 then again maybe 350 400 450 500 550 600 750 etc.
I was hoping that I could select the parameters through filters and use match on the visible part of the table, but that doesn't work.
I am just looking for some tips how to solve the problem. I guess I could create different offset for each subtable but I don't know.
<b>Excel 2010</b><table cellpadding="2.5px" rules="all" style=";background-color: #FFFFFF;border: 1px solid;border-collapse: collapse; border-color: #BBB"><colgroup><col width="25px" style="background-color: #DAE7F5" /><col /><col /><col /></colgroup><thead><tr style=" background-color: #DAE7F5;text-align: center;color: #161120"><th></th><th>I</th><th>J</th><th>K</th></tr></thead><tbody><tr ><td style="color: #161120;text-align: center;">36</td><td style=";">distance</td><td style="text-align: right;;"></td><td style="text-align: right;;">244</td></tr><tr ><td style="color: #161120;text-align: center;">37</td><td style="text-align: right;;"></td><td style="text-align: right;;"></td><td style="text-align: right;;"></td></tr><tr ><td style="color: #161120;text-align: center;">38</td><td style="text-align: right;;"></td><td style="text-align: right;;"></td><td style="text-align: right;;">5</td></tr><tr ><td style="color: #161120;text-align: center;">39</td><td style=";">Elev at distance</td><td style="text-align: right;;"></td><td style="text-align: right;;">931</td></tr><tr ><td style="color: #161120;text-align: center;">40</td><td style="text-align: right;;"></td><td style="text-align: right;;"></td><td style="text-align: right;;">1047</td></tr></tbody></table><p style="width:4.2em;font-weight:bold;margin:0;padding:0.2em 0.6em 0.2em 0.5em;border: 1px solid #BBB;border-top:none;text-align: center;background-color: #DAE7F5;color: #161120">Test</p><br /><br /><table width="85%" cellpadding="2.5px" rules="all" style=";border: 2px solid black;border-collapse:collapse;padding: 0.4em;background-color: #FFFFFF" ><tr><td style="padding:6px" ><b>Worksheet Formulas</b><table cellpadding="2.5px" width="100%" rules="all" style="border: 1px solid;text-align:center;background-color: #FFFFFF;border-collapse: collapse; border-color: #BBB"><thead><tr style=" background-color: #DAE7F5;color: #161120"><th width="10px">Cell</th><th style="text-align:left;padding-left:5px;">Formula</th></tr></thead><tbody><tr><th width="10px" style=" background-color: #DAE7F5;color: #161120">K38</th><td style="text-align:left">=MATCH(<font color="Blue">$K$36,Table15
I am doing some interpolation depending of range into the elev value.
The problem is that I have multiple type Bs and multiple table types, which contain multiple of the same values in the range rows, for example here we have twice 250, but the data tables is a lot bigger than what i posted and has whole ranges duplicated. like 300 350 400 450 500 then again maybe 350 400 450 500 550 600 750 etc.
I was hoping that I could select the parameters through filters and use match on the visible part of the table, but that doesn't work.
I am just looking for some tips how to solve the problem. I guess I could create different offset for each subtable but I don't know.
<b>Excel 2010</b><table cellpadding="2.5px" rules="all" style=";background-color: #FFFFFF;border: 1px solid;border-collapse: collapse; border-color: #BBB"><colgroup><col width="25px" style="background-color: #DAE7F5" /><col /><col /><col /></colgroup><thead><tr style=" background-color: #DAE7F5;text-align: center;color: #161120"><th></th><th>I</th><th>J</th><th>K</th></tr></thead><tbody><tr ><td style="color: #161120;text-align: center;">36</td><td style=";">distance</td><td style="text-align: right;;"></td><td style="text-align: right;;">244</td></tr><tr ><td style="color: #161120;text-align: center;">37</td><td style="text-align: right;;"></td><td style="text-align: right;;"></td><td style="text-align: right;;"></td></tr><tr ><td style="color: #161120;text-align: center;">38</td><td style="text-align: right;;"></td><td style="text-align: right;;"></td><td style="text-align: right;;">5</td></tr><tr ><td style="color: #161120;text-align: center;">39</td><td style=";">Elev at distance</td><td style="text-align: right;;"></td><td style="text-align: right;;">931</td></tr><tr ><td style="color: #161120;text-align: center;">40</td><td style="text-align: right;;"></td><td style="text-align: right;;"></td><td style="text-align: right;;">1047</td></tr></tbody></table><p style="width:4.2em;font-weight:bold;margin:0;padding:0.2em 0.6em 0.2em 0.5em;border: 1px solid #BBB;border-top:none;text-align: center;background-color: #DAE7F5;color: #161120">Test</p><br /><br /><table width="85%" cellpadding="2.5px" rules="all" style=";border: 2px solid black;border-collapse:collapse;padding: 0.4em;background-color: #FFFFFF" ><tr><td style="padding:6px" ><b>Worksheet Formulas</b><table cellpadding="2.5px" width="100%" rules="all" style="border: 1px solid;text-align:center;background-color: #FFFFFF;border-collapse: collapse; border-color: #BBB"><thead><tr style=" background-color: #DAE7F5;color: #161120"><th width="10px">Cell</th><th style="text-align:left;padding-left:5px;">Formula</th></tr></thead><tbody><tr><th width="10px" style=" background-color: #DAE7F5;color: #161120">K38</th><td style="text-align:left">=MATCH(<font color="Blue">$K$36,Table15
#VALUE!