If statement

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

Guest

=SUMIF(O20:O33,"Vacation",N20:N33)

In the sumif statement above, I want to add to it. I'm trying to add
if C14 equals "N" then do the rest of the sumif statement.


any help?
 
=if(c14="n",Yoursumifformula,"somethingelse")



bl_johnson_19 said:
=SUMIF(O20:O33,"Vacation",N20:N33)

In the sumif statement above, I want to add to it. I'm trying to add
if C14 equals "N" then do the rest of the sumif statement.

any help?
 
untested but should be simple if statement
=if(C14="N",SUMIF(O20:O33,"Vacation",N20:N33) ,"")
 

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