+ Reply to Thread
Results 1 to 2 of 2

Drop Down Menu reference (IF)

  1. #1
    Registered User
    Join Date
    08-18-2011
    Location
    New York, NY
    MS-Off Ver
    Excel 2003
    Posts
    12

    Drop Down Menu reference (IF)

    Hello,

    I have created a drop down menu in a column labeled "Materials" (Column A). From the drop down you choose a material. I then want the letter value of the material to effect the equation in a different column (Column G).

    I think that the way to do this is with a IF equation but I am not sure how to write it.
    EX) IF A=C, then G=F x value of C. Which is in a different location. How do I reference the value associated with selection from the drop down menu?

    Thanks for you time!


    Excel help.xls

  2. #2
    Forum Contributor
    Join Date
    08-14-2006
    Location
    USA
    MS-Off Ver
    2019
    Posts
    686

    Re: Drop Down Menu reference (IF)

    The reason you are returning an error in F10 is you need a double quote about your text
    =IF(A10="C", E10*P10)

    however, this formula is multiplying the weight of Type CP not Type C - is this an error

    I believe the formula you want in F10 is
    =INDEX($O$8:$P$14,MATCH(A10,$O$8:$O$14,0),2) * E10

+ 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.6.0 RC 1