+ Reply to Thread
Results 1 to 4 of 4

Dragging formulas question

  1. #1
    Forum Contributor
    Join Date
    03-20-2013
    Location
    Manchester
    MS-Off Ver
    Excel 2010
    Posts
    200

    Dragging formulas question

    Hi i need this formula

    =IF(G16="","",'Allocation Detail'!K14)


    that when i drag it to the right, the first reference goes up by column, and the second reference goes up by row , is this possible in any way, so one drag would change it to

    =IF(H16="","",'Allocation Detail'!K15) then
    =IF(I16="","",'Allocation Detail'!K16) etc etc

    thanks in advance

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Dragging formulas question

    Try this...

    =IF(G16="","",INDEX('Allocation Detail'!$K:$K,13+COLUMN(A:A)))

    Drag it to right...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

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

    Re: Dragging formulas question

    Try this:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Never use Merged Cells in Excel

  4. #4
    Forum Contributor
    Join Date
    03-20-2013
    Location
    Manchester
    MS-Off Ver
    Excel 2010
    Posts
    200

    Re: Dragging formulas question

    thanks guys, sorted.

+ 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] Dragging Down Formulas
    By mphillips in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-03-2014, 02:00 PM
  2. Dragging Formulas
    By grghhn in forum Excel General
    Replies: 2
    Last Post: 05-07-2010, 01:17 AM
  3. Dragging formulas
    By gevo12321 in forum Excel General
    Replies: 3
    Last Post: 01-29-2010, 08:53 PM
  4. Dragging formulas
    By Thawk in forum Excel General
    Replies: 5
    Last Post: 02-11-2009, 04:29 PM
  5. dragging formulas
    By rmarks in forum Excel General
    Replies: 5
    Last Post: 11-18-2005, 07:44 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