• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Leave tracker

Jagdev Singh

Active Member
Hi Experts
I am working on creating a leave tracker which will give the below stats on each individual of the team. I need to capture the below stats in the first sheet (Yearly). I created the attached file, but need your assistance to complete it.
P Present
HD Half Day Leave
PL Planned Leave
UL Unplanned Leave
SL Sick Leave
LI/EO Late In/Early Out
Regards,
JD
 

Attachments

  • Copy of Leave tracker 2015 AM.xlsx
    96.1 KB · Views: 8
Hi JD,

I think you need to create separate 6 columns for Total P,Total HD, Total PL, Total UL, Total SL, Total LI/EO in each month sheet.
=COUNTIF(Table3[[#This Row],[Sun]:[Tue25]],"P")
=COUNTIF(Table3[[#This Row],[Sun]:[Tue25]],"HD")
=COUNTIF(Table3[[#This Row],[Sun]:[Tue25]],"PL")
and so on....

And do what sir Deepak said,
Regards,
 
Hi Khalid and Deepak

I somehow manage to calculate the stats for the month of Jan and it is attached with the mail. I am getting stuck to calculate half day. Is it possible to calculate 1 Half day as 0.5 instead of 1.

Regards,
JD
 

Attachments

  • Leave tracker 2015.xlsx
    22.9 KB · Views: 9
Hi Khalid and Deepak

I somehow manage to calculate the stats for the month of Jan and it is attached with the mail. I am getting stuck to calculate half day. Is it possible to calculate 1 Half day as 0.5 instead of 1.

Regards,
JD

Is this...
=COUNTIF(Table1[@[Thu]:[Sat25]],"HL")*0.5
 
hi JD,

you might looking for answers in C24 {on first attachment} in yearly sheet then make sure all sheet data in same order.


C24=SUM(Jan:Dec!AI4)

or adjust as per sheet/type
 
Back
Top