+ Reply to Thread
Results 1 to 2 of 2

Dragging formula keeping certain cells constant and changing another ref cell

  1. #1
    Forum Contributor
    Join Date
    08-23-2013
    Location
    Alberta, Canada
    MS-Off Ver
    Excel 365
    Posts
    166

    Dragging formula keeping certain cells constant and changing another ref cell

    Please Login or Register  to view this content.
    I am using this formula to match and index from a Raw sheet of data, some of the data is labelled NA so I have made those blank.
    Question: how can I adjust this formula to keep my match for cell: C3 constant, but make it so I can drag this formula down with having reference H52 skip every two lines?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,578

    Re: Dragging formula keeping certain cells constant and changing another ref cell

    Replace 'All Property Types'!H$52

    with

    =INDEX('All Property Types'!H$52:H$5200, ROWS($A$1:A1)*2-1)
    It will pull the value from H52, then H54, H56, etc.
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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. Replies: 1
    Last Post: 04-21-2013, 09:52 AM
  2. Replies: 6
    Last Post: 11-18-2011, 11:12 AM
  3. VBA changing Rows while keeping the columns constant
    By tmd2 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-10-2011, 04:12 PM
  4. Dragging Down Formulas with Constant Cells
    By rylock in forum Excel General
    Replies: 2
    Last Post: 06-09-2008, 11:39 PM
  5. [SOLVED] How do I keep a formula constant in dragging cells below the rows
    By analyst storm in forum Excel General
    Replies: 3
    Last Post: 02-15-2006, 09:25 PM

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