A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
If I understand what you are looking for this would be the kind of result and formula you would need.
You would have to designate something different for the half days.
All you have to do to change the counted value is to put the operation you want performed into the formula. Below this would be the /2, if something else counted twice you would just multiply the results of the countif by 2.
=COUNTIF(F3:I3, "v") + COUNTIF(F3:I3, "vp")/2
| Vacation | Personal | Sick | Tardy | 1/3/2011 | 1/4/2011 | 1/5/2011 | 1/6/2011 |
|---|---|---|---|---|---|---|---|
| 3.5 | 0 | 0 | 1 | v | v | v | vp |
| 0 | 0 | 0 | 0 | ||||
| 0 | 0 | 0 | 0 | ||||
| 0 | 0 | 0 | 0 | ||||
| 0 | 0 | 0 | 0 | ||||
| 0 | 0 | 0 | 1 | t | |||
| 0 | 0 | 0 | 0 | ||||
| 0 | 0 | 0 | 0 | ||||
| 0 | 0 | 0 | 1 | t | |||
| 0 | 0 | 0 | 0 |