Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 52
Default Combine results of 2 formulas

In cell A1 is the formula:

=MIN(C3:C11) 'Returns the earliest date

In cell A2 is the formula:

=MAX(C3:C11) 'Returns the latest date

What I need is a formula that I can put in cell A5 which returns something
like:

12/14/08 to 01/22/09
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Combine results of 2 formulas

You can do it like this:

=TEXT(MIN(C3:C11),"mm/dd/yy")&" to "&TEXT(MAX(C3:C11),"mm/dd/yy")

Hope this helps.

Pete

On Dec 31, 1:20*am, ordnance1
wrote:
In cell A1 is the formula:

=MIN(C3:C11) *'Returns the earliest date

In cell A2 is the formula:

=MAX(C3:C11) *'Returns the latest date

What I need is a formula that I can put in cell A5 which returns something
like:

12/14/08 *to *01/22/09


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Combine results of 2 formulas

Hi,

Since you already have A1 and A2 results, enter the following in A5

=TEXT(A1,"m/d/yy")&" to "&TEXT(A2,"m/d/yy")

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"ordnance1" wrote:

In cell A1 is the formula:

=MIN(C3:C11) 'Returns the earliest date

In cell A2 is the formula:

=MAX(C3:C11) 'Returns the latest date

What I need is a formula that I can put in cell A5 which returns something
like:

12/14/08 to 01/22/09

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
Can I combine 2 formulas? dp New Users to Excel 8 November 4th 08 03:24 PM
Combine 2 formulas Ken Excel Worksheet Functions 5 September 5th 08 10:33 AM
Combine Formulas Dennis1188 Excel Discussion (Misc queries) 5 March 5th 07 09:34 PM
Combine 2 formulas Steved Excel Worksheet Functions 3 August 8th 05 10:09 PM
Help combine 2 formulas into 1 Robert Excel Worksheet Functions 5 April 1st 05 08:55 AM


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