+ Reply to Thread
Results 1 to 5 of 5

Specific pattern needed, "Fill" won't recognize it

  1. #1
    Registered User
    Join Date
    08-01-2014
    Location
    N D Ana
    MS-Off Ver
    Windows 7 and 8
    Posts
    2

    Specific pattern needed, "Fill" won't recognize it

    Hello,

    My first post, but I did attempt to search for this question. I found many similar questions but nothing exact, so any help would be appreciated.

    I am comparing two years' data, one on top of the other (Rows 1 and 2). For each cell in each row, I am referencing a cell from a different tab. This needs to be done with about 290 data items, so 580 rows.

    When I attempt to copy the two rows down, it doesn't go in the correct order (skips a cell reference number). It looks like this:

    Excel Forum Q.xlsx

    If any one could help me out it would save me a lot of time considering each of the 580 rows has about 30 different column with each cell referencing various things.

    Thanks,

    M
    Last edited by mdmeurer; 08-01-2014 at 02:16 PM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Specific pattern needed, "Fill" won't recognize it

    c2=
    =INDEX(Sheet2!A:A,CEILING(ROWS($A$1:A1)/2,1))
    c3=
    =INDEX(Sheet3!A:A,CEILING(ROWS($A$1:A1)/2,1))
    select both fill down
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    08-01-2014
    Location
    N D Ana
    MS-Off Ver
    Windows 7 and 8
    Posts
    2

    Re: Specific pattern needed, "Fill" won't recognize it

    Thanks for the quick response! How do I do this when there is a VLOOKUP function present in the cells that I need to drag down?

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Specific pattern needed, "Fill" won't recognize it

    With a helper column for cell#:

    =INDIRECT("Sheet2!"&"A"&E2,TRUE)
    Attached Files Attached Files

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Specific pattern needed, "Fill" won't recognize it

    well assuming the lookup rang doesn't change
    so its =vlookup(sheet2!a1,some range,some column number,false)
    and =vlookup(sheet3!a1,some range,some column number,false)
    just replace the references with the index

    vlookup(INDEX(Sheet2!A:A,CEILING(ROWS($A$1:A1)/2,1)),some range,some column number,false)
    vlookup(INDEX(Sheet3!A:A,CEILING(ROWS($A$1:A1)/2,1)),some range,some column number,false)

+ 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] VBA help needed to remove all "/" then replace with "-" from cell "B3"and "B5"
    By krjoshi in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-17-2014, 02:11 PM
  2. [SOLVED] Formula Needed to fill multiple cells with "No" when the word "No" is entered into a cell
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-09-2013, 05:36 PM
  3. Recognize "formulas "result" as "typed data", through and through.
    By gandolff in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-13-2009, 01:30 PM
  4. Excel 2003 does not recognize "no fill" from older Excel
    By srnetworks in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-30-2006, 02:30 AM
  5. [SOLVED] Excel 2003 does not recognize "no fill" from older Excel
    By srnetworks in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-30-2006, 02:25 AM

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