+ Reply to Thread
Results 1 to 5 of 5

iferror with vlookup

Hybrid View

  1. #1
    Registered User
    Join Date
    02-24-2004
    Location
    San Diego California
    Posts
    22

    iferror with vlookup

    =IFERROR(VLOOKUP(A8,November!B6:C97, 2, 0), "") That is what I am using to look up one value based on what is entered into A8. What I am trying to accomplish is pulling from three separate sheets November December and January. Then have three to show as an average. Thanks in advance.

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2505 Win 11
    Posts
    24,719

    Re: iferror with vlookup

    Try this:

    = average(iferror(vlookup(A8,November!B6:C97,2,0),""),iferror(vlookup(A8,December!B6:C97,2,0),""),iferror(vlookup(A8,January!B6:C97,2,0),""))
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    02-24-2004
    Location
    San Diego California
    Posts
    22

    Re: iferror with vlookup

    Thank you. Perfect. If I may ask another question.

    I have 6 teams. With 20 team members that have 7 metrics. I would like to be able to input a team name and return all the metrics for that team.

    teama member1 metric1 metric2 metric3 metric4 metric5 metric6 metric7

    member2 metric1 metric2 metric3 metric4 metric5 metric6 metric7

    member3 metric1 metric2 metric3 metric4 metric5 metric6 metric7

    so on and so forth
    Attached Files Attached Files
    Last edited by cape; 01-12-2015 at 12:00 AM.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: iferror with vlookup

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  5. #5
    Registered User
    Join Date
    02-24-2004
    Location
    San Diego California
    Posts
    22

    Re: iferror with vlookup

    Thanks in advance. I have a team summary tab. When placing the team name I would like to pull the data for all the team members into separate rows. Then enter a different team name and pull in the team
    data.test.xlsx
    Last edited by cape; 01-11-2015 at 10:58 PM.

+ 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] Help with Iferror and Vlookup together
    By avendi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-21-2014, 08:16 PM
  2. [SOLVED] IFERROR w/vlookup in VBA
    By cp41 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-03-2013, 03:59 PM
  3. [SOLVED] VLOOKUP - need to do something with IFERROR in there too???
    By BHammy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-19-2013, 07:10 PM
  4. Vlookup with iferror in vba
    By arlu1201 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-23-2012, 11:48 AM
  5. IFERROR With VLOOKUP
    By Badvgood in forum Excel General
    Replies: 2
    Last Post: 05-11-2011, 09:27 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