Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm building a horizontal flexible calendar, a couple of months next to each
other, the start date being an input variable eg 28/06/2008. The column width is just enough to display the DAY. Row 1 has the dates starting with "input variable" (this row will be hidden in the final presentation) Row 2 if day = 1 display the month / year eg "July 2008". I use =if(day(A1)=1,text(A1,"mmmm yyyy"),""), copied across all columns Row 3 has the days eg 28 29 30 01 02 03 (=A1, formatted "dd") The problem is in row 2: the column width is too narrow to display "July 2008". I would like this to spill over into following columns; however that does not happen, because the column of day 02 contains a "", not a true empty cell. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"CELL("FILENAME") NOT UPDATE AFTER "SAVE AS" ACTION | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) |