+ Reply to Thread
Results 1 to 4 of 4

Too tricky for me MATCH(OFFSET(IF(INDIRECT("")

  1. #1
    Registered User
    Join Date
    04-30-2014
    Location
    Salem, Oregon
    MS-Off Ver
    Excel 97
    Posts
    15

    Too tricky for me MATCH(OFFSET(IF(INDIRECT("")

    If someone could help on this ...thnx..
    There are hundreds of these forms. Sheet2.O2:V8 is the result of dragging the formulas down from O2:V2.
    As you can see, O2:V2 is an "E" (From A3), O3:V3 is an "A" etc.
    The letters in ColA are more or less random and I cannot change that so I need a formula that will look at every
    5th row, match the letter, then get data from the various cells. That data is always gathered from the same locations
    from the letter it matches in ColA. I.E. It is always in multiples of 5 rows and starts from A3. The parameters
    (like for an OFFSET are then A3,-1,7(for H2):A3,-1,8(for I2):A3,-1,10(K2):and A3,0,10(K3) and so on.
    Sheet1 shows the expected results. 1 formula altered for each Letter A-F would do it. If you need more info, ask away...thanks
    columns are .5 and rows .13
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    04-30-2014
    Location
    Salem, Oregon
    MS-Off Ver
    Excel 97
    Posts
    15

    Re: Too tricky for me MATCH(OFFSET(IF(INDIRECT("")

    Got it thank you

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

    Re: Too tricky for me MATCH(OFFSET(IF(INDIRECT("")

    this formula in O2 filled across and down gives the same results
    =INDEX($H:$M,IF(CHOOSE(COLUMNS($A$1:A1),1,2,4,4,4,4,5,6)=4,COLUMNS($A$1:A1)+1+ROWS($A$1:A1)*5-7,ROWS($A$1:A1)*5-3),CHOOSE(COLUMNS($A$1:A1),1,2,4,4,4,4,5,6))
    "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

  4. #4
    Registered User
    Join Date
    04-30-2014
    Location
    Salem, Oregon
    MS-Off Ver
    Excel 97
    Posts
    15

    Re: Too tricky for me MATCH(OFFSET(IF(INDIRECT("")

    OK, the key to this is getting the right datra from the right form. I cannot put
    Data from a "C" form into an "A" pile....Column A on Sheet2 has letters that
    identify a form's origins. The sections of columns on Sheet1 store data from
    each of the forms from A2. Forms with Sheet2!A3="B" go into the "B" section
    of Sheet1. A formula that works but doesn't increment and will stop after
    reading 1 form is: =IF(Sheet2!A3="F",OFFSET(Sheet2!A3,-1,7)
    If this could do the same as your suggestion and/or my formula with INDIRECT
    then we'd have a "Go".
    Last edited by SvenGolster; 05-30-2014 at 12:39 PM. Reason: typo's

+ 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] problem with =COUNTIF((OFFSET(INDIRECT(CONCATENATE(("'Quality Audit Criteria'!$f$",MATCH(
    By nadiac2402 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-13-2014, 08:22 AM
  2. Indirect, Match, Address adding {} and "" when inbedded in Formula
    By Alex.riccio in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 01-13-2014, 09:18 AM
  3. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  4. a tricky "index(match)" situation?
    By ryefield in forum Excel Formulas & Functions
    Replies: 39
    Last Post: 09-03-2013, 01:12 PM
  5. [SOLVED] If Cell in column = "Y" then with offset (0, 1).value match to sheet range A3:A return ...
    By Spyderz in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-13-2012, 02:00 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