Hi All,
I want to subtract two key figures, say KF1 and KF2, using an IF Condition
eg: IF KF1<>0 and KF2<>0 then
KF1 - KF2
else " "
Is it possible?
How do i go about it?
Thanks in advance.