ColdplayCoaster
New Member
- Joined
- Mar 5, 2011
- Messages
- 31
Greetings all!
I am trying to use a nested IsBlank function to generate a pre-defined label (B1, C1, D1) into another field given that the corresponding column is not blank (B2:B4, etc...) As each column is given text, the label field should update with the header for it. For example, the user inputs text into B2 and the field should update to "B1". To add more frustration, it should evaluate the entire row and select only the "highest ranking" last level indicated ("D" ranking highest). Is this possible to do with IsBlank or have I reached a limitation with this particular function. Any and all help is greatly appreciated in advance.
Excel 2007
I am trying to use a nested IsBlank function to generate a pre-defined label (B1, C1, D1) into another field given that the corresponding column is not blank (B2:B4, etc...) As each column is given text, the label field should update with the header for it. For example, the user inputs text into B2 and the field should update to "B1". To add more frustration, it should evaluate the entire row and select only the "highest ranking" last level indicated ("D" ranking highest). Is this possible to do with IsBlank or have I reached a limitation with this particular function. Any and all help is greatly appreciated in advance.
Excel Workbook | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | NAME | LEVEL 3 | LEVEL 2 | LEVEL 1 | Highest Completed | ||
2 | Mr. Smith | X | |||||
3 | Mr. Bob | X | X | X | |||
4 | Mrs. Jane | X | X | ||||
Sheet1 |