Hi all,
Please help with the above issue as I am absolutely desperate.
There should be a simple solution.
I am working on timesheets where the fields Saturday - Sunday have different jobnumbers.
Example:
Sat Sun Mon Tues Weds Thurs Fri Days
10 12 08 07 06 13 0 6
At the end of every row is a column called 'days'.
I would like to count the days everyone has worked, but EXCLUDE the 0 (as this represents a day off).
The expression I am using at the moment is:
=(IsNull([Sat]))+(IsNull([Sun]))+(IsNull([Mon]))+(IsNull([Tues]))+(IsNull([Weds]))+(IsNull([Thurs]))+(IsNull([Fri]))+7
(as I couldn't get the 'isnull' to work).
However, this returns 7 in the days 'field'. But it needs to be a 6 as I do not want to count cells that include 0.
Please can someone help?
Let me know if you need any more information.
Cheers
Please help with the above issue as I am absolutely desperate.
There should be a simple solution.
I am working on timesheets where the fields Saturday - Sunday have different jobnumbers.
Example:
Sat Sun Mon Tues Weds Thurs Fri Days
10 12 08 07 06 13 0 6
At the end of every row is a column called 'days'.
I would like to count the days everyone has worked, but EXCLUDE the 0 (as this represents a day off).
The expression I am using at the moment is:
=(IsNull([Sat]))+(IsNull([Sun]))+(IsNull([Mon]))+(IsNull([Tues]))+(IsNull([Weds]))+(IsNull([Thurs]))+(IsNull([Fri]))+7
(as I couldn't get the 'isnull' to work).
However, this returns 7 in the days 'field'. But it needs to be a 6 as I do not want to count cells that include 0.
Please can someone help?
Let me know if you need any more information.
Cheers
Comment