backfromthebush
New Member
- Joined
- Jul 2, 2010
- Messages
- 37
Hi all!
I have a spreadsheet with 4 columns.
Column B contains names (John, Barry, Henry, Chris, and **Available**). These are referenced & selected via a data validation list. The default value is **Available**
Column D contains a category - Red, Blue, Green or Yellow.
Column E also contains the same categories as above, except that it is optional to actually have a value in these cells. These values are already typed into these cells.
What I wish to achieve is that when I select a name from Column B1 or B2 or B3 etc, that isn't **Available** then the adjacent column C cell will auto update as follows:-
- if there isn't a value in Column E, then return the value on Column D
- if there is a value in Column E, then provide a message box that asks the user which category they won't input (e.g. column D has "Green" and column E has "Yellow", a message box will pop up and say "Which Category do you wish to input?" and two buttons - Green and Yellow will be available).
I have data in ranges B8:E801, so i need the above to work whenever I change the value in any cell in column B.
Can anyone help??
I have a spreadsheet with 4 columns.
Column B contains names (John, Barry, Henry, Chris, and **Available**). These are referenced & selected via a data validation list. The default value is **Available**
Column D contains a category - Red, Blue, Green or Yellow.
Column E also contains the same categories as above, except that it is optional to actually have a value in these cells. These values are already typed into these cells.
What I wish to achieve is that when I select a name from Column B1 or B2 or B3 etc, that isn't **Available** then the adjacent column C cell will auto update as follows:-
- if there isn't a value in Column E, then return the value on Column D
- if there is a value in Column E, then provide a message box that asks the user which category they won't input (e.g. column D has "Green" and column E has "Yellow", a message box will pop up and say "Which Category do you wish to input?" and two buttons - Green and Yellow will be available).
I have data in ranges B8:E801, so i need the above to work whenever I change the value in any cell in column B.
Can anyone help??