Forum Discussion

siobhanmbyrne1930's avatar
siobhanmbyrne1930
Copper Contributor
Dec 21, 2022
Solved

Using the TIME function in excel

I have a short formula in a cell (Col R) that changes the amount of time someone is entitled to depending upon whether they take leave or not. I want to add additional criteria to the initial formula...
  • OliverScheurich's avatar
    Dec 21, 2022

    siobhanmbyrne1930 

    =IF(OR(N34=TIME(10,0,0),O34=TIME(10,0,0),P34=TIME(10,0,0),Q34=TIME(10,0,0),P34=TIME(5,0,0),Q34=TIME(5,0,0)),W34,X34)

     

    You can try an IF(OR( formula.

Resources