How do you enter a formula that says if a cell is equal to or less than 5
type the text "reorder" if the cell is more than 5 type text "leave"
PCLIVE - 27 May 2008 16:20 GMT
=IF(A1<=5,"reorder","leave")
HTH,
Paul
> How do you enter a formula that says if a cell is equal to or less than 5
> type the text "reorder" if the cell is more than 5 type text "leave"
Don Guillett - 27 May 2008 16:38 GMT
Have you tried the help index for
IF

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
> How do you enter a formula that says if a cell is equal to or less than 5
> type the text "reorder" if the cell is more than 5 type text "leave"