+ Reply to Thread
Results 1 to 2 of 2

Ref error with hlookup

  1. #1
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    Ref error with hlookup

    Hello. I'm trying to do a hlookup but it's returning a ref error. Please help. Spreadsheet attached. Thanks.
    Attached Files Attached Files

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Ref error with hlookup

    Try this

    =HLOOKUP(C8,C3:O4,2,0)

    Or

    =LOOKUP(2,1/(C3:O3=C8),C4:O4)

    Or

    =INDEX(C4:O4,MATCH(C8,C3:O3,0))

    Or

    =SUMPRODUCT((C3:O3=C8)*(C4:O4))

    Or

    =SUMIF(C3:O3,C8,C4:O4)
    Last edited by AlKey; 05-01-2015 at 05:10 PM.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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] Hlookup error
    By pleasesmile in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-28-2013, 11:52 AM
  2. [SOLVED] error in HLOOKUP
    By jrtaylor in forum Excel General
    Replies: 2
    Last Post: 07-12-2012, 11:50 AM
  3. HLOOKUP Value not available error
    By lunar_ross in forum Excel General
    Replies: 5
    Last Post: 08-05-2009, 06:27 AM
  4. Error using dates with HLOOKUP
    By Jeff Lowenstein in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 PM
  5. Error using dates with HLOOKUP
    By Jeff Lowenstein in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM

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