View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Jeremy Jeremy is offline
external usenet poster
 
Posts: 184
Default Yes/No Formula Help

Got it thank you all for your help

"Jeremy" wrote:

Is this what I type in B1 and do I put a = in front of it?

Thank you for all of your help

"Eduardo" wrote:

Hi,
if(and(A1=0,B1=0),"Yes","No")

"Jeremy" wrote:

I am wanting to create a formula to where if 0 is in A1 B1 will say yes and
if there is anything else in A1, B1 would say No. Note: If there is no 0 in
a 1 it will be because someone typed text in it.

Thank you
Jeremy