Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default 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"
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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"

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
Concatenate text cell and formula cell result GoinCrazy Excel Worksheet Functions 4 November 26th 08 04:27 PM
need result of formula to compare itself to another number andincrease if needed. rudyeb Excel Discussion (Misc queries) 1 October 17th 08 08:59 PM
Why does Concatenate formula show but not produce a cell result? Tom@WardAir Excel Worksheet Functions 9 December 28th 07 01:15 PM
formula result #value! needs to equal zero for average calculation LauraRose Excel Worksheet Functions 3 March 13th 06 06:13 PM
Concatenate text to make calculation Fossil_Rock Excel Discussion (Misc queries) 5 August 3rd 05 03:25 PM


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