I am working on a worksheet to lookup values from a table. I am having a problem figuring out the row and column dynamic lookup. I have two pieces of information. For example, 4 and $21,000. With these two pieces of information I need to be able to look across the top row to determine where 4 is, then look down that particular column and figure out the smallest value that is greater than or equal to $21,000. From this i need the percentage in the first column that this corresponds with. Using the table below the value I would be looking for would be 40%. I have tried a number of combinations using index, match, and offset but still have a problem writing a dynamic formula for determining the row (dollar value) after determining the correct column. This formula will need to be performed on multiple rows of data. Can anyone shed any light on what I might be missing![Confused :confused: :confused:](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f615.png)
[TABLE="width: 821"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]7[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]30%[/TD]
[TD] $ 13,900 [/TD]
[TD] $ 15,900 [/TD]
[TD] $ 17,900 [/TD]
[TD] $ 19,850 [/TD]
[TD] $ 21,450 [/TD]
[TD] $ 23,050 [/TD]
[TD] $ 24,650 [/TD]
[TD] $ 26,250 [/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]40%[/TD]
[TD] $ 18,560 [/TD]
[TD] $ 21,200 [/TD]
[TD] $ 23,840 [/TD]
[TD] $ 26,480 [/TD]
[TD] $ 28,600 [/TD]
[TD] $ 30,720 [/TD]
[TD] $ 32,840 [/TD]
[TD] $ 34,960 [/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]50%[/TD]
[TD] $ 23,200 [/TD]
[TD] $ 26,500 [/TD]
[TD] $ 29,800 [/TD]
[TD] $ 33,100 [/TD]
[TD] $ 35,750 [/TD]
[TD] $ 38,400 [/TD]
[TD] $ 41,050 [/TD]
[TD] $ 43,700 [/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]60%[/TD]
[TD] $ 27,840 [/TD]
[TD] $ 31,800 [/TD]
[TD] $ 35,760 [/TD]
[TD] $ 39,720 [/TD]
[TD] $ 42,900 [/TD]
[TD] $ 46,080 [/TD]
[TD] $ 49,260 [/TD]
[TD] $ 52,440 [/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]80%[/TD]
[TD] $ 37,100 [/TD]
[TD] $ 42,400 [/TD]
[TD] $ 47,700 [/TD]
[TD] $ 52,950 [/TD]
[TD] $ 57,200 [/TD]
[TD] $ 61,450 [/TD]
[TD] $ 65,700 [/TD]
[TD] $ 69,900 [/TD]
[/TR]
</tbody><colgroup><col span="2"><col span="8"></colgroup>[/TABLE]
The format of the table cant be changed as this will be used by others and the table will need to be updated periodically.
![Confused :confused: :confused:](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f615.png)
[TABLE="width: 821"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]7[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]30%[/TD]
[TD] $ 13,900 [/TD]
[TD] $ 15,900 [/TD]
[TD] $ 17,900 [/TD]
[TD] $ 19,850 [/TD]
[TD] $ 21,450 [/TD]
[TD] $ 23,050 [/TD]
[TD] $ 24,650 [/TD]
[TD] $ 26,250 [/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]40%[/TD]
[TD] $ 18,560 [/TD]
[TD] $ 21,200 [/TD]
[TD] $ 23,840 [/TD]
[TD] $ 26,480 [/TD]
[TD] $ 28,600 [/TD]
[TD] $ 30,720 [/TD]
[TD] $ 32,840 [/TD]
[TD] $ 34,960 [/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]50%[/TD]
[TD] $ 23,200 [/TD]
[TD] $ 26,500 [/TD]
[TD] $ 29,800 [/TD]
[TD] $ 33,100 [/TD]
[TD] $ 35,750 [/TD]
[TD] $ 38,400 [/TD]
[TD] $ 41,050 [/TD]
[TD] $ 43,700 [/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]60%[/TD]
[TD] $ 27,840 [/TD]
[TD] $ 31,800 [/TD]
[TD] $ 35,760 [/TD]
[TD] $ 39,720 [/TD]
[TD] $ 42,900 [/TD]
[TD] $ 46,080 [/TD]
[TD] $ 49,260 [/TD]
[TD] $ 52,440 [/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]80%[/TD]
[TD] $ 37,100 [/TD]
[TD] $ 42,400 [/TD]
[TD] $ 47,700 [/TD]
[TD] $ 52,950 [/TD]
[TD] $ 57,200 [/TD]
[TD] $ 61,450 [/TD]
[TD] $ 65,700 [/TD]
[TD] $ 69,900 [/TD]
[/TR]
</tbody><colgroup><col span="2"><col span="8"></colgroup>[/TABLE]
The format of the table cant be changed as this will be used by others and the table will need to be updated periodically.