Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: How to make Dynamic range (width) with OFFset function

  1. #11
    Member Charles's Avatar
    Join Date
    Aug 2012
    Posts
    63
    Rep Power
    12
    Hi,

    Yes you can, but if you are constantly updating the info why not just use the formula supplied by Rajan_Verma

    if you fill the cells not continously
    =SUM(C2:INDEX(C2:T2,1,MATCH(999999999,C2:T2,1)))

  2. #12
    Junior Member
    Join Date
    Dec 2012
    Posts
    16
    Rep Power
    0
    Hi

    My first post!

    Another version for a formula approach in B2:

    =SUM(OFFSET($B2,0,1,1,LOOKUP(2,1/$C2:$T2,$C2:$T2))) and copy down.

    Also accounts for cells not filled in continuously.

    Kevin

  3. #13
    Member
    Join Date
    Aug 2011
    Posts
    92
    Rep Power
    13
    Thanks guys.

Similar Threads

  1. Replies: 2
    Last Post: 05-13-2013, 12:03 AM
  2. How To Make A Custom VBA Function Available In All Workbooks
    By Safal Shrestha in forum Excel Help
    Replies: 2
    Last Post: 04-11-2013, 02:01 PM
  3. Offset based on Values in Column E
    By mrmmickle1 in forum Excel Help
    Replies: 7
    Last Post: 12-04-2012, 10:06 AM
  4. Dynamic Chart Query
    By leopaulc in forum Excel Help
    Replies: 6
    Last Post: 11-26-2012, 04:50 PM
  5. Replies: 2
    Last Post: 11-08-2011, 08:52 AM

Posting Permissions

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