pethow do i insert a Yes/No function into a cell in Excel?

P

Paul Sheppard

petethomson said:
How do i insert a Yes/No function into a cell in Excel?

Hi pete

Try an If function eg IF(A1=10, "Yes","No"), this is saying if A1 = 10
return the value Yes, if not return No
 
Top