Hi
What formulas do i need/use to get the day numbers into the calender for each year/month.When the month and/or year are changed the days number changes
Thanks
Rich - excel 2010
Hi
What formulas do i need/use to get the day numbers into the calender for each year/month.When the month and/or year are changed the days number changes
Thanks
Rich - excel 2010
I've modified your file a bit, to take out merged cells (try to avoid them for various reasons I'm not going over here).
I've used this formula
=IF(MONTH(DATEVALUE(F4&" "&D4))<>MONTH(DATEVALUE(F4&" "&D4)-(WEEKDAY(DATEVALUE(F4&" "&D4))-1)+{0;1;2;3;4;5}*7+{1,2,3,4,5,6,7}-1),"",DATEVALUE(F4&" "&D4)-(WEEKDAY(DATEVALUE(F4&" "&D4))-1)+{0;1;2;3;4;5}*7+{1,2,3,4,5,6,7}-1) as an array
A dream is not something you see when you are asleep, but something you strive for when you are awake.
It's usually a bad idea to say that something can't be done.
The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve
Join us at Facebook
Thanks....looks great
Is it possible to just display the number instead of the full date....eg..instead of the 10/5/2013 it just displays the day number 10 or 15 instead of 15/7/2013
Thanks again
Where's August?
Hi
I have now added the forgotten August month
Thanks
Last edited by rich_cirillo; 03-25-2013 at 07:06 AM.
Either format the cells to just DD format, OR, use this
=IF(MONTH(DATEVALUE(F4&" "&D4))<>MONTH(DATEVALUE(F4&" "&D4)-(WEEKDAY(DATEVALUE(F4&" "&D4))-1)+{0;1;2;3;4;5}*7+{1,2,3,4,5,6,7}-1),"",DAY(DATEVALUE(F4&" "&D4)-(WEEKDAY(DATEVALUE(F4&" "&D4))-1)+{0;1;2;3;4;5}*7+{1,2,3,4,5,6,7}-1))
A dream is not something you see when you are asleep, but something you strive for when you are awake.
It's usually a bad idea to say that something can't be done.
The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve
Join us at Facebook
Hi Excelfox
Thanks to you
Works well
Paul
Bookmarks