+ Reply to Thread
Results 1 to 3 of 3

Formula not pulling the correct data based on a drop down list

  1. #1
    Registered User
    Join Date
    05-22-2013
    Location
    Illinois
    MS-Off Ver
    Excel 2010
    Posts
    28

    Formula not pulling the correct data based on a drop down list

    Good morning,

    Some of my formulas seem to be working, but when I'm not getting the correct info when I choose 3 different items from a list.

    why is the formula in F48 & I48 pulling numbers when c11= BL2000 U S1 (which has no data on the model table)?

    why is the formula in F48 & I48 showing #N/A when C11=BL2000 4 S1 it should be pulling 0?

    why is the formula in F48 & I48 showing #N/A when C11=BL2000 4 S2 it should be pulling data from the Model Table from column G?

    Thank you,
    ps
    Attached Files Attached Files

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Formula not pulling the correct data based on a drop down list

    Hi,

    You currently have the HLOOKUP set with no RANGE_LOOKUP, so it defaults to TRUE (approximate match). Try:

    =IF($E$48="YES",HLOOKUP(Bag_Model,Model_Table,MATCH(LEFT(Liner,SEARCH("MIL",Liner)+2)&" WEIGHT",'Model Table'!$A$18:$A$166,0)+1,0),0)

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    05-22-2013
    Location
    Illinois
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Formula not pulling the correct data based on a drop down list

    Perfect!

    Thank you so much.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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