View Single Post
  #2   Report Post  
Paul Sheppard
 
Posts: n/a
Default


petethomson Wrote:
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


--
Paul Sheppard


------------------------------------------------------------------------
Paul Sheppard's Profile: http://www.excelforum.com/member.php...o&userid=24783
View this thread: http://www.excelforum.com/showthread...hreadid=467552