Sum numbers only; no text

G

Guest

Column V has dates that are manually entered. However, there might be on
occasion where the word "cancel" is typed. I have the below formula that
sums column V. How can I get it to sum without counting the text? Since it
sees the text it is giving me a #Value error.


=SUMPRODUCT(--(MONTH(Overall!V8:V1026)=MONTH(N1)),--(ISNUMBER(SEARCH(U14,Overall!D8:D1026))))
 
B

Biff

Hi!

That really throws a monkey wrench into the mix!

Try this:

=SUMPRODUCT(--(TEXT(Overall!V8:V1026,"mmm")=TEXT(N1,"mmm")),--(ISNUMBER(SEARCH(U14,Overall!D8:D1026))))

Biff
 
G

Guest

Yeah. You need to watch for those monkey wrenches. They hurt.

That was the formula I needed. Thanks again.
 

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

Top