Mary has attended:
Excel Advanced course
If formula
how to write an if formula and rounding it at the same time
RE: if formula
Hi Mary
Thank you for your question;
In answer I woul use something like this:
=IF(ROUND(B1,2) > 0,"Profit",IF(ROUND(B1,2) < 0,"Loss","Even"))
Which would round all values returned to the decimal point.
I hope that helped ... Pete