+ Reply to Thread
Results 1 to 4 of 4

NETWORKDAYS with a row of Holidays

  1. #1
    Registered User
    Join Date
    12-16-2013
    Location
    Texas
    MS-Off Ver
    Excel 2003
    Posts
    2

    Angry NETWORKDAYS with a row of Holidays

    Forgive me, I'm new to excel. I've been racking my brain for a few days now trying to figure out how to get this to work. I need to find out how many days each "Worker" has worked. I thought using NETWORKDAYS would be perfect, because of the start and end, excluding Holidays. But because I need a bunch of info for separate people. So here is my layout... How would I go about getting the Vacations Rows into the Exclusion portion? I've tried Match, LookUP,etc... any help would be greatly appreciated...
    Thanks
    Screen Shot 2013-12-16 at 8.21.00 PM.png

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: NETWORKDAYS with a row of Holidays

    welcome to the forum, dsephn. maybe:
    =NETWORKDAYS(VLOOKUP(A18,$A$2:$B$13,2,0),VLOOKUP(A18,$A$2:$C$13,3,0),INDEX($D$2:$J$13,MATCH(A18,$A$2:$A$13,0),))

    i ranged up to Column J for your vacation. you can extend it if you wish to. in the simplest scenario where all names are aligned like the above, then of course it'll be:
    =NETWORKDAYS(B2,C2,D2:J2)

    try to upload a sample excel file next time. it'll be easier for us. also, type out manually what you are hoping to see as the results. To do that, Click on GO ADVANCED and use the paperclip icon to open the upload window.
    View Pic
    and to illustrate your example better, click on How To Get Quick & Good Answers

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    12-16-2013
    Location
    Texas
    MS-Off Ver
    Excel 2003
    Posts
    2

    Thumbs up Re: NETWORKDAYS with a row of Holidays

    That's IT!!!! Thanks so much for the help! You saved my life! And thanks for the advice, I'll GO ADVANCED next time!

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: NETWORKDAYS with a row of Holidays

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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. [Formula] NETWORKDAYS with fixed holidays?
    By stewegg in forum Excel General
    Replies: 0
    Last Post: 02-09-2011, 03:18 PM
  2. Holidays and Networkdays
    By tnoble17 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-23-2010, 10:31 PM
  3. networkdays find holidays
    By cosmo in forum Excel General
    Replies: 1
    Last Post: 06-02-2009, 02:51 PM
  4. Networkdays in VBA including holidays
    By kingdt in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-13-2007, 03:14 PM
  5. Ignoring weekends & holidays-NETWORKDAYS?
    By chaminod in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-27-2006, 06:00 PM

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