Sum of data based on category in a given date range

excel19

New Member
Joined
Aug 7, 2011
Messages
2
Hello,

I am looking for a way to quickly sum data based on a category within a given date range. Assume date ranges are in columns A and B, category is in column C, and amount is in column D.

Thanks,

Saul
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hello,

I am looking for a way to quickly sum data based on a category within a given date range. Assume date ranges are in columns A and B, category is in column C, and amount is in column D.

Thanks,

Saul
Can you post about 10-15 rows of sample data and let us know what result you expect?
 
Upvote 0
Hi friend:)

Hope to add some help:)

Try this one:)
Excel Workbook
ABCDEFGH
1Raw Data
2DateCategoryAmountStartEndCategoryAmount
38/08/2011Category11008/08/201114/08/2011Category1500
49/08/2011Category22008/08/201114/08/2011Category2700
510/08/2011Category33008/08/201114/08/2011Category31600
611/08/2011Category1400
712/08/2011Category2500
813/08/2011Category3600
914/08/2011Category3700
Sheet28
Excel 2010
Cell Formulas
RangeFormula
H3=SUMIFS($C$3:$C$9,$A$3:$A$9,">="&E3,$A$3:$A$9,"<="&F3,$B$3:$B$9,G3)
H4=SUMIFS($C$3:$C$9,$A$3:$A$9,">="&E4,$A$3:$A$9,"<="&F4,$B$3:$B$9,G4)
H5=SUMIFS($C$3:$C$9,$A$3:$A$9,">="&E5,$A$3:$A$9,"<="&F5,$B$3:$B$9,G5)


You can change the start date and end date as your criteria range.

Hope for your feedback:)
 
Last edited:
Upvote 0
MrVillareal was MUCH faster at posting sample data. THANKS! I'll try that.

Here is what my sample data looks like (*I hope this works*)

<table border="0" cellpadding="0" cellspacing="0" width="448"><col style="mso-width-source:userset;mso-width-alt:4096;width:84pt" width="112"> <col style="mso-width-source:userset;mso-width-alt:4498;width:92pt" width="123"> <col style="mso-width-source:userset;mso-width-alt:3913;width:80pt" width="107"> <col style="mso-width-source:userset;mso-width-alt:3876;width:80pt" width="106"> <tbody><tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;width:84pt" height="20" width="112">Start Date</td> <td class="xl65" style="border-left:none;width:92pt" width="123">End Date</td> <td class="xl65" style="border-left:none;width:80pt" width="107">Category</td> <td class="xl65" style="border-left:none;width:80pt" width="106">Amount</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">1/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">1/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 1,656.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">2/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">2/28/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Overtime</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 201.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">3/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">3/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 1,984.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">4/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">4/30/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Overtime</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 305.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">5/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">5/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 2,045.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">6/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">6/30/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Overtime</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 189.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">7/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">7/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 2,653.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">8/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">8/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 3,009.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">9/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">9/30/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Other</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 100.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">10/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">10/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 3,009.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">11/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">11/30/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Bonus</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 300.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">12/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">12/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Bonus</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 300.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">1/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">1/31/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 3,009.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">2/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">2/28/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 3,009.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">3/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">3/31/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Overtime</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 298.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">4/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">4/30/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 1,656.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">5/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">5/31/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Other</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 1,210.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">6/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">6/30/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 1,695.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">7/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">7/31/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Bonus</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 125.00 </td> </tr> </tbody></table>

I would like to quickly add each total for each category.


Saul
 
Last edited:
Upvote 0
Yeah tnx:)

Try this one:)
Excel Workbook
ABCDEFGHI
1Start DateEnd DateCategoryAmountStart DateEnd DateCategoryAmount
21-Jan-0931-Jan-09Income1,656.001-Jan-0931-Dec-09Income14,356.00
31-Feb-0928-Feb-09Overtime201.001-Jan-0931-Dec-09Overtime695.00
41-Mar-0931-Mar-09Income1,984.001-Jan-0931-Dec-09Other100.00
51-Apr-0930-Apr-09Overtime305.001-Jun-0931-Jul-10Bonus725.00
61-May-0931-May-09Income2,045.00
71-Jun-0930-Jun-09Overtime189.00
81-Jul-0931-Jul-09Income2,653.00
91-Aug-0931-Aug-09Income3,009.00
101-Sep-0930-Sep-09Other100.00
111-Oct-0931-Oct-09Income3,009.00
121-Nov-0930-Nov-09Bonus300.00
131-Dec-0931-Dec-09Bonus300.00
141-Jan-1031-Jan-10Income3,009.00
151-Feb-1028-Feb-10Income3,009.00
161-Mar-1031-Mar-10Overtime298.00
171-Apr-1030-Apr-10Income1,656.00
181-May-1031-May-10Other1,210.00
191-Jun-1030-Jun-10Income1,695.00
201-Jul-1031-Jul-10Bonus125.00
Sheet29
Excel 2010
Cell Formulas
RangeFormula
I2=SUMIFS($D$2:$D$20,$C$2:$C$20,H2,$A$2:$A$20,">="&F2,$B$2:$B$20,"<="&G2)
I3=SUMIFS($D$2:$D$20,$C$2:$C$20,H3,$A$2:$A$20,">="&F3,$B$2:$B$20,"<="&G3)
I4=SUMIFS($D$2:$D$20,$C$2:$C$20,H4,$A$2:$A$20,">="&F4,$B$2:$B$20,"<="&G4)
I5=SUMIFS($D$2:$D$20,$C$2:$C$20,H5,$A$2:$A$20,">="&F5,$B$2:$B$20,"<="&G5)
 
Upvote 0
MrVillareal was MUCH faster at posting sample data. THANKS! I'll try that.

Here is what my sample data looks like (*I hope this works*)

<table border="0" cellpadding="0" cellspacing="0" width="448"><col style="mso-width-source:userset;mso-width-alt:4096;width:84pt" width="112"> <col style="mso-width-source:userset;mso-width-alt:4498;width:92pt" width="123"> <col style="mso-width-source:userset;mso-width-alt:3913;width:80pt" width="107"> <col style="mso-width-source:userset;mso-width-alt:3876;width:80pt" width="106"> <tbody><tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;width:84pt" height="20" width="112">Start Date</td> <td class="xl65" style="border-left:none;width:92pt" width="123">End Date</td> <td class="xl65" style="border-left:none;width:80pt" width="107">Category</td> <td class="xl65" style="border-left:none;width:80pt" width="106">Amount</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">1/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">1/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 1,656.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">2/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">2/28/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Overtime</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 201.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">3/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">3/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 1,984.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">4/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">4/30/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Overtime</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 305.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">5/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">5/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 2,045.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">6/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">6/30/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Overtime</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 189.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">7/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">7/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 2,653.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">8/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">8/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 3,009.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">9/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">9/30/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Other</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 100.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">10/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">10/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 3,009.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">11/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">11/30/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Bonus</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 300.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">12/1/2009</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">12/31/2009</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Bonus</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 300.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">1/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">1/31/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 3,009.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">2/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">2/28/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 3,009.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">3/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">3/31/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Overtime</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 298.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">4/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">4/30/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 1,656.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">5/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">5/31/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Other</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 1,210.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">6/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">6/30/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Income</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 1,695.00 </td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl67" style="height:15.0pt;border-top:none; width:84pt" height="20" width="112">7/1/2010</td> <td class="xl67" style="border-top:none;border-left:none;width:92pt" width="123">7/31/2010</td> <td class="xl65" style="border-top:none;border-left:none;width:80pt" width="107">Bonus</td> <td class="xl68" style="border-top:none;border-left:none;width:80pt" width="106"> $ 125.00 </td> </tr> </tbody></table>

I would like to quickly add each total for each category.


Saul
Have you tried to build a pivot table to obtain the category totals?
 
Upvote 0
That is pretty cool. Can you explain how the &F2 and &G2 works in this formula?

in the formula:

=SUMIFS($D$2:$D$20,$C$2:$C$20,H2,$A$2:$A$20,">="&F2,$B$2:$B$20,"<="&G2)

Thanks
 
Upvote 0
Sure:)

F2 is the column for Start Date
G2 is the column for End Date

">="&F2 means you are joining the operators "greater than or equal" with the value in F2. Is it greater than or equal the value in F2?

"<="&G2 mean you are joining the operators "less than or equal" with the value in G2. Is it less than or equal the value in G2?

Its like a true or false criteria. In our situation we have 3 criteria and all have to be true to add.

Hope this help:)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,566
Messages
6,179,550
Members
452,927
Latest member
rows and columns

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