Kemidan2014
Board Regular
- Joined
- Apr 4, 2022
- Messages
- 229
- Office Version
- 365
- Platform
- Windows
I have a spreadsheet which I Macro copy items over based on criteria and we wanted to add visual management to the rows of data based on comparing todays date with dates filled in the record
I have 3 sheets that copy data over based on different Supplier code but I hand keyed in the same rules into each sheet
Heres whats funny, on 2 of the sheets I am getting random rows being filled in with color that have no data in them and i dont get why they would getting filled in
I have tried selecting and clicking "clear contents" to no avail.
Heres my rules in order
=ISBLANK($A2) Set format to have no color fill
=AND($J2<=Today(),$J2>=(Today()-5)) Set color to yellow. this supposed to high light record due if today is with in 5 days of due day
=NOT(ISBLANK($M2)) Set color to Green if there's a date in that column
=$J2<=Today() Set color to Red if Todays date is greater than when the Plan is due meaning we are late
I have 3 sheets that copy data over based on different Supplier code but I hand keyed in the same rules into each sheet
Heres whats funny, on 2 of the sheets I am getting random rows being filled in with color that have no data in them and i dont get why they would getting filled in
I have tried selecting and clicking "clear contents" to no avail.
Heres my rules in order
=ISBLANK($A2) Set format to have no color fill
=AND($J2<=Today(),$J2>=(Today()-5)) Set color to yellow. this supposed to high light record due if today is with in 5 days of due day
=NOT(ISBLANK($M2)) Set color to Green if there's a date in that column
=$J2<=Today() Set color to Red if Todays date is greater than when the Plan is due meaning we are late