#1   Report Post  
Posted to microsoft.public.excel.misc
JEB JEB is offline
external usenet poster
 
Posts: 40
Default Vacation Tracker

I need some help. I am trying to build a simple vacation tracker for the
office. I have built a small calender with each cell as one day in the year.
For each employee I am entering a "V" for when they take a vacation. I have
used the "count" funtion, which works great if the employee schedules a full
day of vacation. If I need ".5V" for a half day of vacation, I cannot add
this to my count for the number of days taken by the employee. Is there some
function I can use to add up all of the "V" and ".5V" for the month to see
the vacation time taken.
--
JEB
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Vacation Tracker

Why not put 1 for a Vacation day, .5 for half a day, then just sum the
range?

Regards,
Fred

"JEB" wrote in message
...
I need some help. I am trying to build a simple vacation tracker for the
office. I have built a small calender with each cell as one day in the
year.
For each employee I am entering a "V" for when they take a vacation. I
have
used the "count" funtion, which works great if the employee schedules a
full
day of vacation. If I need ".5V" for a half day of vacation, I cannot add
this to my count for the number of days taken by the employee. Is there
some
function I can use to add up all of the "V" and ".5V" for the month to see
the vacation time taken.
--
JEB


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default Vacation Tracker

Hi Jeb
Try this =SUMPRODUCT(--(B1:Z1=".5v"))+SUMPRODUCT(--(B1:Z1="v"))
Change the range to your needs.
HTH
John
"JEB" wrote in message
...
I need some help. I am trying to build a simple vacation tracker for the
office. I have built a small calender with each cell as one day in the year.
For each employee I am entering a "V" for when they take a vacation. I have
used the "count" funtion, which works great if the employee schedules a full
day of vacation. If I need ".5V" for a half day of vacation, I cannot add
this to my count for the number of days taken by the employee. Is there some
function I can use to add up all of the "V" and ".5V" for the month to see
the vacation time taken.
--
JEB


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vacation tracker RRyan Excel Discussion (Misc queries) 2 December 15th 09 05:55 PM
Tracker CX Manager NY Excel Worksheet Functions 2 September 12th 08 12:27 AM
MIS tracker Raj Excel Worksheet Functions 0 May 24th 06 02:38 PM
Date Vacation Tracker jopla Excel Worksheet Functions 6 January 11th 06 11:38 PM
Looking for a vacation tracker GeorgieP Excel Discussion (Misc queries) 0 July 21st 05 06:27 PM


All times are GMT +1. The time now is 09:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"