Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
="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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Text String: Formatting Text and Numbers? | Excel Discussion (Misc queries) | |||
Link to text and return text into a formula? | Excel Worksheet Functions | |||
Excel:Get concatenated text to be recognised as formula not text? | Excel Discussion (Misc queries) | |||
Formula to count text and alert me if a text appears more than twi | Excel Discussion (Misc queries) | |||
match cell text with text in formula | Excel Worksheet Functions |