+ Reply to Thread
Results 1 to 3 of 3

Drag down formula missing out a row each time.

  1. #1
    Registered User
    Join Date
    05-22-2015
    Location
    lodon
    MS-Off Ver
    2013
    Posts
    13

    Drag down formula missing out a row each time.

    Hi All,

    im trying to drag down a formula, leaving a blank cell inbetween each entry. For simplicity sake i will simplify the formula im using.

    Basically say in column A i have
    1
    2
    3
    4
    5

    In column B1 i have =A1 and in B3 i have =A2, if i drag down i get in cell B5 =A5 instead of A3 as i would like. If theres a way to get around this i would love to know as it is getting a little more than annoying at the moment. Also if anyone who does know and would like to apply their skills to the actual formula im using, that would be above and beyond. =TRIM(MID(SUBSTITUTE('Master Tracker Data'!$BA12,"##",REPT(" ",LEN('Master Tracker Data'!$BA12))),((COLUMNS('Master Tracker Data'!$BA12:BA12)-1)*LEN('Master Tracker Data'!$BA12))+1,LEN('Master Tracker Data'!$BA12)))

    Please help me! thanks

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,080

    Re: Drag down formula missing out a row each time.

    There's probably a better way but for now

    in B1
    =IF(MOD(ROW(),2)<>1,"",INDIRECT("A"&(ROW()-1)/2+1))
    and copy down the column
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Drag down formula missing out a row each time.

    Another way... but neither better nor worse..

    IF(ISEVEN(ROW()),"",INDIRECT(ADDRESS((INT((2+ROWS($1:1)-1)/2)-1)*1+1,1)))
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

+ 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: 2
    Last Post: 04-10-2013, 11:17 AM
  2. [SOLVED] Find the Max and Time then drag formula
    By JDCONNER in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-05-2013, 02:30 PM
  3. Rows formula (adding 11 rows every-time you drag formula down a row
    By whitywhit in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-09-2012, 03:27 PM
  4. Increase function formula by 1 each time i drag down
    By Tommy1005 in forum Excel General
    Replies: 2
    Last Post: 01-09-2011, 08:37 PM
  5. Click, Drag, Total- MISSING
    By emaldad in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-24-2006, 03:56 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