+ Reply to Thread
Results 1 to 4 of 4

formula cell column and row number changing when populating thenext cell row

  1. #1
    Registered User
    Join Date
    03-03-2014
    Location
    minnesota
    MS-Off Ver
    Excel 2007
    Posts
    2

    formula cell column and row number changing when populating thenext cell row

    HI

    Have made a chart. The cell formula is simple and is figured out. When I place the formula in the cell and I call out for example "B4" in the formula and I also reference cell "A9" all is well and the formula works. So now I click on the cell and at the bottom right I click on that corner to populate the rest of the cells in that row I do not want the "B4" cell to change in the equation So here is the equation placed in cell B9. =A9-(B4*2) I want the B4 to stay constant and I want the A9 to become A10, a11, A12 ect as I populate that row.

    Any Ideas?

    TIA

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: formula cell column and row number changing when populating thenext cell row

    Put $ symbols in the reference to B4 (i.e. $B$4) so that it doesn't change when you copy it (see XL Help on absolute references). If you want A9 to become A10, A11 etc. as you copy ACROSS the sheet, then you will need to do something like this in B9:

    =INDEX($A:$A,8+COLUMNS($B:B))-$B$4*2

    then copy it across.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-03-2014
    Location
    minnesota
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: formula cell column and row number changing when populating thenext cell row

    Thanks Pete! Solved the issue

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: formula cell column and row number changing when populating thenext cell row

    Glad to hear it.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, since you are relatively new to the forum, I would like to inform you that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. copy formula down entire column while changing formula cell reference
    By am_hawk in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-22-2013, 11:34 AM
  2. Changing cell number with in formula with another cell
    By nappy1001 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-07-2013, 04:37 AM
  3. Replies: 6
    Last Post: 09-12-2012, 05:16 PM
  4. Replies: 5
    Last Post: 06-20-2012, 08:39 AM
  5. changing a cell to number format using a formula
    By pmetzak in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-22-2008, 02:56 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