Hi
I've spent all day trying to work out how to do this and have failed.
I've been given the task by my manager to highlight a cell per vehicle in a Fleet Service Schedule. Each vehicle is serviced every sixth Monday (every 42 days).
Cell B7 is 01/01/2018 and B8 is 02/01/2018 recurring.........
Cell C7 is irrelevant (just showing the day, in this case Monday)
Cell D7 is for the first Vehicle.
I have a second sheet (Table) with all the service dates for 2018 for the vehicle in D7.
So in D7 I've put an IF statement.......... =IF(B7 = "'Base copy'!A2:A10", "green", "white")
In the table, column A has the 10 dates through the year , so with B7 being 01/01/2018 and A2 of Table also being 01/01/2018 I would expect to see the word Green.
Maybe I'm using the wrong formula, but the end result is to have the cells of the service dates of column D to be filled Green (at the moment I'm just using the word Green).
Please help
I've spent all day trying to work out how to do this and have failed.
I've been given the task by my manager to highlight a cell per vehicle in a Fleet Service Schedule. Each vehicle is serviced every sixth Monday (every 42 days).
Cell B7 is 01/01/2018 and B8 is 02/01/2018 recurring.........
Cell C7 is irrelevant (just showing the day, in this case Monday)
Cell D7 is for the first Vehicle.
I have a second sheet (Table) with all the service dates for 2018 for the vehicle in D7.
So in D7 I've put an IF statement.......... =IF(B7 = "'Base copy'!A2:A10", "green", "white")
In the table, column A has the 10 dates through the year , so with B7 being 01/01/2018 and A2 of Table also being 01/01/2018 I would expect to see the word Green.
Maybe I'm using the wrong formula, but the end result is to have the cells of the service dates of column D to be filled Green (at the moment I'm just using the word Green).
Please help