+ Reply to Thread
Results 1 to 3 of 3

Finding a value after multiple conditions

Hybrid View

  1. #1
    Registered User
    Join Date
    01-06-2023
    Location
    Slovakia
    MS-Off Ver
    MS Office 2019
    Posts
    2

    Finding a value after multiple conditions

    Hello,

    I want to find the value after several conditions.

    Column A contains a list of names.
    Column B contains a value
    In column C is the hobby.

    Column E contains the same list of names.
    Column F contains the same list of value.
    And I want to get the corresponding value from column C into column G.


    If this value in column E is present in column A, then check the value in column F in column B. After that, return the value in column C.


    F 120 Soccer-------------F 120 ?
    F 110 Handball----------F 110 ?
    F 828 Basketball---------F 828 ?
    F 100 Baseball-----------F 100 ?
    F 500 Baseball-----------F 500 ?
    J 100 Soccer-------------J 100 ?
    J 500 Soccer-------------J 500 ?
    J 323 Soccer-------------J 323 ?
    J 543 Basketball---------J 543 ?
    J 235 Baseball-----------J 235 ?
    R 457 Hockey------------R 457 ?
    R 346 Baseball-----------R 346 ?
    R 234 Basketball---------R 234 ?
    R 879 Soccer-------------R 879 ?
    R 463 Soccer-------------R 463 ?

    Thank you.

  2. #2
    Valued Forum Contributor
    Join Date
    06-23-2021
    Location
    Romania
    MS-Off Ver
    2021, 365 v 2208
    Posts
    722

    Re: Finding a value after multiple conditions

    Hi,
    in column G:
    Formula: copy to clipboard
    =INDEX($C$1:$C$15,MATCH(E1&F1,$A$1:$A$15&$B$1:$B$15,0))
    Diana Tanase


    If the solutions offered helped you to solve your problem, then mark the thread as SOLVED (thread tools in the top menu) and you can click on * to add reputation to those who helped you, as a way to say thank you !

  3. #3
    Registered User
    Join Date
    01-06-2023
    Location
    Slovakia
    MS-Off Ver
    MS Office 2019
    Posts
    2

    Re: Finding a value after multiple conditions

    Great, it works. You helped a lot. Thank you very much.

+ 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. Help on finding MAX and MIN with conditions
    By Navin Agrawal in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-28-2018, 01:39 PM
  2. Replies: 2
    Last Post: 01-14-2016, 03:53 PM
  3. Replies: 2
    Last Post: 01-26-2015, 04:53 AM
  4. Finding values based on multiple conditions
    By T21PAC in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-31-2014, 12:21 PM
  5. Finding Top Ten Values with Multiple Conditions
    By DavidAndrew in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 02-28-2012, 07:52 PM
  6. Finding Average with few conditions
    By acsishere in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-20-2009, 06:09 PM
  7. Finding information based upon multiple conditions
    By ColdT in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-24-2009, 03:18 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