Like this?
=IF(A1="very low",1)
--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music
"Matt" wrote:
When using the IF statement:
IF(logical_test,value_if_true,value_if_false)
Is it possible to reverse the syntax? For example, can =IF(A1=1,"very low")
be written as =IF(A1=very low,"1")?