J
joeshow
Could someone shed some light on this subject for me please.
What I have is data is Column I & J from rows 4 thru 45 (I4:J45).
need the cell to be colored in by the data that is entered in the box.
THis is kind of the bare bones of the arguement:
Condition 1
If Cell Value > 0.1 then Green cell
Condition 2
If cell Value < -0.1 then Red cell
Condition 3
If cell Value between 0.1 & -0.1 then Yellow cell
Condition 4
If cell Value = "mid range" then white (no color)
I have been doing some research and found select case statements t
probably fit the best from what im asking but i havent been able t
create the proper syntax.
Please help anyone that may have an idea how to do this. thanks an
very much appreciate it
What I have is data is Column I & J from rows 4 thru 45 (I4:J45).
need the cell to be colored in by the data that is entered in the box.
THis is kind of the bare bones of the arguement:
Condition 1
If Cell Value > 0.1 then Green cell
Condition 2
If cell Value < -0.1 then Red cell
Condition 3
If cell Value between 0.1 & -0.1 then Yellow cell
Condition 4
If cell Value = "mid range" then white (no color)
I have been doing some research and found select case statements t
probably fit the best from what im asking but i havent been able t
create the proper syntax.
Please help anyone that may have an idea how to do this. thanks an
very much appreciate it