View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
FSt1 FSt1 is offline
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