R
Razoo
Excel 2002 SP3.
Hi,
I'm having a bit of date trouble.
I have a cell (assume A1) with a date in it. The cell is formatted: Custom
mmmm yyyy and shows the date as 'April 2009'.
If I format the cell as a number, the date serial number shows as '39908'
I have another cell (assume B1) formatted as 'General' that I want to put
some text in to include the month extracted from the date in cell A1.
Formula:
="VAT Calculation for " & TEXT(MONTH(A1),"mmmm")
However, this gives me a text line in B1 that reads:
'VAT Calculation for January'
I kinda expected 'April', rather than 'January'.
If I use the following formula instead:
="VAT Calculation for Month " & MONTH(A1)
The text line in B1 reads:
'VAT Calculation for Month 4'
Any idea why month 4 is translating as 'January', rather than 'April'?
TIA
Hi,
I'm having a bit of date trouble.
I have a cell (assume A1) with a date in it. The cell is formatted: Custom
mmmm yyyy and shows the date as 'April 2009'.
If I format the cell as a number, the date serial number shows as '39908'
I have another cell (assume B1) formatted as 'General' that I want to put
some text in to include the month extracted from the date in cell A1.
Formula:
="VAT Calculation for " & TEXT(MONTH(A1),"mmmm")
However, this gives me a text line in B1 that reads:
'VAT Calculation for January'
I kinda expected 'April', rather than 'January'.
If I use the following formula instead:
="VAT Calculation for Month " & MONTH(A1)
The text line in B1 reads:
'VAT Calculation for Month 4'
Any idea why month 4 is translating as 'January', rather than 'April'?
TIA