+ Reply to Thread
Results 1 to 7 of 7

work list connected with holiday plan and skills table

  1. #1
    Registered User
    Join Date
    10-28-2012
    Location
    Poland
    MS-Off Ver
    Excel 2007/2010
    Posts
    94

    work list connected with holiday plan and skills table

    hi everybody.
    I've got some problem. I need to count how many of employee will be at work with knowledge of every process. This value is based on value from holiday plan and skills table. More explanation you can find in att. file.

    I know how to count how many employee know the process. I use function formula =COUNTIF(skills!D12:D35;">0") but i've got problem how to connected this with plan of holiday. Also every pearson know know different process (i've got 20 process on the list).

    If someone can help me it'll be great or even give some idea how to do this. I was trying to find something similar in net but without any resluts. PLEASE help me.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: work list connected with holiday plan and skills table

    Hi

    Try this...
    at the bottom of each column in sheets 2 and 3 have a new row, called Total, and use
    sheet2 =COUNTIF(D12:D35,">0")
    sheet3 =COUNTIF(D4:D27,"<>"&"")

    copied across.

    Then on sheet1 use this, copied down and across...
    =INDEX(skills!$C$10:$W$36,MATCH("total",skills!$C$10:$C$36,0),MATCH('work plan'!C$5,skills!$C$10:$W$10,0))-INDEX('holiday plan'!$C$3:$ND$28,MATCH("Total",'holiday plan'!$C$3:$C$28,0),MATCH('work plan'!$B6,'holiday plan'!$C$3:$ND$3,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: work list connected with holiday plan and skills table

    deleted duplicate post

  4. #4
    Registered User
    Join Date
    10-28-2012
    Location
    Poland
    MS-Off Ver
    Excel 2007/2010
    Posts
    94

    Re: work list connected with holiday plan and skills table

    hi FDibbins,
    Thank you for your post, but it doesnt work. Please see the attachement. On holiday plan we can see that 4 pearson are on holiday, but in sills table they got 0 in skills table in proces1. So in work plan sheet value in C6 should be 5, becouse no one from emplooye with knowledge about process one is on holiday 1.1.2013.
    Attached Files Attached Files

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

    Re: work list connected with holiday plan and skills table

    pl see the attached file with formula.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    10-28-2012
    Location
    Poland
    MS-Off Ver
    Excel 2007/2010
    Posts
    94

    Re: work list connected with holiday plan and skills table

    Thank You Kvsrinivasamurthy. Formula work perfectly

    Once again Thank You!!!
    Last edited by young_86; 03-23-2013 at 08:39 AM.

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

    Re: work list connected with holiday plan and skills table

    Thank you very much for compliments.

+ 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