I
IDCrewDawg
I am creating a interactive calander for appointment scheduling.
The last three days of the month vary depending on month, I have used
combination of two date commands to forcast the next month. I use th
=TODAY() command to get the current month, then use th
=DATE(YEAR(cell),MONTH(cell)+1,1) refence the TODAY command to forcas
the next month.
What I want, is to make the 29th, 30th & 31st conditionally formated.
know I know how to do conditional formating for the cell givin a certia
value, but I don't know how to bring data from outside the cell to mee
the formating I want.
For instance, I would like to have an IF command that gives the valu
of 29 for the months that contain the 29th day, and like wise for th
other days of other months.
Once I know how to retrieve the data I want, I already know how t
format the cell.
The help is greatly appreciated
The last three days of the month vary depending on month, I have used
combination of two date commands to forcast the next month. I use th
=TODAY() command to get the current month, then use th
=DATE(YEAR(cell),MONTH(cell)+1,1) refence the TODAY command to forcas
the next month.
What I want, is to make the 29th, 30th & 31st conditionally formated.
know I know how to do conditional formating for the cell givin a certia
value, but I don't know how to bring data from outside the cell to mee
the formating I want.
For instance, I would like to have an IF command that gives the valu
of 29 for the months that contain the 29th day, and like wise for th
other days of other months.
Once I know how to retrieve the data I want, I already know how t
format the cell.
The help is greatly appreciated