Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How do I combine text and a calculation in the same field?

I am trying to do a calculation and have text follow that in the same field.
An example might be as follows : =(H30/4) per week

I want the calculation to be there, be a space and then the words "per week"
in the same field. I do not have room for another column just for those two
words.
If anyone can help, I would appreciate it very much. Thanks, Stephanie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 709
Default How do I combine text and a calculation in the same field?

steshi, try this,

=H30/4 & " per week"

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"steshi" wrote in message
...
I am trying to do a calculation and have text follow that in the same

field.
An example might be as follows : =(H30/4) per week

I want the calculation to be there, be a space and then the words "per

week"
in the same field. I do not have room for another column just for those

two
words.
If anyone can help, I would appreciate it very much. Thanks, Stephanie



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How do I combine text and a calculation in the same field?

That did add the text....thanks. The only thing is that it dropped the
formating. Actually, if I go to the "cell format" the format is what I set
it to be but it dropped the "$" so rather than it displaying " $980.25 per
week", it displays " 980.25 per week" with no dollar sign.

"Paul B" wrote:

steshi, try this,

=H30/4 & " per week"

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"steshi" wrote in message
...
I am trying to do a calculation and have text follow that in the same

field.
An example might be as follows : =(H30/4) per week

I want the calculation to be there, be a space and then the words "per

week"
in the same field. I do not have room for another column just for those

two
words.
If anyone can help, I would appreciate it very much. Thanks, Stephanie




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default How do I combine text and a calculation in the same field?

Hi

You could use Custom formatting of the cell
FormatCellsNumberCustom $ #.00 "Per Week"

The in your cell just enter =H30/4
This has the advantage, that the value in the cell is still numeric and
can be used in further calculations if required.

--
Regards

Roger Govier


"steshi" wrote in message
...
That did add the text....thanks. The only thing is that it dropped
the
formating. Actually, if I go to the "cell format" the format is what
I set
it to be but it dropped the "$" so rather than it displaying " $980.25
per
week", it displays " 980.25 per week" with no dollar sign.

"Paul B" wrote:

steshi, try this,

=H30/4 & " per week"

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from
it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"steshi" wrote in message
...
I am trying to do a calculation and have text follow that in the
same

field.
An example might be as follows : =(H30/4) per week

I want the calculation to be there, be a space and then the words
"per

week"
in the same field. I do not have room for another column just for
those

two
words.
If anyone can help, I would appreciate it very much. Thanks,
Stephanie






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 947
Default How do I combine text and a calculation in the same field?

If you wish to limit the number of decimal places display, perhaps one of a
few ways:

=TEXT(H30/4,"$ #.00 ""Per Week""")

Another common option is to add a custom format to the cell:
#.## " Per Week"

This allows you to continue to use the cell as a value, and not as a text
string.

--
HTH :)
Dana DeLouis
Windows XP & Office 2003


"steshi" wrote in message
...
I am trying to do a calculation and have text follow that in the same
field.
An example might be as follows : =(H30/4) per week

I want the calculation to be there, be a space and then the words "per
week"
in the same field. I do not have room for another column just for those
two
words.
If anyone can help, I would appreciate it very much. Thanks, Stephanie





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How do I combine text and a calculation in the same field?

That did it. Thank you so much. To remember that first option, I will need
to analyze it more so that I understand all the logic. The second option for
setting up a custom format is way easier to understand and establish. I am
very excited to have learned this. Thanks again.

"Dana DeLouis" wrote:

If you wish to limit the number of decimal places display, perhaps one of a
few ways:

=TEXT(H30/4,"$ #.00 ""Per Week""")

Another common option is to add a custom format to the cell:
#.## " Per Week"

This allows you to continue to use the cell as a value, and not as a text
string.

--
HTH :)
Dana DeLouis
Windows XP & Office 2003


"steshi" wrote in message
...
I am trying to do a calculation and have text follow that in the same
field.
An example might be as follows : =(H30/4) per week

I want the calculation to be there, be a space and then the words "per
week"
in the same field. I do not have room for another column just for those
two
words.
If anyone can help, I would appreciate it very much. Thanks, Stephanie




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
Defining a Text field based on its condition C.Hirsch Excel Discussion (Misc queries) 3 May 30th 06 07:49 PM
Pivot table is dropping text from a long field mhrankin Excel Discussion (Misc queries) 1 March 13th 06 07:21 PM
How change dimensions of data label text box in pie chart? Gouden Willem Charts and Charting in Excel 3 March 7th 06 12:11 PM
Changing a text field to a date field juliet New Users to Excel 4 February 21st 06 09:52 PM
Some lines of text in Excel field do not wrap text. Please help. Michele Excel Discussion (Misc queries) 0 January 5th 06 07:27 PM


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