Hi Phil.
This is sheet image.(Row1 is a title)
---------------------------------------------------------
A B C D E F G H I J K L M
---------------------------------------------------------
1 date Jan Feb Mar Apr May Jun July Aug Sep Oct Nov Dec
2 8-Jan 8
3 3-Feb 3
4 5-Apr 5
5 2-Dec 2
----------------------------------------------------------
If my image is right, please put formula like this.
[B2] =IF(MONTH($A2)=1,DAY($A2),"")
[C2] =IF(MONTH($A2)=2,DAY($A2),"")
[D2] =IF(MONTH($A2)=3,DAY($A2),"")
[E2] =IF(MONTH($A2)=4,DAY($A2),"")
/In the same way, please give the formula after this.
[M2]=IF(MONTH($A2)=12,DAY($A2),"")
And if you finished , please copy range("B2:M2") to below.
*I wish my table image will be shown on this site correctly.
If you want to move it by vba, then please repost.
:*I wish my table image will be shown on this site correctly.
Sorry....
The table image I wrote was not displayed well, because "space" was deleted by cgi.