+ Reply to Thread
Results 1 to 3 of 3

Calculate employee monthly performance

  1. #1
    Registered User
    Join Date
    01-19-2013
    Location
    France
    MS-Off Ver
    Excel 2007
    Posts
    4

    Calculate employee monthly performance

    Good morning,

    How to calculate the monthly performace by employee? I am using a long and I think a wrong way to do it, please see attached, using concatenate and countif functions in order to get the result in a table, is there any other function?

    Thank you and have a good day,
    Attached Files Attached Files

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

    Re: Calculate employee monthly performance

    hi Georgiy, welcome to the forum. you can try:
    =SUMPRODUCT((TEXT(SHEET1!$B$2:$B$5454,"mmyy")=TEXT(C$11,"mmyy"))*(SHEET1!$C$2:$C$5454=$B12))

    or in Excel 2007 & above:
    =COUNTIFS(SHEET1!$B$2:$B$5454,">="&C$11,SHEET1!$B$2:$B$5454,"<="&EOMONTH(C$11,0),SHEET1!$C$2:$C$5454,$B12)

    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
    01-19-2013
    Location
    France
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Calculate employee monthly performance

    Quote Originally Posted by benishiryo View Post
    hi Georgiy, welcome to the forum. you can try:
    =SUMPRODUCT((TEXT(SHEET1!$B$2:$B$5454,"mmyy")=TEXT(C$11,"mmyy"))*(SHEET1!$C$2:$C$5454=$B12))

    or in Excel 2007 & above:
    =COUNTIFS(SHEET1!$B$2:$B$5454,">="&C$11,SHEET1!$B$2:$B$5454,"<="&EOMONTH(C$11,0),SHEET1!$C$2:$C$5454,$B12)
    Thank you very much, you amazing! you was faster then my post , 100% what I am looking for, appreciate.

    Administration, please advise how can I mark this thread as solved?

    Have a good day,

+ 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