+ Reply to Thread
Results 1 to 6 of 6

staggered formulas

  1. #1
    Forum Contributor
    Join Date
    12-12-2012
    Location
    Los Angeles
    MS-Off Ver
    Excel 2010
    Posts
    448

    staggered formulas

    Is there anyway that I can create the formulas (in yellow) without having to select the cells in the left most column and dragging across? Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: staggered formulas

    How else would you expect to get the formulas in there? It would take longer to code, test and implement than it would for you to manually select and drag formulas many times over.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: staggered formulas

    Paul, I think the OP wants a formula that will produce that triangle affect
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: staggered formulas

    amartino, try this, copied down and across from the SECOND row...
    =IF(OR(B21="",A21=""),"",IF(COUNT(B21:$M21)<=COUNT($C21:M21),$A22/12,""))

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: staggered formulas

    In B21 and copy across and down,

    =IF(ROWS($A$21:B21) >= COLUMNS($A$21:B21), "", $A21/12)
    Entia non sunt multiplicanda sine necessitate

  6. #6
    Forum Contributor
    Join Date
    12-12-2012
    Location
    Los Angeles
    MS-Off Ver
    Excel 2010
    Posts
    448

    Re: staggered formulas

    @ FDibbins. This worked. Would you mind explaining the logic? I tried analyzing formula but I still didn't get it haha. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] staggered email send
    By okmijn in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-03-2021, 12:15 AM
  2. Add row to table and reformat the staggered coloring
    By aloha31 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-05-2013, 05:53 PM
  3. How to Retrieve the Latest Data from staggered Columns from a Row?
    By tamiliam in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-20-2012, 07:52 PM
  4. Compile staggered data into a single row
    By jboomer in forum Excel General
    Replies: 3
    Last Post: 11-13-2009, 02:49 PM
  5. Comparing staggered times with total time
    By concretefire in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-17-2008, 12:45 PM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1