LearningEX
Board Regular
- Joined
- Mar 13, 2015
- Messages
- 208
good morning all, this probably going to be really simple for someone, ive made a mistake in my formula and cant get it to display either a 13 or 15, if my working time is less than 13 hours worked then i need a 13 to be displayed, if greater than 13.25 (13 hours 15 min) then i need 15 to be displayed.
VBA Code:
=IFERROR(IF(C7="","",IF(C7<13,13,IF(C7>13,15))),"")