Forum Discussion
miltenburger
8 years agoHelper V
Help 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
8 years agoHelper I
TryTry 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")))
- miltenburger8 years agoHelper V
Thanks anandraman
I thought this was the solution, but it seems that there are still some wrong calculations in it
- miltenburger8 years agoHelper V
In addition to this, to orange one doesn't seems te work
- anandraman8 years agoHelper I
Can you please share the PBIX file with this sample data ?