+ Reply to Thread
Results 1 to 4 of 4

Need to concatenate formulas from previous rows

  1. #1
    Registered User
    Join Date
    10-31-2013
    Location
    Miami, Fl
    MS-Off Ver
    Excel 2007
    Posts
    1

    Need to concatenate formulas from previous rows

    Hi I need to be able add the formula from the previous in to the row below and so forth.

    This is the Formula:

    Row 1: =if(a1=b1,"text","")
    Row 2: =if(a1=b1,"text",""),if(a2=b2,"text","")
    Row 3: =if(a1=b1,"text",""),if(a2=b2,"text",""),if(a3=b3,"text","")....

    I have a hundred of thse to fill out and don't want to do it manually.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Need to concatenate formulas from previous rows

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,607

    Re: Need to concatenate formulas from previous rows

    maybe (must start from 2nd row)

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  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,944

    Re: Need to concatenate formulas from previous rows

    or maybe this, from the 2nd row...
    =IF(AND(A2=B2,C1="text"),"text","")
    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

+ 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] Macro to Concatenate, copy and paste the formula until the last row of the previous column
    By venkat.ramamoordhy1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-23-2013, 04:03 PM
  2. [SOLVED] Rows over-typing previous rows of data when automatically being moved using vba coding
    By Kaz09 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-11-2013, 01:41 PM
  3. Multiple formulas in selected cell without damaging previous formulas.
    By excel5111987 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 02-05-2011, 06:15 AM
  4. code to add formulas to a range with previous formulas appearing inside the new one
    By Excel-o-ratoR in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-07-2010, 06:02 AM
  5. [SOLVED] keep previous formulas in tack
    By KimSingh in forum Excel General
    Replies: 0
    Last Post: 04-14-2005, 11:06 AM

Tags for this Thread

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