+ Reply to Thread
Results 1 to 4 of 4

finding a corresponding cell based on a condition

Hybrid View

  1. #1
    Registered User
    Join Date
    01-23-2014
    Location
    abu dhabi
    MS-Off Ver
    Excel 2007
    Posts
    34

    finding a corresponding cell based on a condition

    Please check the attached file. I need a corresponding cell based on the condition of another cell.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,956

    Re: finding a corresponding cell based on a condition

    Try this...
    =INDEX(C8:C31,MATCH(D36,D8:D31,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: finding a corresponding cell based on a condition

    or this
    =LOOKUP(D36,D8:D31,C8:C31)

    Remember format D39 as DATE as well.
    -If the problem is solved, please mark your thread as Solved: Click Thread Tools above your first post, select "Mark your thread as Solved".

    -Always upload a workbook before start your question
    To attach a file, push the button with the paperclip (or scroll down to the Manage Attachments button), browse to the required file, and then push the Upload button.

    +++ If my answer(s) helped you, please add me reputation by click on * +++

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,956

    Re: finding a corresponding cell based on a condition

    Happy to help and thanks for the feedback!

+ 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] Finding a value in row based on a condition
    By tbpugh866 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 11-04-2013, 08:55 PM
  2. Replies: 25
    Last Post: 07-26-2012, 01:54 PM
  3. Select worksheet based on condition & populate cell based on condition
    By beth1069 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-19-2011, 01:27 PM
  4. Finding the max value in a column based on a condition
    By Research RN in forum Excel General
    Replies: 6
    Last Post: 11-10-2008, 02:16 PM
  5. finding the n th greatest value based on a condition
    By adnan buran in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-18-2005, 07:55 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