Hi Guys,
Can anyone suggest me how to do this?
i. IF “Category” equals A,B,C
THEN count number of hours based on “Start Time” and “End Time” of each “Date”
ELSE no action needed; go to next transaction
ii. IF “Category” equals A,B,C AND “Resource” DAILY TOTAL (calculated of hours) is less than 6 THEN add this row to a separate excel
iii. IF calculated hours worked is less than 6 per Date AND Resource DID NOT work over 5 consecutive days (“Date” column is present which have only one date)
THEN Resource containing “Overtime” SHOULD NOT exist in the same work order (Wk Order)
ELSE add this to a separate excel
“Category”, “Resource”, “Start Time”, “End Time”,“Date” are columns in the excel
Thanks