Jump to content

Check out a feature called Conditional Formatting

I did but I don't know how to make an accurate formula basically saying "If cell 1,2,3,4,5 have a number greater than 0.01 then change cell a,b,c,d,e to green" but it has to be in the same row. I can screenshot an example.

Link to comment
https://linustechtips.com/topic/406808-excel-formula/#findComment-5482309
Share on other sites

Link to post
Share on other sites

So do you know how I can do that automatically.

 

It's the button right above column C. Click on cell A5, click on "Conditional Formatting," select New Rule, and then select "Use a formula to determine which cells to format."

 

Change the format to anything you want, and use the formula =D5>1 or =D5>0.01.

 

Unfortunately, it doesn't sound like you know VBA, so you will need to repeat this process for each row.

Link to comment
https://linustechtips.com/topic/406808-excel-formula/#findComment-5483303
Share on other sites

Link to post
Share on other sites

It's the button right above column C. Click on cell A5, click on "Conditional Formatting," select New Rule, and then select "Use a formula to determine which cells to format."

Change the format to anything you want, and use the formula =D5>1 or =D5>0.01.

Unfortunately, it doesn't sound like you know VBA, so you will need to repeat this process for each row.

Ok thank you.

Link to comment
https://linustechtips.com/topic/406808-excel-formula/#findComment-5483368
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×