W
Wanja
I am trying to calculate some basic figures. Previously
someone keyed in a formula which looked like this where
D6=mileage in kms and E6=total expenses.
=IF(CELL("TYPE",D6)="V",IF(CELL("TYPE",E6)="V",IF(D6=0,0,IF
(E6=0,0,ROUND(E6/D6,1))),0),0)
I need to know what this formula reads.
someone keyed in a formula which looked like this where
D6=mileage in kms and E6=total expenses.
=IF(CELL("TYPE",D6)="V",IF(CELL("TYPE",E6)="V",IF(D6=0,0,IF
(E6=0,0,ROUND(E6/D6,1))),0),0)
I need to know what this formula reads.