After great success in my last post, were I received help with Excel, Im once again seeking the help of 'experts'
I have a work log spreadsheet which I need to extract some performance indicators and then present these as monthly graphs.
The jobs have a 3 working day pass/fail trigger and needs to show working in progress jobs (without a finish date) and if possible, an Error state if the datedifference is a negative or above an arbitrary value, maybe 1000 days+ which would show an inputting error...
A F H I J
Job No Date Start Date Finished DateDiff (working days) Pass/Fail
132 01/04/2019 03/04/2019 2 Pass
189 01/04/2019 -31128 Working in Progress ( How can I remove the -31128 from showing)
245 03/04/2019 23/04/2019 15 Fail
986 01/04/2019 21/04/2029 3650 Date Error -Please Review
Ive tried the following, to begin with but any guidance on a better method is greatly appreciated.
=IF(I37>4,"FAIL",IF(I37<=4,"PASS",IF(I37<=0,"Too Few Days")))
Thanks
I have a work log spreadsheet which I need to extract some performance indicators and then present these as monthly graphs.
The jobs have a 3 working day pass/fail trigger and needs to show working in progress jobs (without a finish date) and if possible, an Error state if the datedifference is a negative or above an arbitrary value, maybe 1000 days+ which would show an inputting error...
A F H I J
Job No Date Start Date Finished DateDiff (working days) Pass/Fail
132 01/04/2019 03/04/2019 2 Pass
189 01/04/2019 -31128 Working in Progress ( How can I remove the -31128 from showing)
245 03/04/2019 23/04/2019 15 Fail
986 01/04/2019 21/04/2029 3650 Date Error -Please Review
Ive tried the following, to begin with but any guidance on a better method is greatly appreciated.
=IF(I37>4,"FAIL",IF(I37<=4,"PASS",IF(I37<=0,"Too Few Days")))
Thanks