Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,670
Default Display text and use a formula in 1 box

I need to be able to have text ("year end results") displayed then the answer
from my formula. how do i do this?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 91
Default Display text and use a formula in 1 box

Maybe custom formatting is the answer for you:
Example:
FormatCellsNumber
Category: Custom
Type: #,##0" Year End Results"

Will display numeric contents with "Year End Results" appended
Example:
A1: 1234
displays as: 1,234 Year End Results


Is that something you can adapt to suit your situation?

***********
Regards,
Ron


"Eric" wrote:

I need to be able to have text ("year end results") displayed then the answer
from my formula. how do i do this?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,073
Default Display text and use a formula in 1 box

Hi Eric,
What do you mean when you use the term "box", a cell or a text box?
If you mean cell then add the following to the required cell:
= "year end results " & ......

at ...... just type your formula without the "=" since it's already at
the front.

e.g; = "year end results " & SIN(radians(30)) returns "year end result
0.5"

Silly example I know. Also note the space after the word "results".

If you mean text box then:

as above to first get it into a cell, then create your text box, then
while the text box is selected click in the formula bar, type "="
(without speech marks), then select the cell with the text and formula,
then press Enter. You can then format the text box as you like

Ken Johnson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Display text and use a formula in 1 box


Eric Wrote:
I need to be able to have text ("year end results") displayed then the
answer
from my formula. how do i do this?

Hi Eric,
Another way,

'="year end results" & " " & A9+A10


--
Desert Piranha


------------------------------------------------------------------------
Desert Piranha's Profile: http://www.excelforum.com/member.php...o&userid=28934
View this thread: http://www.excelforum.com/showthread...hreadid=490498

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
Formula to display just number and not text edeaston1983 Excel Discussion (Misc queries) 3 March 25th 09 11:43 AM
Display Text in Formula Bar for certain cells Tracy Excel Worksheet Functions 3 November 5th 08 05:30 PM
how to convert a formula into text in order to display the formula Claudio Hartzstein Excel Discussion (Misc queries) 2 July 13th 06 09:58 AM
Display Format with Text & Formula StephanieH Excel Worksheet Functions 3 April 22nd 05 04:01 PM
Display numbers only, no text formula Mira Excel Worksheet Functions 2 November 11th 04 01:54 AM


All times are GMT +1. The time now is 05:03 AM.

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"