Hi There
Is it possible to apply Data Validation to an empty cell based on the calculations in another cell?
I currently have the following:
H6 contains total hours worked in one shift (which is calculated with a formula)
I6 contains total journey time (which is manually entered)
J6 Contains the total of H6:I6 (again calculated with a formula)
In K6 I would like to apply data validation so the answer in J6 needs to be less than or equal to 14:00 (or 0.58 in numerical terms)
I've tried a few variations including
=J6<=0.58
=IF(J6<=0.58,True,False)
=(H6:I6)<=0.58
But I just can't seem to get it right
Any Suggestions would be greatly appreciated
Is it possible to apply Data Validation to an empty cell based on the calculations in another cell?
I currently have the following:
H6 contains total hours worked in one shift (which is calculated with a formula)
I6 contains total journey time (which is manually entered)
J6 Contains the total of H6:I6 (again calculated with a formula)
In K6 I would like to apply data validation so the answer in J6 needs to be less than or equal to 14:00 (or 0.58 in numerical terms)
I've tried a few variations including
=J6<=0.58
=IF(J6<=0.58,True,False)
=(H6:I6)<=0.58
But I just can't seem to get it right
Any Suggestions would be greatly appreciated