What if?

M

mlv

I was looking at the formulas in some Excel 2003 workbooks and came across
some that began :

+IF

e.g. =+IF(K7>0,ROUND((K7*D$51/100),2),"")

I discovered that removing the '+' made no obvious difference. I also tried
searching the Help files, but couldn't find any reference to '+IF'.

What is the functional difference between 'IF' and '+IF', and where would
you use one in preference to the other?

Thanks
 
B

Bob Phillips

It is a Lotus throwback and is redundant.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top