Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Formatting Within a Formula

I am using the following formula in a single cell and would like to insert
the following formatting for the dollars: [999999]$#.0,,"M";$#.0,"K".

="The total shippable as of "&TEXT($B$4,"mmmm d")&" is
"&TEXT($D$13,"$#,.0")&" with a total on order of "&TEXT($D$18,"$#,.0")&". The
percent of total shippable to total on order is "&TEXT($G$21,"#%")&". At this
fill rate, another "&TEXT($G$23,"$#,.0")&" ("&TEXT($G$22,"$#,.0")&" total) in
new orders is needed to reach the "&TEXT($D$19,"$#,.0")&" forecast. Please
move up future orders and work with credit to release shippable holds as soon
as possible. A copy of the shippable hold report is also attached."
Does anyone know how to do this? I keep getting errors.

--

Rob
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Formatting Within a Formula

Try this inside the quotes:

[999999]$#.0,,""M"";$#.0,""K""

.......

of "&TEXT($D$18,"[999999]$#.0,,""M"";$#.0,""K"" ".The


HTH

"Rob" wrote:

I am using the following formula in a single cell and would like to insert
the following formatting for the dollars: [999999]$#.0,,"M";$#.0,"K".

="The total shippable as of "&TEXT($B$4,"mmmm d")&" is
"&TEXT($D$13,"$#,.0")&" with a total on order of "&TEXT($D$18,"$#,.0")&". The
percent of total shippable to total on order is "&TEXT($G$21,"#%")&". At this
fill rate, another "&TEXT($G$23,"$#,.0")&" ("&TEXT($G$22,"$#,.0")&" total) in
new orders is needed to reach the "&TEXT($D$19,"$#,.0")&" forecast. Please
move up future orders and work with credit to release shippable holds as soon
as possible. A copy of the shippable hold report is also attached."
Does anyone know how to do this? I keep getting errors.

--

Rob

  #3   Report Post  
Posted to microsoft.public.excel.misc
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Formatting Within a Formula

Perfect! Thank you for your help.
--

Rob


"Toppers" wrote:

Try this inside the quotes:

[999999]$#.0,,""M"";$#.0,""K""

......

of "&TEXT($D$18,"[999999]$#.0,,""M"";$#.0,""K"" ".The


HTH

"Rob" wrote:

I am using the following formula in a single cell and would like to insert
the following formatting for the dollars: [999999]$#.0,,"M";$#.0,"K".

="The total shippable as of "&TEXT($B$4,"mmmm d")&" is
"&TEXT($D$13,"$#,.0")&" with a total on order of "&TEXT($D$18,"$#,.0")&". The
percent of total shippable to total on order is "&TEXT($G$21,"#%")&". At this
fill rate, another "&TEXT($G$23,"$#,.0")&" ("&TEXT($G$22,"$#,.0")&" total) in
new orders is needed to reach the "&TEXT($D$19,"$#,.0")&" forecast. Please
move up future orders and work with credit to release shippable holds as soon
as possible. A copy of the shippable hold report is also attached."
Does anyone know how to do this? I keep getting errors.

--

Rob

  #4   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Formatting Within a Formula

A couple of missing double-quotes..........
Try this.......

="The total shippable as of "&TEXT($B$4,"mmmm d")&" is"
&TEXT($D$13,"$#,.0")&" with a total on order of "&TEXT($D$18,"$#,.0")&". The
percent of total shippable to total on order is "&TEXT($G$21,"#%")&". At this
fill rate, another "&TEXT($G$23,"$#,.0")&" ("&TEXT($G$22,"$#,.0")&" total) in
new orders is needed to reach the "&TEXT($D$19,"$#,.0")&" forecast. Please
move up future orders and work with credit to release shippable holds as soon
as possible. A copy of the shippable hold report is also attached."

Vaya con Dios,
Chuck, CABGx3



"Rob" wrote:

I am using the following formula in a single cell and would like to insert
the following formatting for the dollars: [999999]$#.0,,"M";$#.0,"K".

="The total shippable as of "&TEXT($B$4,"mmmm d")&" is
"&TEXT($D$13,"$#,.0")&" with a total on order of "&TEXT($D$18,"$#,.0")&". The
percent of total shippable to total on order is "&TEXT($G$21,"#%")&". At this
fill rate, another "&TEXT($G$23,"$#,.0")&" ("&TEXT($G$22,"$#,.0")&" total) in
new orders is needed to reach the "&TEXT($D$19,"$#,.0")&" forecast. Please
move up future orders and work with credit to release shippable holds as soon
as possible. A copy of the shippable hold report is also attached."
Does anyone know how to do this? I keep getting errors.

--

Rob

  #5   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Formatting Within a Formula

Sorry, I mis-read the post.........ignore my previous.

Vaya con Dios,
Chuck, CABGx3



"CLR" wrote:

A couple of missing double-quotes..........
Try this.......

="The total shippable as of "&TEXT($B$4,"mmmm d")&" is"
&TEXT($D$13,"$#,.0")&" with a total on order of "&TEXT($D$18,"$#,.0")&". The
percent of total shippable to total on order is "&TEXT($G$21,"#%")&". At this
fill rate, another "&TEXT($G$23,"$#,.0")&" ("&TEXT($G$22,"$#,.0")&" total) in
new orders is needed to reach the "&TEXT($D$19,"$#,.0")&" forecast. Please
move up future orders and work with credit to release shippable holds as soon
as possible. A copy of the shippable hold report is also attached."

Vaya con Dios,
Chuck, CABGx3



"Rob" wrote:

I am using the following formula in a single cell and would like to insert
the following formatting for the dollars: [999999]$#.0,,"M";$#.0,"K".

="The total shippable as of "&TEXT($B$4,"mmmm d")&" is
"&TEXT($D$13,"$#,.0")&" with a total on order of "&TEXT($D$18,"$#,.0")&". The
percent of total shippable to total on order is "&TEXT($G$21,"#%")&". At this
fill rate, another "&TEXT($G$23,"$#,.0")&" ("&TEXT($G$22,"$#,.0")&" total) in
new orders is needed to reach the "&TEXT($D$19,"$#,.0")&" forecast. Please
move up future orders and work with credit to release shippable holds as soon
as possible. A copy of the shippable hold report is also attached."
Does anyone know how to do this? I keep getting errors.

--

Rob



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
cell formula or formatting jnu Excel Worksheet Functions 5 December 11th 06 08:23 PM
Formatting with a Formula Mike Hogan Excel Discussion (Misc queries) 1 October 6th 06 03:22 PM
Conditional Formatting Formula George Excel Worksheet Functions 1 March 28th 06 04:50 PM
Formula / Formatting Help - please!" Anthony Excel Discussion (Misc queries) 4 July 21st 05 11:57 AM
Formatting in the formula bar Beccy Excel Discussion (Misc queries) 2 December 22nd 04 02:41 PM


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