Calculate Revenue based on dates within a month

A

Annie

Hi,

I need help calculating the revenue for the month of August. The date fomat
is mm/dd/yy. I have many rows of data. The projecte dates are in Column L
and the Factored MRR Revenue is in Column AO. The projected dates are from
Jan - Dec. I only need to extract the revenue for the dates in August.

Can someone please help me. I've tried using the Sumif formula but I can't
figure out how to write the formula to extract dates in August.
 
G

Glenn

Annie said:
Hi,

I need help calculating the revenue for the month of August. The date fomat
is mm/dd/yy. I have many rows of data. The projecte dates are in Column L
and the Factored MRR Revenue is in Column AO. The projected dates are from
Jan - Dec. I only need to extract the revenue for the dates in August.

Can someone please help me. I've tried using the Sumif formula but I can't
figure out how to write the formula to extract dates in August.

Something like this:

=SUMPRODUCT((MONTH(L1:L100)=8)*AO1:AO100)
 
G

Glenn

Annie said:
I received a #VALUE! error


Make sure that there are actually dates in column L, not text that looks like a
date. Otherwise, post your formula and some of the data.
 

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