Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Referencing tombstone text data to populate a cell in a spreadshee

What would be the basic approach to creating a monthly lookup table that
would allow the user to select the text value for the month and return the
numerical value to the cell.
Can this be done solely within excel or does it involve interaction with
something such as VB?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 789
Default Referencing tombstone text data to populate a cell in a spreadshee

Hi
Your question is very vague. You can normally access a calander
control in Excel (really part of Access, but most people have that too
so you can use it in Excel) either on a worksheet or on a Userform.
You can use this to pick a date which can then be placed in a
worksheet cell with any format you like.
Is that what you want??
regards
Paul

On May 29, 5:03 am, Newatit wrote:
What would be the basic approach to creating a monthly lookup table that
would allow the user to select the text value for the month and return the
numerical value to the cell.
Can this be done solely within excel or does it involve interaction with
something such as VB?

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default Referencing tombstone text data to populate a cell in a spreadshee

You can create a drop-down list of the months for the user to select from
and have the month number appear in a cell. You will need a list of dates, a
linked cell for the drop-down and a formula in the cell where you want the
month number.
The important part is to make your list actual dates and then format the
list to display the month's name.
Make your list the first day of each month:
1/1/2007
2/1/2007
etc..
Then format your list as:
"mmm" (displays Jan)
"mmmm" (displays January)
Now create a drop-down box and refer to your list as the List Fill Range
Make a linked cell right next to your list (leave format as General)
Finally, where you want the month number to appear put this formula:
=MONTH(P13)
where P13 is the linked cell.

Mike F
"Newatit" wrote in message
...
What would be the basic approach to creating a monthly lookup table that
would allow the user to select the text value for the month and return the
numerical value to the cell.
Can this be done solely within excel or does it involve interaction with
something such as VB?

Thanks



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
Text box does not populate linked cell Joe Wildman[_2_] Excel Worksheet Functions 2 February 15th 09 03:55 PM
populate cell with muti lingual text JohnAin Excel Worksheet Functions 1 January 3rd 08 05:41 PM
Populate First Empty Cell In each Row with Text Sam via OfficeKB.com Excel Programming 4 June 10th 06 10:45 PM
Populate a cell from a text box. Unknown_User Excel Programming 2 May 18th 04 09:21 PM
Having data populate text boxes based on Combobox Value Todd Huttenstine[_2_] Excel Programming 1 November 10th 03 01:35 AM


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