+ Reply to Thread
Results 1 to 8 of 8

VLOOKUP IF formula help to report summary of tasks

  1. #1
    Registered User
    Join Date
    11-29-2018
    Location
    Wisconsin
    MS-Off Ver
    Windows 10
    Posts
    4

    VLOOKUP IF formula help to report summary of tasks

    Hi Everyone! This is my first time posting as I just could not find the right formula to do what I need. SAMPLE FILE ATTACHED.

    I am looking to have a spreadsheet in which a supervisor can list all of the various tasks for his team on one sheet ("Master List"). Then, each team member has a sheet that pulls only the tasks from the Master List that apply to that specific employee.

    I tried several formulas and the closest I got was with a =IFERROR(INDEX... formula but it was only returning some of the tasks from the Master List.

    Thanks in advance for your help!!

    -K
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: VLOOKUP IF formula help to report summary of tasks

    Hello and welcome to the forum.

    I would format the data in the 'Master List' worksheet as a table and then use this in A5 of the Bill worksheet:

    =IFERROR(INDEX('Master List'!A:A,SMALL(IF(Table1[EMPLOYEE]="Bill",ROW(Table1[EMPLOYEE])),ROWS($1:1))),"") Ctrl Shift Enter

    Drag the formula to the right and down as far as needed.
    Since you don't need column C, you will have to adjust the INDEX portion to the column that you want to pull from (only need to do this for cells C5 and D5).

    Do this for each sheet only changing "Bill" to the name required.
    Last edited by 63falcondude; 11-29-2018 at 12:47 PM.

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: VLOOKUP IF formula help to report summary of tasks

    In A5 then dragged across for both the sheets.
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  4. #4
    Registered User
    Join Date
    11-29-2018
    Location
    Wisconsin
    MS-Off Ver
    Windows 10
    Posts
    4

    Re: VLOOKUP IF formula help to report summary of tasks

    The supervisor has requested this be in Google Sheets vs Excel. Is this solution still applicable? I cannot figure it out with the pivot table.

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: VLOOKUP IF formula help to report summary of tasks

    Open up your working Excel sheet in Google Sheets and the formulas will be automatically converted for you.

  6. #6
    Registered User
    Join Date
    11-29-2018
    Location
    Wisconsin
    MS-Off Ver
    Windows 10
    Posts
    4

    Re: VLOOKUP IF formula help to report summary of tasks

    Excellent! I will try right now - thank you!

  7. #7
    Registered User
    Join Date
    11-29-2018
    Location
    Wisconsin
    MS-Off Ver
    Windows 10
    Posts
    4

    Re: VLOOKUP IF formula help to report summary of tasks

    The formula works! Thank you so much

    My (hopefully) last question is now my workbook has a "Table1" sheet and a "Master List" sheet... Is the formula pulling from both sheets? I tried deleting one and the formula didn't work correctly. I tested them by changing the info slightly between the two sheets and seems like it is pulling from both. For example,

    - "Table1" has Bill assigned to every task with "High" priority
    - "Master List" has Kelly assigned to every task with "Low" priority

    The "Bill" sheet is pulling Bill's tasks from "Table1" but pulling priority from "Master List". New SAMPLE FILE attached.
    Attached Files Attached Files

  8. #8
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: VLOOKUP IF formula help to report summary of tasks

    The table in the 'Table1' worksheet is called "Table1". The table in the 'Master List' worksheet is called "Table2".

    If you want to refer to Table2, the table in the 'Master List' worksheet, simply change the formula references from Table1 to Table2 then confrim the formula again using Ctrl Shift Enter.

    Since Bill is not in Table2, the cells in the 'Bill' worksheet will be blank.

+ 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] Outlook VBA to report all incomplete tasks
    By mc84excel in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-10-2018, 10:27 PM
  2. Tasks Report
    By asia abobaker in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 10-29-2014, 03:39 AM
  3. Building a summary report with ONE formula.
    By Speshul in forum Tips and Tutorials
    Replies: 3
    Last Post: 10-24-2014, 03:04 PM
  4. Replies: 14
    Last Post: 03-05-2014, 10:52 AM
  5. Convert Detailed Time Attendance report from Biometrics to Summary Report
    By firescorpio in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-02-2013, 02:48 AM
  6. [SOLVED] vba code or formula assistance to associate a date, text, and value to a summary report.
    By lilsnoop in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-01-2013, 10:52 AM
  7. Form Email from Report, Only if Report summary sheet lists Acct for that Sales Rep
    By lukep10 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-28-2008, 01:38 PM

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