Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Link to Multiple Cells Within One Cell Including Text

Does anyone know if is possible to link to multiple cells within a single cell?

Example:
The total shippable as of {D5} is {D6} with a total on-order of {D7}. The
percent of total shippable to total on order is {D8}. Another {D9} ({D10}
total) in new orders is needed to reach the {D11} 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.

Thank you,

Rob
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Link to Multiple Cells Within One Cell Including Text

="The total shippable as of "&D5&" is "&D6&" with a total on-order of &"D7"&.
The
percent of total shippable to total on order is " & ... and so forth

if you want formatting - say D5 contains a date

="The total shippable as of "&Text(D5,"mm/dd/yyyy")&" is
"&Text(D6,"#,##0")&" . . .

--
Regards,
Tom Ogilvy



--
Regards,
Tom Ogilvy


"Rob" wrote:

Does anyone know if is possible to link to multiple cells within a single cell?

Example:
The total shippable as of {D5} is {D6} with a total on-order of {D7}. The
percent of total shippable to total on order is {D8}. Another {D9} ({D10}
total) in new orders is needed to reach the {D11} 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.

Thank you,

Rob

  #3   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Link to Multiple Cells Within One Cell Including Text

That is awesome and it worked perfectly. Thank you so much for your help.
--

Rob


"Tom Ogilvy" wrote:

="The total shippable as of "&D5&" is "&D6&" with a total on-order of &"D7"&.
The
percent of total shippable to total on order is " & ... and so forth

if you want formatting - say D5 contains a date

="The total shippable as of "&Text(D5,"mm/dd/yyyy")&" is
"&Text(D6,"#,##0")&" . . .

--
Regards,
Tom Ogilvy



--
Regards,
Tom Ogilvy


"Rob" wrote:

Does anyone know if is possible to link to multiple cells within a single cell?

Example:
The total shippable as of {D5} is {D6} with a total on-order of {D7}. The
percent of total shippable to total on order is {D8}. Another {D9} ({D10}
total) in new orders is needed to reach the {D11} 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.

Thank you,

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 including text and multiple formulas? Shaggyjh Excel Discussion (Misc queries) 4 April 21st 09 03:37 PM
count using multiple criteria including text strings se7098 Excel Worksheet Functions 13 November 10th 08 09:40 PM
How to create a link including all formatting from origin cell? PlatinSam Excel Worksheet Functions 2 January 17th 06 06:45 PM
Add cells including text HappyTrucker Excel Discussion (Misc queries) 6 August 15th 05 01:59 AM
sorting multiple rows at once (including merged cells) Aaron Excel Programming 1 December 17th 04 08:34 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"