should it be if() or another logical function?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to get a 1 if true, a 0 if false...
What I'm looking at is:
if the total of 3 cells=0 AND the average of 5 other cells >=30, then 1,
else 0
....typing this it seems like an and or an or function without the tue/false
return...what do you think?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top