ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Combine results of 2 formulas (https://www.excelbanter.com/excel-worksheet-functions/214989-combine-results-2-formulas.html)

ordnance1

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

Pete_UK

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



Shane Devenshire[_2_]

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



All times are GMT +1. The time now is 10:46 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com