Always elaborate on your issue in the message area (that big white space).
The subject line's just that, meant to be brief keynotes on your issue. It's
NOT your query. Elaborate by posting your formula or your formula attempts
and by describing details of what you have (your sheet set-up, sample data)
and what you want to do/happen
Anyway, here's 2 simple IF examples to groove you in its use ..
In B2: =IF(A2>10,"Yes","No")
B2 will return "Yes" if the check [A2>10] evaluates to TRUE, "No" if FALSE
In B2: =IF(A2>10,200,A2)
B2 will return the number 200 if the check [A2>10] evaluates to TRUE. It'll
return the value in A2 if FALSE
Above any good? hit the YES below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik