Sundance0315
New Member
- Joined
- Apr 5, 2018
- Messages
- 2
I have a dynamic range (sheet 2 column d) called "category" that is used as the source data for a data validation drop down list (sheet 1 column e).
The dynamic range consists of 2 types of data (inputs and outputs). Over time this range will grow as the user adds rows for new 'inputs' or 'outputs'. I have to keep all of the data in the same column in order for the drop down list to work.
The dynamic range looks something like this:
INPUTS
aaa
bbb
ccc
ddd
OUTPUTS
aaa
bbb
ccc
What I need to do now is add conditional formatting to sheet 1 column e that makes the text for inputs 'green' and the text for outputs 'red'. the challenge being that over time the list will grow and the only thing separating the two types of data is the text 'INPUTS' or 'OUTPUTS'
I was hoping to find a non VBA solution for this, but there may not be.
The dynamic range consists of 2 types of data (inputs and outputs). Over time this range will grow as the user adds rows for new 'inputs' or 'outputs'. I have to keep all of the data in the same column in order for the drop down list to work.
The dynamic range looks something like this:
INPUTS
aaa
bbb
ccc
ddd
OUTPUTS
aaa
bbb
ccc
What I need to do now is add conditional formatting to sheet 1 column e that makes the text for inputs 'green' and the text for outputs 'red'. the challenge being that over time the list will grow and the only thing separating the two types of data is the text 'INPUTS' or 'OUTPUTS'
I was hoping to find a non VBA solution for this, but there may not be.