Rixn
Board Regular
- Joined
- Jun 4, 2005
- Messages
- 119
- Office Version
- 2021
- Platform
- Windows
In conditional formatting I can only get multiple cells to be colored with a range of colors from a gradient from one color to another (or via a third color).
I want to set the background color of one cell, based on the number that is entered, and the range in numbers should pick the color value based on the same kind of a gradient one can have in conditional formatting.
Example: If the number range is 1-5 and the color range goes from red to yellow to blue, then the fallout of the numbers should be the following:
1: red
2: orange
3: yellow
4: green
5: blue
It should work also if I change the number range (like 1 to 100).
Preffrable without VBA.
I want to set the background color of one cell, based on the number that is entered, and the range in numbers should pick the color value based on the same kind of a gradient one can have in conditional formatting.
Example: If the number range is 1-5 and the color range goes from red to yellow to blue, then the fallout of the numbers should be the following:
1: red
2: orange
3: yellow
4: green
5: blue
It should work also if I change the number range (like 1 to 100).
Preffrable without VBA.