Forum Discussion
TracyB
Feb 13, 2019Copper Contributor
conditional formatting
Hi I am using a number of rules in excel here is my example, box M5 has a date written in it, Box N5 has a formula to generate a date in 7 days time to remind me to send an email. N5 has conditional ...
- Feb 14, 2019I'm not sure I followed everything you were talking about there, but you can set conditional rules to be ranges, not just cells. So if you apply a rule and set it to A1:A10, all 10 cells will evaluate that rule and apply it on a cell by cell basis. When doing this, you need to pay attention to the formula you are testing for relative or absolute references. Usually you want relative, but sometimes absolute ($B$1) or partially relative. ($B1:$B10) or (B$1:B$10)
Ed Hansberry
Feb 14, 2019Steel Contributor
I'm not sure I followed everything you were talking about there, but you can set conditional rules to be ranges, not just cells. So if you apply a rule and set it to A1:A10, all 10 cells will evaluate that rule and apply it on a cell by cell basis. When doing this, you need to pay attention to the formula you are testing for relative or absolute references. Usually you want relative, but sometimes absolute ($B$1) or partially relative. ($B1:$B10) or (B$1:B$10)
TracyB
Feb 14, 2019Copper Contributor
Hi Ed, you may not have understood but you totally gave me the answer I think because I was putting the dollar sign before the number was limiting it to one cell, so removed it and I can now copy and paste away. Thank you!