A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Setting up and Configuration
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Mixed Cell Formatiing



 
 
Thread Tools Display Modes
  #1  
Old July 22nd, 2006, 06:29 PM posted to microsoft.public.excel.setup
Gene
external usenet poster
 
Posts: 181
Default Mixed Cell Formatiing

I would like to have a mixed cell format in a single cell, i.e., a label
followed by the results of a formula calculated in the cell. An example
would be: "Avg.: " (the result from a formula calculation). How can I do
this? Thanks.
  #2  
Old July 22nd, 2006, 08:09 PM posted to microsoft.public.excel.setup
Dave Peterson
external usenet poster
 
Posts: 19,791
Default Mixed Cell Formatiing

You could modify your formula:

="Avg: " & average(a1:a10)

Or you could use a custom format (format|cells|number tab) like:

"Avg: "#,##0.00

In the first example, the cell is no longer a number--it's text. In the second
example, the cell is still a number--it's just formatted nicely.

Gene wrote:

I would like to have a mixed cell format in a single cell, i.e., a label
followed by the results of a formula calculated in the cell. An example
would be: "Avg.: " (the result from a formula calculation). How can I do
this? Thanks.


--

Dave Peterson
  #3  
Old July 22nd, 2006, 08:14 PM posted to microsoft.public.excel.setup
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Mixed Cell Formatiing

Gene

="Avg: " & AVERAGE(A1:A10)


Gord Dibben MS Excel MVP

On Sat, 22 Jul 2006 10:29:02 -0700, Gene wrote:

I would like to have a mixed cell format in a single cell, i.e., a label
followed by the results of a formula calculated in the cell. An example
would be: "Avg.: " (the result from a formula calculation). How can I do
this? Thanks.


  #4  
Old July 26th, 2006, 02:37 AM posted to microsoft.public.excel.setup
Gene
external usenet poster
 
Posts: 181
Default Thanks Dave Peterson for your prompt and helpful response.



"Dave Peterson" wrote:

You could modify your formula:

="Avg: " & average(a1:a10)

Or you could use a custom format (format|cells|number tab) like:

"Avg: "#,##0.00

In the first example, the cell is no longer a number--it's text. In the second
example, the cell is still a number--it's just formatted nicely.

Gene wrote:

I would like to have a mixed cell format in a single cell, i.e., a label
followed by the results of a formula calculated in the cell. An example
would be: "Avg.: " (the result from a formula calculation). How can I do
this? Thanks.


--

Dave Peterson

  #5  
Old July 26th, 2006, 02:38 AM posted to microsoft.public.excel.setup
Gene
external usenet poster
 
Posts: 181
Default Thanks Gord Dibben for your prompt and helpful response.



"Gord Dibben" wrote:

Gene

="Avg: " & AVERAGE(A1:A10)


Gord Dibben MS Excel MVP

On Sat, 22 Jul 2006 10:29:02 -0700, Gene wrote:

I would like to have a mixed cell format in a single cell, i.e., a label
followed by the results of a formula calculated in the cell. An example
would be: "Avg.: " (the result from a formula calculation). How can I do
this? Thanks.



  #6  
Old July 26th, 2006, 04:41 AM posted to microsoft.public.excel.setup
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Thanks Gord Dibben for your prompt and helpful response.

Thanks for the feedback Gene.

Gord

On Tue, 25 Jul 2006 18:38:01 -0700, Gene wrote:



"Gord Dibben" wrote:

Gene

="Avg: " & AVERAGE(A1:A10)


Gord Dibben MS Excel MVP

On Sat, 22 Jul 2006 10:29:02 -0700, Gene wrote:

I would like to have a mixed cell format in a single cell, i.e., a label
followed by the results of a formula calculated in the cell. An example
would be: "Avg.: " (the result from a formula calculation). How can I do
this? Thanks.




Gord Dibben MS Excel MVP
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
insert date Larry Worksheet Functions 28 July 15th, 2006 02:41 AM
Compiling macro based on cell values simonsmith General Discussion 1 May 16th, 2006 08:31 PM
Conditional formatiing based on another cell Number_8 General Discussion 3 March 13th, 2006 12:35 PM
GET.CELL Biff Worksheet Functions 2 November 24th, 2004 07:16 PM
Do you have what it takes... Frank Kabel Worksheet Functions 1 February 22nd, 2004 08:30 PM


All times are GMT +1. The time now is 06:25 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.