Where a formula result is negative I would like a down arrow to appear,
positive and upward arrow and if zero a sideways arrow - can this be done
Gary''s Student - 20 Oct 2006 15:41 GMT
=IF(A1+B1>0,5,6) and format the cell as WingDings 3

Signature
Gary's Student
> Where a formula result is negative I would like a down arrow to appear,
> positive and upward arrow and if zero a sideways arrow - can this be done
Teethless mama - 20 Oct 2006 15:44 GMT
=IF(A1>0,CHAR(225),IF(A1<0,CHAR(226),CHAR(224)))
Use the "Wingdings" format
> Where a formula result is negative I would like a down arrow to appear,
> positive and upward arrow and if zero a sideways arrow - can this be done