Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50061

if it is true then change the row color

$
0
0
hi every body
at first i would like to tanks from you and your very very good site then my problem is :
i have a table in excel wich filled by some data
I want if progress column is changed at below issue then chnged the color of same row for example:

for each i (i means number of row)
if cells(i,10)>0% then yellow color for row(i)
if cells(i,10)>40% then blue color for row(i)
and . . .
it means for each if in the cells(i , j ) we have diffrent color for same row(i)

thanks in advanced for your attention
Attached Files

Viewing all articles
Browse latest Browse all 50061

Trending Articles