View Single Post
 
Old 06-13-2017, 07:52 PM
Logit Logit is offline Windows 10 Office 2007
Expert
 
Join Date: Jan 2017
Posts: 587
Logit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the rough
Default

Code:
Col D Formula:			
=SUMIFS(A2:A13,A2:A13,">50",A2:A13,"<500")			
			
Col E Formula :			
=SUMPRODUCT(($A$2:$A$13>50)*($A$2:$A$13<500))			
			
H2 Formula:			
=SUM(A2:A13)			
			
I2 Formula			
=SUM(D2:D10)
The formulas change slightly for each denomination range and # of Accts.

You will need to change the upper range of the formulas to match how many
rows you are using in your workbook. ex: instead of A13 perhaps A500.

.
.
Attached Files
File Type: xlsx Cash Out Totals.xlsx (10.8 KB, 9 views)
Reply With Quote