Use an If Sum

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

Guest

I want to total Column C only if Column J begins with the word Leased. Same
with Column E, only if Col J has the word Leased in it.

I think this is a function question but I'm too new to know the difference!
 
sueledet said:
I want to total Column C only if Column J begins with the word
Leased. Same with Column E, only if Col J has the word Leased in it.

I think this is a function question but I'm too new to know the
difference!

You can try to use the SUMIF function. Check the online help.


--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy
 
=SUMIF(J:J,"Leased*",C:C)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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