Totalling and Tallying Sales by Month

aprilkindarocks

New Member
Joined
Dec 7, 2018
Messages
1
[FONT=&quot]I'm creating a tracking document for the real estate team I work with. I'm in way over my head in excel skills (this is news to no one on the team, we just realized it's cheaper for me to spend the hours to make this document and have it as our own rather than pay for the one we've been using, and now we can, haha, customize to track exactly what we want - I'm proposing that the increase in my general wine intake necessary to deal with this project be categorized a business expense).[/FONT]
[FONT=&quot]
[/FONT]

[FONT=&quot]Anyways, check out this screenshot:
https://www.dropbox.com/s/zsycd015z5nep04/Screenshot 2018-12-06 16.09.17.png?dl=0[/FONT]

[FONT=&quot]I want to track each month's closed sales units, closed sales volume, and closed commission (CGI). Apparently this must be done with some wizardry involving the COUNTIF function and date tools that are, again, way over my head. I'm probably missing an eye of newt or tail of mortgage lender somewhere and I'm sick of blowing up the lab with near misses. Help please?[/FONT]
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Hi,

If you use a setup like this you can select which calendar year you need and the Month headings will update for you and the Countifs & sumifs with them.

Use Custom Formatting to make real dates look like Months only with mmmm; Note you will need to be careful with column H & I as they are merged on your sheet so I've attached a copy of my mock up.


Book1
EFGHIJKLMNOPQRST
11/01/20191/02/20191/03/2019AprilMayJuneJulyAugustSeptemberOctoberNovemberDecemberCriteriaSelect Year
22Closed1/01/2019
3$575,700.00
4$17,271.00
5
6
7Close Date
8
9
10Closed2/01/2019$500,000.00$15,000.00
11
12
13
14
15
16Closed4/01/2019$75,700.00$2,271.00
Sheet1
Cell Formulas
RangeFormula
J1=EOMONTH($E$1,COLUMNS($F$1:J1)-2)+1
E1=DATE(YEAR(S2),1,1)
E2=COUNTIFS($E$10:$E$16,$R$2,$O$10:$O$16,">="&E$1,$O$10:$O$16,"<="&EOMONTH(E$1,0))
E3=SUMIFS($Q$10:$Q$16,$E$10:$E$16,$R$2,$O$10:$O$16,">="&E$1,$O$10:$O$16,"<="&EOMONTH(E$1,0))
E4=SUMIFS($T$10:$T$16,$E$10:$E$16,$R$2,$O$10:$O$16,">="&E$1,$O$10:$O$16,"<="&EOMONTH(E$1,0))
F1=EOMONTH($E$1,COLUMNS($F$1:F1)-1)+1
G1=EOMONTH($E$1,COLUMNS($F$1:G1)-1)+1
H1=EOMONTH($E$1,COLUMNS($F$1:H1)-1)+1


https://www.dropbox.com/s/p0oky62vlvycwnc/Totals_tallys_month.xlsx?dl=0
 
Upvote 0

Forum statistics

Threads
1,215,575
Messages
6,125,631
Members
449,241
Latest member
NoniJ

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top