+ Reply to Thread
Results 1 to 6 of 6

Increase Formula row +1 in copy of sheet

  1. #1
    Registered User
    Join Date
    05-10-2019
    Location
    Sacramento, CA
    MS-Off Ver
    365
    Posts
    2

    Increase Formula row +1 in copy of sheet

    Hi All! Just joined so forgive me if I do something against protocol here!

    My question is. I have sheet1 of data, with sheet4 having formulas of +'sheet1'!B4 in a cell, then +'sheet1'!G4, Then +'sheet1'!M4, etc. Basically using the sheet1 data to "fill in a form" created on sheet4. I need to copy that sheet4 and have the formulas also now reference the next row in sheet1. So B5, G5, M5. Hope this makes sense! IF someone can point me in the right direction I would appreciate it!

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Increase Formula row +1 in copy of sheet

    Hi, and welcome to the forum

    If the formula always points back to B4 on sheet1 then once you change B4 any formula will also change.
    You'll need to copy the row 4 cells on sheet1 and paste them as values to the next row on sheet4. A macro could perform that task automatically
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Increase Formula row +1 in copy of sheet

    Another alternative is using INDEX on Sheet1 and a cell to control the row number.

    For example, for Sheet1!D2, i.e. for Row 2 you can use =INDEX(Sheet1!1:1048576,Sheet4!$J$1,4) where Sheet4!$J$1=2

    Note: you can use a copy of Sheet4 for a new sheet with row 3 or use the same sheet Sheet4 with Sheet4!$J$1=3

    See the file for clarification
    Attached Files Attached Files

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Increase Formula row +1 in copy of sheet

    Must admit I had interpeted the requirement was to enter a new record on sheet4 and have it ADDED to a database on sheet1, rather than look for a value IN a database on sheet1.

    Maybe the OP will clarify the requirement

  5. #5
    Registered User
    Join Date
    05-10-2019
    Location
    Sacramento, CA
    MS-Off Ver
    365
    Posts
    2

    Re: Increase Formula row +1 in copy of sheet

    Correct. All of the formulas are entered in sheet 1 already.

    So I have a list of names in sheet1, columnA is a list of names, columnB is blank and awaiting entry of a sales amount, columns C,D,E,F are formulas and results.
    Sheet2 is formatted like a report with various cells referencing data in sheet1, Row 2. I need to copy sheet 2 to a new sheet(sheet3) and have all the referencing cells increment to row3 on sheet1

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: Increase Formula row +1 in copy of sheet

    Perhaps it would be best to illustrate what you need by uploading a fictionalized workbook. Be sure to manually include the output you expect to see on sheets 2, 3 and 4(?) based on the data placed in sheet 1 so that we will have something against which to compare the results of our proposed formulas/code.
    To upload a sample workbook (not a picture or pasted copy) click on the GO ADVANCED button below the Quick Reply window and then scroll down to Manage Attachments to open the upload window.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] Increase sheet numbers as i copy formula to different cells
    By mike rand in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-30-2017, 05:03 PM
  2. Formula to increase by sheet name, not cell
    By becky halsey in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-10-2016, 08:19 AM
  3. copy sum formula across a row but increase columns
    By ammartino44 in forum Excel General
    Replies: 5
    Last Post: 09-01-2015, 07:20 PM
  4. Questing. How do I copy a formula down but increase column reference?
    By turbotime in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-03-2014, 02:26 PM
  5. [SOLVED] Copy formula across columns, but row number to increase
    By papasmurfuo9 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-26-2014, 10:27 AM
  6. Copy a formula and automaticall increase sheet reference
    By kloewri in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-30-2010, 05:24 AM
  7. Replies: 2
    Last Post: 04-17-2010, 10:52 AM

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