NAUI
Structural
- Mar 6, 2006
- 6
I am working with an Excel design spreadsheet and want to select criteria from a table, based on two separate inputs. For example, part of my table is constructed as follows.
Cells A1 thru A5 are all labeled “SYP #1" species & grade.
Cells B1 thru B5 are labeled “2x4", “2x6", ..., “2x12".
Cells C1 thru C5 contain the appropriate Fb design stress.
Cells D1 thru D5 contain the appropriate Fv design stress.
Continuing on, Cells A6 thru A10 are all labeled “SYP #2" species & grade, cells B6 thru B10 are labeled with 2x sizes, and so on.
My objective is to be able to select a specific lumber species & grade, via a validation list, say in cell F1. Next, I wish to select a 2x size section with another validation list, say in cell F2. At this point, I would like to have the appropriate selected Fb and Fv values displayed in two additional cells, available for further calculations.
I can probably do this with nested IF functions, but that would soon become very cumbersome. Can anyone give me some guidance on how to do this easier?
Cells A1 thru A5 are all labeled “SYP #1" species & grade.
Cells B1 thru B5 are labeled “2x4", “2x6", ..., “2x12".
Cells C1 thru C5 contain the appropriate Fb design stress.
Cells D1 thru D5 contain the appropriate Fv design stress.
Continuing on, Cells A6 thru A10 are all labeled “SYP #2" species & grade, cells B6 thru B10 are labeled with 2x sizes, and so on.
My objective is to be able to select a specific lumber species & grade, via a validation list, say in cell F1. Next, I wish to select a 2x size section with another validation list, say in cell F2. At this point, I would like to have the appropriate selected Fb and Fv values displayed in two additional cells, available for further calculations.
I can probably do this with nested IF functions, but that would soon become very cumbersome. Can anyone give me some guidance on how to do this easier?