Hi can I please ask for help is it possible to use IF to Time?
If its between 08:00 - 15:59 CST time it will be AMER
If its between 16:00 - 23:59 CST Time APAC
If its between 00:00 - 07:59 CST Time EMEA
I tried =IF(AB2<TIME(15,59,0),"AMER",IF(AB2<TIME(23,59,0),"APAC",IF(AB2<TIME(7,59,0),"EMEA")))
and its not working
If its between 08:00 - 15:59 CST time it will be AMER
If its between 16:00 - 23:59 CST Time APAC
If its between 00:00 - 07:59 CST Time EMEA
I tried =IF(AB2<TIME(15,59,0),"AMER",IF(AB2<TIME(23,59,0),"APAC",IF(AB2<TIME(7,59,0),"EMEA")))
and its not working