In the section “Calculating Growth Rates in Excel”,
Hello
In the section “Calculating Growth Rates in Excel”, I have one observation.
=IF(ISERROR((D4/C4)-1);”n.a.”;IF(((D4/C4)-1)>1;”>100.0%”; IF(((D4/C4)-1)<-1;”<-100.0%”,((D4/C4)-1)
The correct is:
=IF(ISERROR((D4/C4)-1;”n.a.”);IF(((D4/C4)-1)>1);”>100.0%”; IF(((D4/C4)-1)<-1;”<-100.0%”,((D4/C4)-1)
In the section “Calculating Growth Rates in Excel”, I have one observation.
=IF(ISERROR((D4/C4)-1);”n.a.”;IF(((D4/C4)-1)>1;”>100.0%”; IF(((D4/C4)-1)<-1;”<-100.0%”,((D4/C4)-1)
The correct is:
=IF(ISERROR((D4/C4)-1;”n.a.”);IF(((D4/C4)-1)>1);”>100.0%”; IF(((D4/C4)-1)<-1;”<-100.0%”,((D4/C4)-1)
0 answers ( 0 marked as helpful)