I am re-posting this question in order to try to make it more clear. (I could not figure out how to delete my prior post if that is possible)
Not sure if I phrased the title correctly, but I am trying to populate a cell in my workbook with a number from the last column in the chart below.
So, based on the number in H24 I need the correct corresponding number from the "Use" column to populate. Example if H24 is 25,000 I need .0165 to populate into G28.
[TABLE="class: outer_border, width: 206"]
<tbody>[TR]
[TD="colspan: 2"]If[/TD]
[TD]Use[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD][/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]5000[/TD]
[TD]0.0195[/TD]
[/TR]
[TR]
[TD]5001[/TD]
[TD]10000[/TD]
[TD]0.0185[/TD]
[/TR]
[TR]
[TD]10001[/TD]
[TD]20000[/TD]
[TD]0.0175[/TD]
[/TR]
[TR]
[TD]20001[/TD]
[TD]30000[/TD]
[TD]0.0165[/TD]
[/TR]
[TR]
[TD]30001[/TD]
[TD]40000[/TD]
[TD]0.0155[/TD]
[/TR]
[TR]
[TD]40001[/TD]
[TD]and over[/TD]
[TD]0.0145[/TD]
[/TR]
</tbody>[/TABLE]
Right now the chart is on another page of the workbook and whited out so that it does not show. Please let me know if you need any clarification - and THANK YOU in advance for the assistance with this.
Not sure if I phrased the title correctly, but I am trying to populate a cell in my workbook with a number from the last column in the chart below.
So, based on the number in H24 I need the correct corresponding number from the "Use" column to populate. Example if H24 is 25,000 I need .0165 to populate into G28.
[TABLE="class: outer_border, width: 206"]
<tbody>[TR]
[TD="colspan: 2"]If[/TD]
[TD]Use[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD][/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]5000[/TD]
[TD]0.0195[/TD]
[/TR]
[TR]
[TD]5001[/TD]
[TD]10000[/TD]
[TD]0.0185[/TD]
[/TR]
[TR]
[TD]10001[/TD]
[TD]20000[/TD]
[TD]0.0175[/TD]
[/TR]
[TR]
[TD]20001[/TD]
[TD]30000[/TD]
[TD]0.0165[/TD]
[/TR]
[TR]
[TD]30001[/TD]
[TD]40000[/TD]
[TD]0.0155[/TD]
[/TR]
[TR]
[TD]40001[/TD]
[TD]and over[/TD]
[TD]0.0145[/TD]
[/TR]
</tbody>[/TABLE]
Right now the chart is on another page of the workbook and whited out so that it does not show. Please let me know if you need any clarification - and THANK YOU in advance for the assistance with this.
Last edited: