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 format a cell to use text and formulas

heres what im trying to do .. i want to create a note template that would be
something simillar to this:

sally sold 18 units of seashells

I want the 18 part reference a cell in the spreadsheet (the cell that
already is calculating how many units sally is selling)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default how do i format a cell to use text and formulas

Brian, with 18 entered to cell A1 try the below..

="sally sold " & A1 & " units of seashells"


If this post helps click Yes
---------------
Jacob Skaria


"brianDY" wrote:

heres what im trying to do .. i want to create a note template that would be
something simillar to this:

sally sold 18 units of seashells

I want the 18 part reference a cell in the spreadsheet (the cell that
already is calculating how many units sally is selling)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default how do i format a cell to use text and formulas

awesome thank you .. just one additional question I need the number in A1 to
be a 3 place percentage and its not coming out that way?

"Jacob Skaria" wrote:

Brian, with 18 entered to cell A1 try the below..

="sally sold " & A1 & " units of seashells"


If this post helps click Yes
---------------
Jacob Skaria


"brianDY" wrote:

heres what im trying to do .. i want to create a note template that would be
something simillar to this:

sally sold 18 units of seashells

I want the 18 part reference a cell in the spreadsheet (the cell that
already is calculating how many units sally is selling)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default how do i format a cell to use text and formulas

Try this with a % value in A1

="sally sold " & TEXT(A1,"#%") & " units of seashells"

OR

="sally sold " & TEXT(A1,"#.00%") & " units of seashells"
(with decimals)

If this post helps click Yes
---------------
Jacob Skaria


"brianDY" wrote:

heres what im trying to do .. i want to create a note template that would be
something simillar to this:

sally sold 18 units of seashells

I want the 18 part reference a cell in the spreadsheet (the cell that
already is calculating how many units sally is selling)

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
Need to convert list of formulas in text format to output value mcmilja Excel Discussion (Misc queries) 6 February 20th 09 05:58 PM
can you format a cell so that formulas will be turned off Brian Excel Discussion (Misc queries) 6 February 15th 08 12:12 AM
Compare text in cell to custom text format?? Tommy[_4_] Excel Discussion (Misc queries) 1 July 20th 07 02:45 PM
Can not see text in Excel when cell format is set to wrap text Mark New Users to Excel 1 May 29th 07 02:07 PM
Formulas Based on Cell Format HROBERTSON Excel Discussion (Misc queries) 1 January 5th 07 04:09 PM


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