Hello everyone,
I need help in finding some data in excel table, I have a table as follows:-
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]L1[/TD]
[TD]L2[/TD]
[TD]L3[/TD]
[TD]L4[/TD]
[/TR]
[TR]
[TD]17700[/TD]
[TD]17900[/TD]
[TD]18200[/TD]
[TD]19200[/TD]
[/TR]
[TR]
[TD]18200[/TD]
[TD]18400[/TD]
[TD]18700[/TD]
[TD]19800[/TD]
[/TR]
[TR]
[TD]18700[/TD]
[TD]19000[/TD]
[TD]19300[/TD]
[TD]20400[/TD]
[/TR]
[TR]
[TD]19300[/TD]
[TD]19600[/TD]
[TD]19900[/TD]
[TD]21000[/TD]
[/TR]
</tbody>[/TABLE]
So all i want to do is find a particular column (L1 OR L2 OR L3 OR L4) based on value of a cell, than after finding the column i want to find data equal to or next greatest value in that particular column. For example i have a cell named level in different sheet and value of that cell is L2, so first i want to find for L2 in this given(i.e. column) table and than after finding the column(which is 2nd column in this case) i want to search 18399 or next greatest value in that column L2(which is 18400). I dont have much knowledge of excel formulas but i tried lookups and indexing matching but none of them worked in my case. Kindly help me in this problem. It will save so much of my time at my work.
Thanks.
I need help in finding some data in excel table, I have a table as follows:-
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]L1[/TD]
[TD]L2[/TD]
[TD]L3[/TD]
[TD]L4[/TD]
[/TR]
[TR]
[TD]17700[/TD]
[TD]17900[/TD]
[TD]18200[/TD]
[TD]19200[/TD]
[/TR]
[TR]
[TD]18200[/TD]
[TD]18400[/TD]
[TD]18700[/TD]
[TD]19800[/TD]
[/TR]
[TR]
[TD]18700[/TD]
[TD]19000[/TD]
[TD]19300[/TD]
[TD]20400[/TD]
[/TR]
[TR]
[TD]19300[/TD]
[TD]19600[/TD]
[TD]19900[/TD]
[TD]21000[/TD]
[/TR]
</tbody>[/TABLE]
So all i want to do is find a particular column (L1 OR L2 OR L3 OR L4) based on value of a cell, than after finding the column i want to find data equal to or next greatest value in that particular column. For example i have a cell named level in different sheet and value of that cell is L2, so first i want to find for L2 in this given(i.e. column) table and than after finding the column(which is 2nd column in this case) i want to search 18399 or next greatest value in that column L2(which is 18400). I dont have much knowledge of excel formulas but i tried lookups and indexing matching but none of them worked in my case. Kindly help me in this problem. It will save so much of my time at my work.
Thanks.