G
Geesan
Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
I am working on a template for an Activity Report. In that report, you can set a start date and then you get a list of all the days in the month. The dates are split in two columns: one for the weekday (Monday, Tuesday,...) and one with the date itself (01/04/2009). This is done by formatting and formula. It looks like this
Startdate: 01-apr
Column1 Column2
=B5 =IF(B1="";"";B1)
=B6 =IF(B5="";"";B5+1)
--- Column1 just takes the date from the second column and formats it as dddd
Now I want to highlight the rows that represent the days of the weekend. I tried by saying that if field A4 (weekday) equals Saturday formatting needs to be done but that doesn't seem to work. Any idea if this can be done?
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
I am working on a template for an Activity Report. In that report, you can set a start date and then you get a list of all the days in the month. The dates are split in two columns: one for the weekday (Monday, Tuesday,...) and one with the date itself (01/04/2009). This is done by formatting and formula. It looks like this
Startdate: 01-apr
Column1 Column2
=B5 =IF(B1="";"";B1)
=B6 =IF(B5="";"";B5+1)
--- Column1 just takes the date from the second column and formats it as dddd
Now I want to highlight the rows that represent the days of the weekend. I tried by saying that if field A4 (weekday) equals Saturday formatting needs to be done but that doesn't seem to work. Any idea if this can be done?