ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do i change the color of a cell based on the value of anthor c (https://www.excelbanter.com/excel-programming/309424-how-do-i-change-color-cell-based-value-anthor-c.html)

dennis

How do i change the color of a cell based on the value of anthor c
 
I am desiging a data shee and i want to changes the color of a cell based on
the valuse of anthor cell.

ex. if "cell m34" is equal to 0 then "cell p21" is white, if cell m34 less
than 1548, then "cell P21" is yellow

Can this be done? If so, please help me out.

David Adamson[_4_]

How do i change the color of a cell based on the value of anthor c
 
Look at

http://www.cpearson.com/excel/colors.htm

I would advise using the The Case Statement

-------------
value = cell m34

Select Case Value

Case 0
cell21.Interior.ColorIndex = 3 'red
'change Colourindex to get different coulrs

Case 1 to 10

Case Else

End select


"Dennis" wrote in message
...
I am desiging a data shee and i want to changes the color of a cell based
on
the valuse of anthor cell.

ex. if "cell m34" is equal to 0 then "cell p21" is white, if cell m34 less
than 1548, then "cell P21" is yellow

Can this be done? If so, please help me out.





All times are GMT +1. The time now is 05:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com