How do i insert a Yes/No function into a cell in Excel?
P Paul Sheppard Sep 14, 2005 #2 petethomson said: How do i insert a Yes/No function into a cell in Excel? Click to expand... 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
petethomson said: How do i insert a Yes/No function into a cell in Excel? Click to expand... 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