Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 24
Default Formatting Concatenated Cells

I am using excel 2000

I have the followinng formula which calculates Average salary,

=CONCATENATE("Average Salary -"," ",SUBTOTAL(1,R4:R174)), I am using this formula so that I can filter data and get the average for the filtered data

this returns the value

Average Salary - 12129.5977192982

What do I need to do, to get it to return the value

Average Salary - £12129.60

Thx for any help

Paul
  #2   Report Post  
Junior Member
 
Posts: 24
Default

Quote:
Originally Posted by Paul S View Post
I am using excel 2000

I have the followinng formula which calculates Average salary,

=CONCATENATE("Average Salary -"," ",SUBTOTAL(1,R4:R174)), I am using this formula so that I can filter data and get the average for the filtered data

this returns the value

Average Salary - 12129.5977192982

What do I need to do, to get it to return the value

Average Salary - £12129.60

Thx for any help

Paul
Got the answer


Thanks for looking

Paul
="Average Salary - "&TEXT(SUBTOTAL(1,R4:R174),"£#,##0.00")
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Formatting Concatenated Cells

Try

=CONCATENATE("Average Salary -","£",ROUND(SUBTOTAL(1,R4:R174),2))

Mike



"Paul S" wrote:


I am using excel 2000

I have the followinng formula which calculates Average salary,

=CONCATENATE("Average Salary -"," ",SUBTOTAL(1,R4:R174)), I am using
this formula so that I can filter data and get the average for the
filtered data

this returns the value

Average Salary - 12129.5977192982

What do I need to do, to get it to return the value

Average Salary - £12129.60

Thx for any help

Paul




--
Paul S

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Formatting Concatenated Cells

=CONCATENATE("Average Salary - ",TEXT(SUBTOTAL(1,R4:R174),"£#,##0.00"))
--
David Biddulph

"Paul S" wrote in message
...

I am using excel 2000

I have the followinng formula which calculates Average salary,

=CONCATENATE("Average Salary -"," ",SUBTOTAL(1,R4:R174)), I am using
this formula so that I can filter data and get the average for the
filtered data

this returns the value

Average Salary - 12129.5977192982

What do I need to do, to get it to return the value

Average Salary - £12129.60

Thx for any help

Paul




--
Paul S



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
Change font formatting in a concatenated string Michael R Excel Discussion (Misc queries) 1 February 23rd 07 04:16 PM
concatenated lookup? BorisS Excel Worksheet Functions 7 December 13th 06 06:57 PM
appearance of a concatenated value Jan Buckley Excel Worksheet Functions 0 November 15th 06 09:29 PM
warning with concatenated date Micos3 Excel Discussion (Misc queries) 3 March 3rd 06 11:29 AM
concatenated text to formula Bill Elerding Excel Discussion (Misc queries) 6 May 5th 05 01:11 AM


All times are GMT +1. The time now is 01:05 PM.

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"