Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
In my worksheet I have in coloumn A employees and in coloumn C and forward I have every day in a two month period. F.eks. 1. november to 31. december (61 coloums in all). In each cell there is either a blank cell og a no. which represents the no. of hours they worked that day. I need a formula/macro/VBA ... which tells me how many days in a row each employee had in the two month periode. Any help would be great. -- LEG-denmark |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use the following:-
=COUNTA(A3:BI3) This will count the number of cells that are not blank in the specified range. This will give you the number of days that they worked. If my comments have helped please hit Yes. "LEG" wrote: Hi! In my worksheet I have in coloumn A employees and in coloumn C and forward I have every day in a two month period. F.eks. 1. november to 31. december (61 coloums in all). In each cell there is either a blank cell og a no. which represents the no. of hours they worked that day. I need a formula/macro/VBA ... which tells me how many days in a row each employee had in the two month periode. Any help would be great. -- LEG-denmark |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi LEG.
I have just put up a worked example for you at:- http://www.pierrefondes.com/ - home page (item number 24). Please hit Yes if my comments have helped and / or my proposed solution is correct. My example is in EXCEL 2007. Thanks. "LEG" wrote: Hi! In my worksheet I have in coloumn A employees and in coloumn C and forward I have every day in a two month period. F.eks. 1. november to 31. december (61 coloums in all). In each cell there is either a blank cell og a no. which represents the no. of hours they worked that day. I need a formula/macro/VBA ... which tells me how many days in a row each employee had in the two month periode. Any help would be great. -- LEG-denmark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Employee days worked (-Holidays, -weekends, Snow Days, etc) | Excel Discussion (Misc queries) | |||
Calulating the number of days an employee works | Excel Worksheet Functions | |||
Number of work days/month | Excel Worksheet Functions | |||
Counting the days worked in a month by employee | Excel Worksheet Functions | |||
HOW CAN I FILL AN EMPLOYEE CARD WITH EXACT DAYS CALENDAR | Excel Worksheet Functions |