1) Question relates to implementing a VBA code within a standard Excel 365 spreadsheet (size A1:AB1000). Column headers in row 1.
2) Date field in column B (format dd.mm.yyyy)
3) Datedif between entry in column B and Now() shown in column Y (in months)
4) 1st routine - If y2 > 9 then interior colour of (entire) row = "yellow"
5) 2nd routine - If y2 < 6 then interior colour of (entire) row = "blue"
6) 3rd routine - If y2 > 6 < 9 then interior colour of (entire) row = "white"
7) 4th routine - if text column O = "complete" and text in column P = "complete" 1st then interior colour of (entire) row = "grey"
8) In the case of '7' the row colour would automatically update on column data change
9) Items '3' to '6' should automatically update when the spreadsheet is opened.
Any advice would be helpful.
2) Date field in column B (format dd.mm.yyyy)
3) Datedif between entry in column B and Now() shown in column Y (in months)
4) 1st routine - If y2 > 9 then interior colour of (entire) row = "yellow"
5) 2nd routine - If y2 < 6 then interior colour of (entire) row = "blue"
6) 3rd routine - If y2 > 6 < 9 then interior colour of (entire) row = "white"
7) 4th routine - if text column O = "complete" and text in column P = "complete" 1st then interior colour of (entire) row = "grey"
8) In the case of '7' the row colour would automatically update on column data change
9) Items '3' to '6' should automatically update when the spreadsheet is opened.
Any advice would be helpful.