Hi all,
Please can someone suggest the best way of doing the below.
3 shift patterns determined by number (values 1,2,3)
Each one has a time assigned for different breaks etc. (e.g. shift 1 break 1030-1040, shift 2 break 1050-1100).
I'm probably being really thick here but I tried using the IF function as below to get the output according to what the value was in cell A2 (shift) but it doesn't work?
=IF(A2=1,"1030-1040",""), IF(A2=2,"1050-1100","")
Sorry, it's probably a really simple query but if someone could advise what I'm doing wrong I'd really appreciate it. I know IF is really useful so I'm trying to get my head round using it properly.
Of course, if there's a better function to use I'd be interested to know.
Many thanks
Please can someone suggest the best way of doing the below.
3 shift patterns determined by number (values 1,2,3)
Each one has a time assigned for different breaks etc. (e.g. shift 1 break 1030-1040, shift 2 break 1050-1100).
I'm probably being really thick here but I tried using the IF function as below to get the output according to what the value was in cell A2 (shift) but it doesn't work?
=IF(A2=1,"1030-1040",""), IF(A2=2,"1050-1100","")
Sorry, it's probably a really simple query but if someone could advise what I'm doing wrong I'd really appreciate it. I know IF is really useful so I'm trying to get my head round using it properly.
Of course, if there's a better function to use I'd be interested to know.
Many thanks