PC Review


Reply
Thread Tools Rate Thread

Combining Columns in Excel to Create Date

 
 
Kip
Guest
Posts: n/a
 
      8th Feb 2007
I have a spreadsheet with three columns showing month born, day born
and year born. I want to combine these 3 columns to create a date in a
single column, like 02/14/1942 so that I can accurately calculate a
persons age as of the current day. I would also like to then calculate
that persons zodiac sign. For example, if I had a birthdate in three
columns showing for January 1st, 1911 (or 01/01/1911) when I try
combining the columns using =A1&B1&C1, I end up with a result like
111911. Thanks.

 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      8th Feb 2007
Assume you have:

A1 = month
B1 = day
C1 = year

=DATE(C1,A1,B1)

Biff

"Kip" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a spreadsheet with three columns showing month born, day born
> and year born. I want to combine these 3 columns to create a date in a
> single column, like 02/14/1942 so that I can accurately calculate a
> persons age as of the current day. I would also like to then calculate
> that persons zodiac sign. For example, if I had a birthdate in three
> columns showing for January 1st, 1911 (or 01/01/1911) when I try
> combining the columns using =A1&B1&C1, I end up with a result like
> 111911. Thanks.
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
combining two columns into one-Excel 2007 =?Utf-8?B?U3RlcGhlbg==?= Microsoft Excel Programming 3 6th Jul 2007 12:20 AM
combining 3 columns into useable date =?Utf-8?B?Um9iIEI=?= Microsoft Excel Worksheet Functions 5 8th Mar 2006 10:10 AM
Create Query Combining record group by date =?Utf-8?B?WHVlaG9uZw==?= Microsoft Access Queries 1 7th Mar 2006 01:14 AM
Combining start and end dates to create a date range =?Utf-8?B?TWFyayBTdGVwaGVuc29u?= Microsoft Access Queries 2 28th Feb 2006 12:01 PM
Can I create graph combining clusted and stacked columns? =?Utf-8?B?Um9iaW4=?= Microsoft Excel Charting 1 19th Jan 2006 03:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:33 PM.