Look Formula

  • Thread starter Thread starter IRMA MENDOSA
  • Start date Start date
I

IRMA MENDOSA

look formula

Is there a way to add in J1 how many january i have in C2:C1000
to add in J2 how many February I have in Cell C2:C1000
Etc.
Thanks in advance
 
Try this

=SUMPRODUCT((MONTH(C2:C1000)=1)*1)

=SUMPRODUCT((MONTH(C2:C1000)=2)*1)

If you want to check the year also post back

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)




look formula

Is there a way to add in J1 how many january i have in C2:C1000
to add in J2 how many February I have in Cell C2:C1000
Etc.
Thanks in advance
 

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

Similar Threads


Back
Top