Hello
I have a worksheet which contains dates in column A
[pre]
A
1 08/08/15
2 09/08/15
3 10/08/15
4 11/08/15
[/pre]
and so on. I want to use conditional formatting so the date that is a Sunday is reformatted to (in this case) Sun 09
I have so far:
=WEEKDAY(A$4:$A10,16)>1 with the format set as custom ddd, dd which comes out at Sun 01.
However, when applying the condition, my worksheet still looks like dd/mm/yy
16 I understand shows the day of the week to start on a Saturday, which is correct, so I'm assuming that >1 is meant to change days which are greater than the first day of the week.
thank you for helping.
thank you for helping
____________
Pendle
I have a worksheet which contains dates in column A
[pre]
A
1 08/08/15
2 09/08/15
3 10/08/15
4 11/08/15
[/pre]
and so on. I want to use conditional formatting so the date that is a Sunday is reformatted to (in this case) Sun 09
I have so far:
=WEEKDAY(A$4:$A10,16)>1 with the format set as custom ddd, dd which comes out at Sun 01.
However, when applying the condition, my worksheet still looks like dd/mm/yy
16 I understand shows the day of the week to start on a Saturday, which is correct, so I'm assuming that >1 is meant to change days which are greater than the first day of the week.
thank you for helping.
thank you for helping
____________
Pendle