+ Reply to Thread
Results 1 to 3 of 3

Thread: If value in column a = respective row in column b

  1. #1
    Registered User
    Join Date
    08-20-2009
    Location
    Richmond, VA
    MS-Off Ver
    Excel 2007
    Posts
    3

    If value in column a = respective row in column b

    EXCEL 2007

    in my dropdown sheet - I have a list of VRT environments - which I use for a dropdown list on my calculator sheet in cell e37.

    I need k35 on my calculator sheet to give me the respective VRT Reaction time on the dropdown list. For example:

    if 'calculatorE37' = "simple environment" I need k35 to be "8".

    and if 'calculatore37' is empty - then I need k35 to be " "

    I've tried: =IF(E37=DROPDOWNS!A2:A5,DROPDOWNS!C2:C5," ")

    Thank you!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    08-22-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2007
    Posts
    48

    Re: If value in column a = respective row in column b

    Please check the attached file.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    08-22-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2007
    Posts
    48

    Re: If value in column a = respective row in column b

    Sorry, please use this =IF(E37<>"",VLOOKUP(E37,DROPDOWNS!$A$1:$C$5,3,0),"")

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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.2.0