Results 1 to 7 of 7

Thread: Dynamic Merging of cells

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2012
    Posts
    12

    Dynamic Merging of cells

    Hi everyone,

    I have a challenge that I'd like some help with:

    I have a report right now that looks something like the following

    Code:
    SALES_NUM  CUSTOMER  ITEMS SOME_ORDER_INFO COMMENTS
    12345678    Buyer1   Item A  ~~~~~~~~~~~~ BIG COMMENT
    12345678             Item B
    12345678             Item C
    12345678             Item D
    12345678             Item E
    
    44444444   Buyer2   Item A   ~~~~~~~~~~~~~  COMMENT
    For the purposes of this report, the users don't want to see repeating information - except for the sales numbers.

    The problem is that "BIG COMMENT" is up to 2000 characters in length. Right now it's word wrapped and enlarges the first row of every order ... but this isn't ideal. If I could, I'd like to merge the cells on the right, so that I don't waste paper enlarging the first row, and then subsequent rows are empty.

    New report:
    Code:
    SALES_NUM  CUSTOMER  ITEMS SOME_ORDER_INFO COMMENTS
    12345678    Buyer1   Item A  ~~~~~~~~~~~~ BIG COMMENT
    12345678             Item B                       IN
    12345678             Item C                       ALL
    12345678             Item D                       THESE
    12345678             Item E                       CELLS
    
    44444444   Buyer2   Item A   ~~~~~~~~~~~~~  COMMENT
    Sort of idea.

    The thing that might make this much easier, is the fact that there is an entirely empty (null) row between orders. The first row is guaranteed to have information if the order exists, and the first column is fully populated except for the empty fields between orders

    Any ideas would be appreciated.
    Last edited by SilverBullet; Apr 16th, 2012 at 02:23 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width