+ Reply to Thread
Results 1 to 3 of 3

Cell Reference Increasing too much

  1. #1
    Registered User
    Join Date
    04-01-2020
    Location
    Holland
    MS-Off Ver
    Google Sheets
    Posts
    4

    Cell Reference Increasing too much

    Hi Everybody

    I hope you are all doing well and keeping safe with everything going on.

    I hope you can help me as I have been struggling for a few hours now.

    I basically have a sheet that is pulling in data from another sheet. Underneath one row I have a duplicate row with the same information as the row above however one of my cells has a negative figure compared to the one above which has a positive. Its kind of like a credit note against an invoice - one balances out the other.

    What I was trying was copying the two rows down all the way down my sheet however when I copy two down, it jumps the previous cell reference by 2 and not by 1 which I require. I have tried using the offset function, however my offset ends up falling behind as it doesn't increase incrementally by 1 as I copy down. I hope I have explained my situation well enough. I have tried to showcase the problem below:


    (DATA PULLED FROM OTHER SHEET)

    D7='SHEET1'!H8
    D8='SHEET1'!H8*-1

    I then select those two rows and drag down to D9 and D10 and it does this:

    D9='SHEET1'!H10
    D10='SHEET1'!H10*-1


    But instead of referring to cell reference 'SHEET1'!H9 it refers to cell 'SHEET1'!H10 - I assume this is because I am copying down from two rows originally but I need both rows as one acts as the positive line and the other as the negative. I just want the cell reference increment to be by 1 instead of 2 so as it goes down it refers to H9, H10, H11, H12 etc.

    Thank you in advance for your help.

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

    Re: Cell Reference Increasing too much

    This formula may help...
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    For the second (negative value) cell below it, just add a - in front of the formula, e.g.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    When you select both of those cells, then drag down, it should work properly.

  3. #3
    Registered User
    Join Date
    04-01-2020
    Location
    Holland
    MS-Off Ver
    Google Sheets
    Posts
    4

    Re: Cell Reference Increasing too much

    Quote Originally Posted by Paul View Post
    This formula may help...
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    For the second (negative value) cell below it, just add a - in front of the formula, e.g.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    When you select both of those cells, then drag down, it should work properly.
    Thank you Paul.

    I had to re-implement the formula for my specific data set but it appears to be now working as I had hoped. Thanks for your help!

+ 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. Using INDIRECT with increasing cell reference
    By kollur in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-24-2016, 10:48 PM
  2. Increasing cell reference link incrementally
    By tanyaslater in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-02-2014, 08:08 PM
  3. [SOLVED] Sine wave with increasing peaks and increasing troughs
    By JimDandy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-18-2013, 06:28 PM
  4. Increasing a cell reference
    By greiner524 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-30-2012, 08:53 AM
  5. Increasing reference digits
    By jswarb001 in forum Excel General
    Replies: 2
    Last Post: 09-29-2010, 03:20 AM
  6. logging a xml feed-copy the same cell and paste into increasing cell positions.
    By sanpedro_nz in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-19-2009, 12:10 AM
  7. increasing cell value with a variable
    By adiosboss in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-20-2008, 11:29 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