I have a spreadsheet that I am trying to come up with a way to look at variations in two different cells ad if they are met to highlight the cell.
For example I am currently using
=OR(D6>=1000,D6<=-1000) - this is to find any vales greater than or equal to 5,000 or a negative 5,000.
=OR(E6>=10,E6<=-10) this is based on the above.
What I would like is to combine them in column D so if the to statements are found the cell in column D will highlight
For example D9 has a value of (31,038.00) and E9 has a value of (246.47) in this case I would like the conditional formatting to highlight D9
Thank you
Mark
For example I am currently using
=OR(D6>=1000,D6<=-1000) - this is to find any vales greater than or equal to 5,000 or a negative 5,000.
=OR(E6>=10,E6<=-10) this is based on the above.
What I would like is to combine them in column D so if the to statements are found the cell in column D will highlight
For example D9 has a value of (31,038.00) and E9 has a value of (246.47) in this case I would like the conditional formatting to highlight D9
Thank you
Mark