Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Display date in spanish

I am using a spreadsheet in a mail merge letter in Word. The front side is
in English and the back side in Spanish. I need to display the mailing date
in Spanish. Is there a way to convert the English text date (December 15,
2009) into Spanish?
I've tried using 2 cells - one for the English and one formatted with a
"Date" format and changing the language to Spanish (Mexico). The date
appears in Spanish in Excel but the number format of the date (12/15/2009)
appears on the letter.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Display date in spanish

Hi


"mbparks" wrote in message
...
I am using a spreadsheet in a mail merge letter in Word. The front side is
in English and the back side in Spanish. I need to display the mailing
date
in Spanish. Is there a way to convert the English text date (December 15,
2009) into Spanish?
I've tried using 2 cells - one for the English and one formatted with a
"Date" format and changing the language to Spanish (Mexico). The date
appears in Spanish in Excel but the number format of the date (12/15/2009)
appears on the letter.


Converet dates to datestrings, p.e. with formula
=TEXT(DateReference,"SpanishDateFormat")

When gathering data for Mail Merge, Word doesn't convert strings like it
does with dates or numbers.


Arvi Laanemets



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Display date in spanish

I understand your formula to read as if "DateReference" is the cell
containing the date. Is this correct?
I am not sure how to indicate "SpanishDateFormat". I put the formula with
this text in it but got a #VALUE? error.

"Arvi Laanemets" wrote:

Hi


"mbparks" wrote in message
...
I am using a spreadsheet in a mail merge letter in Word. The front side is
in English and the back side in Spanish. I need to display the mailing
date
in Spanish. Is there a way to convert the English text date (December 15,
2009) into Spanish?
I've tried using 2 cells - one for the English and one formatted with a
"Date" format and changing the language to Spanish (Mexico). The date
appears in Spanish in Excel but the number format of the date (12/15/2009)
appears on the letter.


Converet dates to datestrings, p.e. with formula
=TEXT(DateReference,"SpanishDateFormat")

When gathering data for Mail Merge, Word doesn't convert strings like it
does with dates or numbers.


Arvi Laanemets



.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Display date in spanish

Hi


"mbparks" wrote in message
...
I understand your formula to read as if "DateReference" is the cell
containing the date. Is this correct?


Yes


I am not sure how to indicate "SpanishDateFormat". I put the formula with
this text in it but got a #VALUE? error.



The format string like the one when you use when formatting the date with
Custom format. P.e.

=TEXT(TODAY(),"dd.mm.yyyy") returns '16.12.2009'


=TEXT(TODAY(),"mmmm") returns 'December'

=TEXT(TODAY(),"mmmm, d. yyyy.") returns 'December, 16. 2009.'
etc.



Arvi Laanemets


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Display date in spanish

So I think the question was how to get Diciembre instead of December.

Presumably a matter of setting the Windows Regional Options (in Control
Panel, not in Excel) to Spanish?
--
David Biddulph

"Arvi Laanemets" wrote in message
...
Hi


"mbparks" wrote in message
...
I understand your formula to read as if "DateReference" is the cell
containing the date. Is this correct?


Yes


I am not sure how to indicate "SpanishDateFormat". I put the formula
with
this text in it but got a #VALUE? error.



The format string like the one when you use when formatting the date with
Custom format. P.e.

=TEXT(TODAY(),"dd.mm.yyyy") returns '16.12.2009'


=TEXT(TODAY(),"mmmm") returns 'December'

=TEXT(TODAY(),"mmmm, d. yyyy.") returns 'December, 16. 2009.'
etc.



Arvi Laanemets





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date functions in Spanish Blue Max Excel Worksheet Functions 5 January 14th 09 11:07 PM
If weekend date display previous Friday date jimar Excel Discussion (Misc queries) 4 September 17th 08 03:01 PM
Dates - Need to display date one month prior to user-entered date brettopp Excel Worksheet Functions 13 December 3rd 07 05:58 PM
Spanish Characters glennnnm Excel Discussion (Misc queries) 6 December 27th 06 03:44 AM
enter ~ in spanish name colette Excel Worksheet Functions 3 October 6th 06 01:30 PM


All times are GMT +1. The time now is 03:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"