+ Reply to Thread
Results 1 to 4 of 4

Formula to return transposed values based on set of criterias

  1. #1
    Forum Contributor
    Join Date
    12-02-2009
    Location
    Birmingham, UK
    MS-Off Ver
    2007
    Posts
    185

    Formula to return transposed values based on set of criterias

    Hello Valued Experts!

    As you have helped me in the past and guided through dark patches of Formulas I am hoping you will be of assistance to me once again.

    I am working on a plan overview and need to add formula into Sheet2 starting in E2 that will bring back the values from Sheet1 column G based on the following conditions:

    It needs to search for the W/O in column B and for the ops order in column N to copy the value from column G in Sheet1 and return it to the relevant field in the Sheet2.

    Sheet 2 W/O are in column A and the ops order are in row 1.

    I know of sumifs and countifs but nothing to bring the actual text back.

    I have attached a file as an example.

    Appreciate your help.

    Thank you in advance,

    Simon.
    Attached Files Attached Files
    ...and this is when I walk in, dressed fully in white...

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Formula to return transposed values based on set of criterias

    Try this in E2:

    =IFERROR(INDEX(Sheet1!$G$2:$G$148,INDEX(MATCH($A2&E$1,Sheet1!$B$2:$B$148&Sheet1!$N$2:$N$148,0),0)),"")

  3. #3
    Forum Contributor
    Join Date
    12-02-2009
    Location
    Birmingham, UK
    MS-Off Ver
    2007
    Posts
    185

    Re: Formula to return transposed values based on set of criterias

    Hello 63falcondude,

    I have tried your suggestion and it works magic!

    Thank you very much. I will analyse it for whatever many times before I completely understand its mechanics, but I wouldn't have thought of adding index in within index and using & to add criteria in match function. It is good to know that this can be done.

    Thank you.

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Formula to return transposed values based on set of criterias

    Great, happy to help. Thanks for the rep!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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] Return Value or Values matching two criterias
    By ChipsSlave in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-01-2017, 03:13 AM
  2. Return 1st value of duplicates based on multiple criterias
    By Dahlia in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-31-2015, 04:09 AM
  3. [SOLVED] Return Column Number Based on Two Criterias
    By taccoo73 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-14-2014, 02:51 PM
  4. [SOLVED] Return first value (duplicates) based on multiple criterias
    By krdka in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 12-15-2013, 06:11 PM
  5. Return first value (duplicates) based on multiple criterias
    By krdka in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-15-2013, 04:46 PM
  6. [SOLVED] Return MAX date based on two criterias
    By cedequ in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-04-2013, 05:11 AM
  7. Replies: 4
    Last Post: 07-24-2008, 11:41 AM

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