Sumif???

  • Thread starter Thread starter KellyMcG03
  • Start date Start date
K

KellyMcG03

Okay I have a formula now that I am using to calc. the Year-to-date
point will be deleted. "=SUM(EDATE(B8,12)+10"

I want it to only calc. if there is a point value >0 in D.

So I would use Sumif but Im not quite sure how to nest that together
 
Hi
still not very clear what you're trying to do. Try to post some data
rows (plain text - no attachments please) and describe the expected
result based on this data. Your formula currently sums date values?
 
Kelly,
Are you looking for something like:

=IF(D8>0,EDATE(B8,12)+10,"")

If D8 > 0 then use EDATE function, else leave the cell
blank.
 

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