I need to write a formula that will evaluate multiple OR's with numbers in a rime format with the two to the left of th ecolon open. I came up with this to start off which of course does not work.
=IF(E14>=xx:07 (OR(E14>=xx:22)),(OR(E14>=xx:37)),(OR(E14>=xx:52)))
objective is to round up to the next quarter hour if true and down if false.
Solution?
=IF(E14>=xx:07 (OR(E14>=xx:22)),(OR(E14>=xx:37)),(OR(E14>=xx:52)))
objective is to round up to the next quarter hour if true and down if false.
Solution?