Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Date format in Excel 07

Greetings! I am trying to create a spreadsheet using Excel 2007 that will
allow the end user to only enter the month (mm) and year (yy). I have
created a custom format of mm/yy but it still wants the user to enter the
date as mm/dd/yy. It really is not a big deal if the date is in this current
year but that will not always be the case. Am I going about this wrong?
Thanks in advance for any suggestions.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 623
Default Date format in Excel 07

One of the quirks of Excel is that the cell format has nothing to do with how
Excel interprets your input (except for Text format). If you enter xx/yy into a
cell, Excel will treat your entry as month and day, and will append the current
year to create a date.

Your options a

1. Enter 1/mm/yy (or mm/1/yy depending on your regional settings), as you've
stated
2. Enter mm and yy in separate cells, then put them together using a formula.
3. Enter mm/yy, which will be interpreted as dd/mm (mm/dd), and use a formula to
reconfigure it, such as: =date(day(a1),month(a1),1)
4. Create a macro.

--
Regards,
Fred


"Chimelle" wrote in message
...
Greetings! I am trying to create a spreadsheet using Excel 2007 that will
allow the end user to only enter the month (mm) and year (yy). I have
created a custom format of mm/yy but it still wants the user to enter the
date as mm/dd/yy. It really is not a big deal if the date is in this current
year but that will not always be the case. Am I going about this wrong?
Thanks in advance for any suggestions.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Date format in Excel 07

Fred,

Thanks for the information. I will try these different options to see what
will work best for our end users. :o)

"Fred Smith" wrote:

One of the quirks of Excel is that the cell format has nothing to do with how
Excel interprets your input (except for Text format). If you enter xx/yy into a
cell, Excel will treat your entry as month and day, and will append the current
year to create a date.

Your options a

1. Enter 1/mm/yy (or mm/1/yy depending on your regional settings), as you've
stated
2. Enter mm and yy in separate cells, then put them together using a formula.
3. Enter mm/yy, which will be interpreted as dd/mm (mm/dd), and use a formula to
reconfigure it, such as: =date(day(a1),month(a1),1)
4. Create a macro.

--
Regards,
Fred


"Chimelle" wrote in message
...
Greetings! I am trying to create a spreadsheet using Excel 2007 that will
allow the end user to only enter the month (mm) and year (yy). I have
created a custom format of mm/yy but it still wants the user to enter the
date as mm/dd/yy. It really is not a big deal if the date is in this current
year but that will not always be the case. Am I going about this wrong?
Thanks in advance for any suggestions.




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
Excel: I enter date and format for date, but shows as number spohar Excel Discussion (Misc queries) 2 March 10th 06 08:40 PM
Have Excel format xxxxxx into date format Teri Excel Discussion (Misc queries) 3 February 15th 06 07:53 PM
How can I convert a date format to an ISO week format (in EXCEL)? ELI Excel Discussion (Misc queries) 2 July 6th 05 06:31 PM
Excel 2000 date format cannot be set to Australian date format Brian Jones Excel Discussion (Misc queries) 1 March 30th 05 06:03 AM
Excel Default date for date format smurphy123 Excel Discussion (Misc queries) 3 January 23rd 05 09:39 PM


All times are GMT +1. The time now is 11:40 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"