ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula needed to concatenate text with result from calculation (https://www.excelbanter.com/excel-discussion-misc-queries/220826-formula-needed-concatenate-text-result-calculation.html)

Mgville

Formula needed to concatenate text with result from calculation
 
My info. states FY 2009 budgeted cases are 11,500, a decrease of 495 cases
of actual volume

I can concatenate the text and result but can't seem to format the result

="FY 2009 budgeted cases are "& E28& ", a decrease of" &F28& " cases of
actual volume"

="FY 2009 budgeted cases are 11500, a decrease of 495 cases of actual
volume"

Mike H

Formula needed to concatenate text with result from calculation
 
Maybe this

="FY 2009 budgeted cases are "&TEXT(E28,"#,###")& ", a decrease of "
&TEXT(F28,"#,###")& " cases of actual volume or "
&TEXT(1-(E28-F28)/E28,"#,##%")

Mike

"Mgville" wrote:

My info. states FY 2009 budgeted cases are 11,500, a decrease of 495 cases
of actual volume

I can concatenate the text and result but can't seem to format the result

="FY 2009 budgeted cases are "& E28& ", a decrease of" &F28& " cases of
actual volume"

="FY 2009 budgeted cases are 11500, a decrease of 495 cases of actual
volume"



All times are GMT +1. The time now is 03:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com