Formula with references

  • Thread starter Thread starter Qlychap
  • Start date Start date
Q

Qlychap

Hi excel kings,
I need some help on the formula.

Let me explain my need I have set of date column order number and it
value.

Date Order No Values (Rs)
May 14, 2006 0 50,000.00
May 16, 2006 3 20,000.00
May 20, 2006
May 26, 2006 5 600,000.00
May 28, 2006
June 1, 2006 10 100,000.00
June 5, 2006 6 2,000.00

Now I just need the count of the months that have the order no. and su
of the values which have the order number corresponding to the months
 
=COUNTIF(B:B,"<>")

=SUMIF(B:B,"<>",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