Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default cell formatting with formula

Hello members,

my formula in A1 is
=TEXT(H22,"000000000")
&TEXT(J22,"000000000")

How can I force a *display* in A1 *to be* in two lines <one for each of my
*text sub-formula*

thanks in advance for any suggestions.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default cell formatting with formula

On Aug 28, 4:28 pm, fair_thumb
wrote:
Hello members,

my formula in A1 is
=TEXT(H22,"000000000")
&TEXT(J22,"000000000")

How can I force a *display* in A1 *to be* in two lines <one for each of my
*text sub-formula*

thanks in advance for any suggestions.


The function "Concatnate" should work:
=Concatnate(H22,"000000000","enter the text",J22,"00000000)


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,510
Default cell formatting with formula

=TEXT(H22,"000000000")&CHAR(10)&TEXT(J22,"00000000 0")

You will probably need to format the cell to wrap text. Format
cells-Alignment-Check the Wrap Text.

Regards,

OssieMac

"fair_thumb" wrote:

Hello members,

my formula in A1 is
=TEXT(H22,"000000000")
&TEXT(J22,"000000000")

How can I force a *display* in A1 *to be* in two lines <one for each of my
*text sub-formula*

thanks in advance for any suggestions.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default cell formatting with formula

Use the formula:

=TEXT(H22,"000000000") & CHAR(10) & TEXT(J22,"000000000")

Then select the cell that contains the formula
Choose FormatCells
On the Alignment tab, add a check mark to Wrap Text, and click OK

fair_thumb wrote:
Hello members,

my formula in A1 is
=TEXT(H22,"000000000")
&TEXT(J22,"000000000")

How can I force a *display* in A1 *to be* in two lines <one for each of my
*text sub-formula*

thanks in advance for any suggestions.



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

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
Formatting Cell that Contains If/Then Formula Janna Excel Discussion (Misc queries) 5 August 15th 07 12:26 PM
In a formula, copy the value and formatting of another cell papakfl Excel Worksheet Functions 4 April 29th 07 02:22 PM
cell formula or formatting jnu Excel Worksheet Functions 5 December 11th 06 08:23 PM
Formatting a formula within a cell Nancee Vee Excel Discussion (Misc queries) 4 September 28th 06 03:49 PM
Formatting a cell for color that has a formula also Karl Excel Discussion (Misc queries) 2 July 17th 05 12:03 AM


All times are GMT +1. The time now is 05:19 PM.

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"