PoggiPJ
Active Member
- Joined
- Mar 25, 2008
- Messages
- 330
This is kind of strange. The month is May, but it is being translated to January.
My range name, cfgDSWPriceFileDate, has a date of 11-May-2011.
The format of the referenced cell is dd-mmm-yyyy
The numerical value = 40674
Using the following formula,
The date appears in the following format
Prices reflect USD currency for country USA as of 11-Jan-2011
Everything else in the string translates perfectly. But the month is showing up as January instead of May. Any ideas why this would happen??
My range name, cfgDSWPriceFileDate, has a date of 11-May-2011.
The format of the referenced cell is dd-mmm-yyyy
The numerical value = 40674
Using the following formula,
Code:
="Prices reflect "&custCurrency&" currency for country "&custCountryDSW&" as of "&DAY(cfgDSWPriceFileDate)&"-"&[B][COLOR=Blue]TEXT(MONTH(cfgDSWPriceFileDate),"mmm")[/COLOR][/B]&"-"&YEAR(cfgDSWPriceFileDate)
Prices reflect USD currency for country USA as of 11-Jan-2011
Everything else in the string translates perfectly. But the month is showing up as January instead of May. Any ideas why this would happen??