Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PAL PAL is offline
external usenet poster
 
Posts: 200
Default Concatenate/ Min-Max

I have created a formula to determine the min value (field A) and the max
value (field B).

I then use the Concatenate fucntionality to show the range like this:

=Concatentate(Field A,"-",Field B)

The output goes out several decimal places (xx.xxxxxx - yy.yyyyyyand I can't
format the cell to show a single decimal.

Is there a way to do this? Is there an alternative way to show the range
(min-max) in a cell?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 179
Default Concatenate/ Min-Max

how about this

=CONCATENATE(ROUND(A1,1),"-",ROUND(B1,1))

hth

Carlo

"PAL" wrote:

I have created a formula to determine the min value (field A) and the max
value (field B).

I then use the Concatenate fucntionality to show the range like this:

=Concatentate(Field A,"-",Field B)

The output goes out several decimal places (xx.xxxxxx - yy.yyyyyyand I can't
format the cell to show a single decimal.

Is there a way to do this? Is there an alternative way to show the range
(min-max) in a cell?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Concatenate/ Min-Max

Another way:

=ROUND(A1,1)&" - "&ROUND(B1,1)

--
Biff
Microsoft Excel MVP


"PAL" wrote in message
...
I have created a formula to determine the min value (field A) and the max
value (field B).

I then use the Concatenate fucntionality to show the range like this:

=Concatentate(Field A,"-",Field B)

The output goes out several decimal places (xx.xxxxxx - yy.yyyyyyand I
can't
format the cell to show a single decimal.

Is there a way to do this? Is there an alternative way to show the range
(min-max) in a cell?



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
Help with concatenate Riversage Excel Worksheet Functions 1 January 30th 07 03:02 AM
Concatenate Nadeem Excel Worksheet Functions 3 September 22nd 06 02:53 AM
Concatenate RChicken Excel Discussion (Misc queries) 2 July 11th 06 03:00 PM
Need to Concatenate hamster Excel Discussion (Misc queries) 9 November 11th 05 09:18 AM
I know how to concatenate ,can one de-concatenate to split date? QUICK BOOKS PROBLEM- New Users to Excel 1 July 26th 05 05:07 PM


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