Forum Discussion
miltenburger
Helper V
8 years agoHelp with IF statement
Hi people, I need some help with my if statement. I need a new column based on following statements (see picture for three different columns right now)* * "G" = Aantal geboekt <= Uren Geca...
anandraman
Helper I
8 years agoTryTry this:
=IF( Aantal geboekt <= Uren Gecalculeerd ,"G",
IF(Aantal geboekt <= Uren Gecalculeerd + Uren Risico Opslag && Aantal geboekt > Uren Gecalculeerd + Uren Risico Opslag , "O",
IF(Aantal gebpekt > Uren Gecalculeerd + Uren Risico Opslag,"R")))
miltenburger
Helper V
8 years agoThanks anandraman
I thought this was the solution, but it seems that there are still some wrong calculations in it