Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Date functionality

I have 2 cells, 1 headed "Quarter", the other headed "Year" in whcih a user
will enter 1, 2, 3 or 4 in the first cell and the year in the 2nd cell
(obviously).

How do I then convert the entry to a date? e.g. the user enters "1" then
"2006". How do I create the date 01 Jan 2006 or if they enter "3" then 2005.
How do I create the date, 01 Jul 2005?
--
Many Thanks,
CK
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 367
Default Date functionality

If A1 is your Quarter and B1 is your Year:

=DATE(B1,(A1-1)*3+1,1)

hth

Carlo

On Dec 4, 3:23 pm, Crimson King
wrote:
I have 2 cells, 1 headed "Quarter", the other headed "Year" in whcih a user
will enter 1, 2, 3 or 4 in the first cell and the year in the 2nd cell
(obviously).

How do I then convert the entry to a date? e.g. the user enters "1" then
"2006". How do I create the date 01 Jan 2006 or if they enter "3" then 2005.
How do I create the date, 01 Jul 2005?
--
Many Thanks,
CK


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Date functionality

Carlo,

I really appreciate the quick response and the spot on answer! Works
beautifully - thank you.
--
Many Thanks,
CK


"carlo" wrote:

If A1 is your Quarter and B1 is your Year:

=DATE(B1,(A1-1)*3+1,1)

hth

Carlo

On Dec 4, 3:23 pm, Crimson King
wrote:
I have 2 cells, 1 headed "Quarter", the other headed "Year" in whcih a user
will enter 1, 2, 3 or 4 in the first cell and the year in the 2nd cell
(obviously).

How do I then convert the entry to a date? e.g. the user enters "1" then
"2006". How do I create the date 01 Jan 2006 or if they enter "3" then 2005.
How do I create the date, 01 Jul 2005?
--
Many Thanks,
CK



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
Autofilter functionality Paul Mugleston Excel Discussion (Misc queries) 3 October 11th 07 05:33 PM
Save As Functionality Douglas @ Helpdesk Excel Discussion (Misc queries) 2 September 25th 07 11:34 AM
Odd functionality Amber Excel Worksheet Functions 4 July 10th 07 10:12 PM
Go to functionality [email protected] Excel Worksheet Functions 0 November 7th 06 10:08 PM
Checkbox functionality Basia Excel Discussion (Misc queries) 2 June 19th 06 04:42 PM


All times are GMT +1. The time now is 05:09 AM.

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

About Us

"It's about Microsoft Excel"