Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,560
Default text & formual problem combined

When I combine text and a formula - i.e. ="Avg "& SUM(D30) - it comes out as
Avg 0.286253661284266 but I only want it to 2 decimal points!

The D30 cell contains the simple formula for £152458.70 divided by 532,600

Can someone explain or show me how I can produce an answer to 2 decimal
points as "Avg 0.28"?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 457
Default text & formual problem combined

Something similar to:

="Avg "&TEXT(SUM(D30),"$#.00")


You need to use the TEXT function to format the formula portion.

--
Best Regards,

Luke M
"David" wrote in message
...
When I combine text and a formula - i.e. ="Avg "& SUM(D30) - it comes out
as
Avg 0.286253661284266 but I only want it to 2 decimal points!

The D30 cell contains the simple formula for 152458.70 divided by 532,600

Can someone explain or show me how I can produce an answer to 2 decimal
points as "Avg 0.28"?

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 181
Default text & formual problem combined

Make your entry simply =SUM(D30)

Then custom format cell to read "Ave" 0.00

Result to 2 places is .29
--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.


"David" wrote:

When I combine text and a formula - i.e. ="Avg "& SUM(D30) - it comes out as
Avg 0.286253661284266 but I only want it to 2 decimal points!

The D30 cell contains the simple formula for £152458.70 divided by 532,600

Can someone explain or show me how I can produce an answer to 2 decimal
points as "Avg 0.28"?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default text & formual problem combined

="Avg "&ROUND(D30,2)


"David" wrote:

When I combine text and a formula - i.e. ="Avg "& SUM(D30) - it comes out as
Avg 0.286253661284266 but I only want it to 2 decimal points!

The D30 cell contains the simple formula for £152458.70 divided by 532,600

Can someone explain or show me how I can produce an answer to 2 decimal
points as "Avg 0.28"?

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 561
Default text & formual problem combined

He stated, very clearly, that he expects: Avg 0.28 that means NOT Avg 0.29
Micky


"Teethless mama" wrote:

="Avg "&ROUND(D30,2)


"David" wrote:

When I combine text and a formula - i.e. ="Avg "& SUM(D30) - it comes out as
Avg 0.286253661284266 but I only want it to 2 decimal points!

The D30 cell contains the simple formula for £152458.70 divided by 532,600

Can someone explain or show me how I can produce an answer to 2 decimal
points as "Avg 0.28"?

Thanks



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default text & formual problem combined

="Avg "&TEXT(D30,"0.00")
--
David Biddulph


"David" wrote:

When I combine text and a formula - i.e. ="Avg "& SUM(D30) - it comes out as
Avg 0.286253661284266 but I only want it to 2 decimal points!

The D30 cell contains the simple formula for £152458.70 divided by 532,600

Can someone explain or show me how I can produce an answer to 2 decimal
points as "Avg 0.28"?

Thanks

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 561
Default text & formual problem combined

Maybe: ="AVG " & TRUNC(D30,2)
Micky


"David" wrote:

When I combine text and a formula - i.e. ="Avg "& SUM(D30) - it comes out as
Avg 0.286253661284266 but I only want it to 2 decimal points!

The D30 cell contains the simple formula for £152458.70 divided by 532,600

Can someone explain or show me how I can produce an answer to 2 decimal
points as "Avg 0.28"?

Thanks

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
Text in a combined spreadsheet Davidfalkirk Excel Discussion (Misc queries) 0 March 9th 09 11:14 AM
Formual error with text and calc Mgville Excel Discussion (Misc queries) 1 February 13th 09 02:55 PM
Figures and text combined Sarah P[_2_] Excel Worksheet Functions 2 February 27th 07 08:09 AM
text and number combined in a cell TimN Excel Worksheet Functions 4 August 11th 06 10:59 PM
text and values combined in one cel Bart Excel Discussion (Misc queries) 1 December 14th 04 08:36 AM


All times are GMT +1. The time now is 11:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"