G
gimley
Hi everyone!
I would like to use a macro instead of conditional formatting t
highlight certain rows in my spreadsheet. I wonder if this i
possible.
My conditions to highlight the (entire) rows are as follow:
1. ($I2>2 OR $J2>2) -- highlight YELLOW
2. ($T2>1 AND ($D2>=20000 AND $D2<=39999)) -- highlight ORANGE
3. ($T2>5 AND ($D2>=60000 AND $D2<=69999)) -- highlight ORANGE
* I need to highlight from row 2 onwards to around row 1000+. As I nee
to add rows constantly, I do not know for sure how many rows I woul
have...
Please help me and let me know if it is possible to use a macro to ru
this. Thanks in advance
I would like to use a macro instead of conditional formatting t
highlight certain rows in my spreadsheet. I wonder if this i
possible.
My conditions to highlight the (entire) rows are as follow:
1. ($I2>2 OR $J2>2) -- highlight YELLOW
2. ($T2>1 AND ($D2>=20000 AND $D2<=39999)) -- highlight ORANGE
3. ($T2>5 AND ($D2>=60000 AND $D2<=69999)) -- highlight ORANGE
* I need to highlight from row 2 onwards to around row 1000+. As I nee
to add rows constantly, I do not know for sure how many rows I woul
have...
Please help me and let me know if it is possible to use a macro to ru
this. Thanks in advance
"))