Hi,Excel Table.PNG
I've run into a lot of difficulty trying to extract a column heading from a data table based on two parameters in a table. I've attached a snapshot of my dilemma in my excel worksheet. I start with a given value for height (the first parameter) and a given demand force (the second parameter) to enter and look for in my table. I need my height to find the next largest height in the left column based on increments of .5 (if my heights is 9.3 ft it should find 9.5 ft, the next greatest height in .5 increments). After finding the row associated with the design height (1st parameter) I need to find the first largest column capacity in that row for my given force demand (2nd parameter). After I find that next largest capacity in that table I need to output the size of the design column for that demand, which is the header of the column. The only output I need is the column size at the header.
For the first requirement of matching the height I have tried roundup and match but cannot figure out how to get it in .5 increments. I have also tried match, index and vlookup functions to get the second parameter and column heading but am getting nowhere.
Please help.
Bookmarks