need help with a formula

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

Guest

I want to add the values in cells K14 + L14 if cell DA14 is blank and put the
sum in a fourth cell. If it is not blank enter a zero as the sum. I think the
function I need is "sumif" but I cannot get the correct answer. I hope
someone can guide me with this,
 
I want to add the values in cells K14 + L14 if cell DA14 is blank and put the
sum in a fourth cell. If it is not blank enter a zero as the sum. I think the
function I need is "sumif" but I cannot get the correct answer. I hope
someone can guide me with this,

In the "fourth" cell:

=IF(DA14="",K14+L14,0)


--ron
 

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