Conditional Formatting range of date cells based on another cell
Solved/Closed
cleaverr
Posts
3
Registration date
Monday 12 December 2016
Status
Member
Last seen
13 December 2016
-
12 Dec 2016 à 15:00
cleaverr - 5 Jan 2017 à 06:18
cleaverr - 5 Jan 2017 à 06:18
Related:
- Based on the values in cells b77 b81 what function can automatically return the value in cell c77
- Based on the values in cells b77:b81, which function can automatically return the value in cell c77 - Best answers
- What function can automatically return the value in cell c77 - Best answers
- Based on the values in cells b77 b81 ✓ - Excel Forum
- Based on the cell values in cells b77 ✓ - Excel Forum
- Fill adjacent cell with number from text answer ✓ - Excel Forum
- Based on the values in cells b77 b81 c77 - Excel Forum
- Code to move rows into another sheet based on certain values ✓ - Excel Forum

13 Dec 2016 à 06:22
many thanks
13 Dec 2016 à 06:50
"IF(DATEVALUE,$D$2:$O$2<DATEVALUE,B2)" and formatting this for green.
and the same formula with > to be red.
but it is not working.