Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
CJ CJ is offline
external usenet poster
 
Posts: 102
Default Need text after formula

Would like to have statement read, Expenses are [A]% of total income. [A] is
calculated in formula as follows: ="Expenses are "
&(ROUND((N253*100)/N65,2))---How do I complete this to include "% of total
income" Appreciate the help. Thanks! CJ
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Need text after formula

hi
="Expenses are " & ROUND((N353*100)/N65,2) & " %of the total income"

regards
FSt1


"CJ" wrote:

Would like to have statement read, Expenses are [A]% of total income. [A] is
calculated in formula as follows: ="Expenses are "
&(ROUND((N253*100)/N65,2))---How do I complete this to include "% of total
income" Appreciate the help. Thanks! CJ

  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Need text after formula

="Expenses are " & (ROUND((N253*100)/N65,2)) & "% of total income"

Vaya con Dios,
Chuck, CABGx3


"CJ" wrote:

Would like to have statement read, Expenses are [A]% of total income. [A] is
calculated in formula as follows: ="Expenses are "
&(ROUND((N253*100)/N65,2))---How do I complete this to include "% of total
income" Appreciate the help. Thanks! CJ

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 Text String: Formatting Text and Numbers? dj479794 Excel Discussion (Misc queries) 5 June 30th 07 12:19 AM
Link to text and return text into a formula? Mary Excel Worksheet Functions 5 June 22nd 07 01:49 PM
Excel:Get concatenated text to be recognised as formula not text? yvette Excel Discussion (Misc queries) 5 January 15th 07 07:32 PM
Formula to count text and alert me if a text appears more than twi Mike Excel Discussion (Misc queries) 1 August 29th 05 09:53 PM
match cell text with text in formula Todd L. Excel Worksheet Functions 3 December 9th 04 08:11 PM


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