Hi All,
Imagine days, months and years running along the top 3 rows. All cells are small squares that can only fit 2 digits in.
Running along row 3 are the days of the month, i.e. date cells (21/08/18) formatted as d
Running along the row 2 are the names of the month on the 1st of each month only by using formula =IF(DAY(A3) = 1,MONTH(A3),0)
0 does not show on other cells because I formatted cells with 0;-0;;@
If I format cells as mmmm;-0;;@ to show the word then it returns ## because the cell is too small and it does not flow across the next cell, which also has the formula in it (even though the cell shows blank).
- It would be easy if I make the cell width wider, but this is not an option.
- Nothing should be entered manually because it needs to extend across many many years.
- Also no code please! I'm a beginner. As very simple/lean as possible would be great.
Many thanks for advice on these.
Imagine days, months and years running along the top 3 rows. All cells are small squares that can only fit 2 digits in.
Running along row 3 are the days of the month, i.e. date cells (21/08/18) formatted as d
Running along the row 2 are the names of the month on the 1st of each month only by using formula =IF(DAY(A3) = 1,MONTH(A3),0)
0 does not show on other cells because I formatted cells with 0;-0;;@
- Problem 1: It returns a number, not text. I.e. 8 instead of August (mmmm).
If I format cells as mmmm;-0;;@ to show the word then it returns ## because the cell is too small and it does not flow across the next cell, which also has the formula in it (even though the cell shows blank).
- Problem 2: Similarly for the year along row 1, I am using =IF(DAY(A3) = 1,YEAR(A3),0)
- Problem 3: Ideally I would like the year in full (yyyy) on the 1st day of each quarter,starting with January, not every month.
- It would be easy if I make the cell width wider, but this is not an option.
- Nothing should be entered manually because it needs to extend across many many years.
- Also no code please! I'm a beginner. As very simple/lean as possible would be great.
Many thanks for advice on these.