hi all,
busy trying to work out some data validation on my time sheet, to stop erroneous entry's.
column A is travel time start
column B is job start time
column C is job stop time.
I need to check that the start time is the same as the previous stop time, eg
job 1 travel 0800 start 0820 stop 0900
job 2 travel 0900 start 0915 stop 0930
I use this formula in column A cells (data validation, custom, ignore blanks) =A4=c3 and this works great, if the data doesn't match then I get a stop error.
the problem I'm having is I need a formula to check column B (job start time "B4", against previous stop time "C3") but only if there is no data in the travel time cell "A4"
eg. check B4 matches C3, if A4 is empty,(if it doesn't then stop error) but if A4 is used then ignore the data validation process. hope this makes sense.
many thanks
busy trying to work out some data validation on my time sheet, to stop erroneous entry's.
column A is travel time start
column B is job start time
column C is job stop time.
I need to check that the start time is the same as the previous stop time, eg
job 1 travel 0800 start 0820 stop 0900
job 2 travel 0900 start 0915 stop 0930
I use this formula in column A cells (data validation, custom, ignore blanks) =A4=c3 and this works great, if the data doesn't match then I get a stop error.
the problem I'm having is I need a formula to check column B (job start time "B4", against previous stop time "C3") but only if there is no data in the travel time cell "A4"
eg. check B4 matches C3, if A4 is empty,(if it doesn't then stop error) but if A4 is used then ignore the data validation process. hope this makes sense.
many thanks