SUMIF based day of the week

skell01

New Member
Joined
Oct 29, 2021
Messages
5
Office Version
  1. 365
Platform
  1. Windows
I have a spreadsheet that has each day of the month in columns. I am trying to create a formula that identifies a column as Sunday and then adds data from cells for the Saturday through Monday prior to that Sunday. Dates are listed on the top row which identifies the day of the week. Specifically I want to add row 29 together for the previous week.

Cell Formulas
RangeFormula
B1B1=DATE(YEAR(A1),MONTH(A1),DAY(A1))
C1C1=IF(A1="","",IF(MONTH(A1+1)<>MONTH(A1),"",A1+1))
D1:I1D1=IF(C1="","",IF(MONTH(C1+1)<>MONTH(C1),"",C1+1))
B2:I2B2=IF(WEEKDAY(B1)<>1,$AJ$1/($AH$1-$AH$2), " ")
B3:I3B3=IF(WEEKDAY(B1)<>1, $AJ$2/($AH$1-$AH$2), " ")
B4:I4B4=IF(WEEKDAY(B1)<>1,$AJ$3/($AH$1-$AH$2), " ")
B5:I5B5=IF(WEEKDAY(B1)<>1,$AJ$5/($AH$1-$AH$2), " ")
B6:I6B6=IF(WEEKDAY(B1)=7,(454),"")
B7:I7B7=IF(WEEKDAY(B1)<>1,$AJ$4/($AH$1-$AH$2), " ")
B8:I8B8=IF(WEEKDAY(B1)<>1,(266.67), "")
B9:I9B9=IF(WEEKDAY(B1)<>1,(166.67),"")
B12:I12B12=IF(WEEKDAY(B1)<>1,3%*(B28-B15-B17),"")
B15B15=IF(WEEKDAY(B1)<>1,'1stMstr'!$C$6, " ")
C15C15=IF(WEEKDAY(C1)<>1,'2ndMstr'!$C$6, " ")
D15D15=IF(WEEKDAY(D1)<>1,'3rdMstr'!$C$6, " ")
E15E15=IF(WEEKDAY(E1)<>1,'4thMstr'!$C$6, " ")
F15F15=IF(WEEKDAY(F1)<>1,'5thMstr'!$C$6, " ")
G15G15=IF(WEEKDAY(G1)<>1,'6thMstr'!$C$6, " ")
H15H15=IF(WEEKDAY(H1)<>1,'7thMstr'!$C$6, " ")
I15I15=IF(WEEKDAY(I1)<>1,'8thMstr'!$C$6, " ")
B17B17=IF(WEEKDAY(B1)<>1,'1stMstr'!$C$7, " ")
C17C17=IF(WEEKDAY(C1)<>1,'2ndMstr'!$C$7, " ")
D17D17=IF(WEEKDAY(D1)<>1,'3rdMstr'!$C$7, " ")
E17E17=IF(WEEKDAY(E1)<>1,'4thMstr'!$C$7, " ")
F17F17=IF(WEEKDAY(F1)<>1,'5thMstr'!$C$7, " ")
G17G17=IF(WEEKDAY(G1)<>1,'6thMstr'!$C$7, " ")
H17H17=IF(WEEKDAY(H1)<>1,'7thMstr'!$C$7, " ")
I17I17=IF(WEEKDAY(I1)<>1,'8thMstr'!$C$7, " ")
B18B18=IF(WEEKDAY(B1)<>1,'1stMstr'!$F$9, " ")
C18C18=IF(WEEKDAY(C1)<>1,'2ndMstr'!$F$9, " ")
D18D18=IF(WEEKDAY(D1)<>1,'3rdMstr'!$F$9, " ")
E18E18=IF(WEEKDAY(E1)<>1,'4thMstr'!$F$9, " ")
F18F18=IF(WEEKDAY(F1)<>1,'5thMstr'!$F$9, " ")
G18G18=IF(WEEKDAY(G1)<>1,'6thMstr'!$F$9, " ")
H18H18=IF(WEEKDAY(H1)<>1,'7thMstr'!$F$9, " ")
I18I18=IF(WEEKDAY(I1)<>1,'8thMstr'!$F$9, " ")
B19:I19B19=IF(WEEKDAY(B1)<>1,SUM(B2:B18),"")
B21B21=IF(WEEKDAY(B1)<>1,SUM('1stMstr'!$C$5+'1stMstr'!$C$6+'1stMstr'!$C$7),"")
C21C21=IF(WEEKDAY(C1)<>1,SUM('2ndMstr'!$C$5+'2ndMstr'!$C$6+'2ndMstr'!$C$7),"")
D21D21=IF(WEEKDAY(D1)<>1,SUM('3rdMstr'!$C$5+'3rdMstr'!$C$6+'3rdMstr'!$C$7),"")
E21E21=IF(WEEKDAY(E1)<>1,SUM('4thMstr'!$C$5+'4thMstr'!$C$6+'4thMstr'!$C$7),"")
F21F21=IF(WEEKDAY(F1)<>1,SUM('5thMstr'!$C$5+'5thMstr'!$C$6+'5thMstr'!$C$7),"")
G21G21=IF(WEEKDAY(G1)<>1,SUM('6thMstr'!$C$5+'6thMstr'!$C$6+'6thMstr'!$C$7),"")
H21H21=IF(WEEKDAY(H1)<>1,SUM('7thMstr'!$C$5+'7thMstr'!$C$6+'7thMstr'!$C$7),"")
I21I21=IF(WEEKDAY(I1)<>1,SUM('8thMstr'!$C$5+'8thMstr'!$C$6+'8thMstr'!$C$7),"")
B22B22=IF(WEEKDAY(B1)<>1,'1stMstr'!$I$18, " ")
C22C22=IF(WEEKDAY(C1)<>1,'2ndMstr'!$I$18, " ")
D22D22=IF(WEEKDAY(D1)<>1,'3rdMstr'!$I$18, " ")
E22E22=IF(WEEKDAY(E1)<>1,'4thMstr'!$I$18, " ")
F22F22=IF(WEEKDAY(F1)<>1,'5thMstr'!$I$18, " ")
G22G22=IF(WEEKDAY(G1)<>1,'6thMstr'!$I$18, " ")
H22H22=IF(WEEKDAY(H1)<>1,'7thMstr'!$I$18, " ")
I22I22=IF(WEEKDAY(I1)<>1,'8thMstr'!$I$18, " ")
B23B23=IF(WEEKDAY(B1)<>1,'1stMstr'!$I$19, " ")
C23C23=IF(WEEKDAY(C1)<>1,'2ndMstr'!$I$19, " ")
D23D23=IF(WEEKDAY(D1)<>1,'3rdMstr'!$I$19, " ")
E23E23=IF(WEEKDAY(E1)<>1,'4thMstr'!$I$19, " ")
F23F23=IF(WEEKDAY(F1)<>1,'5thMstr'!$I$19, " ")
G23G23=IF(WEEKDAY(G1)<>1,'6thMstr'!$I$19, " ")
H23H23=IF(WEEKDAY(H1)<>1,'7thMstr'!$I$19, " ")
I23I23=IF(WEEKDAY(I1)<>1,'8thMstr'!$I$19, " ")
B24B24=IF(WEEKDAY(B1)<>1,'1stMstr'!$I$20, " ")
C24C24=IF(WEEKDAY(C1)<>1,'2ndMstr'!$I$20, " ")
D24D24=IF(WEEKDAY(D1)<>1,'3rdMstr'!$I$20, " ")
E24E24=IF(WEEKDAY(E1)<>1,'4thMstr'!$I$20, " ")
F24F24=IF(WEEKDAY(F1)<>1,'5thMstr'!$I$20, " ")
G24G24=IF(WEEKDAY(G1)<>1,'6thMstr'!$I$20, " ")
H24H24=IF(WEEKDAY(H1)<>1,'7thMstr'!$I$20, " ")
I24I24=IF(WEEKDAY(I1)<>1,'8thMstr'!$I$20, " ")
B25B25=IF(WEEKDAY(B1)<>1,'1stMstr'!$I$22, " ")
C25C25=IF(WEEKDAY(C1)<>1,'2ndMstr'!$I$22, " ")
D25D25=IF(WEEKDAY(D1)<>1,'3rdMstr'!$I$22, " ")
E25E25=IF(WEEKDAY(E1)<>1,'4thMstr'!$I$22, " ")
F25F25=IF(WEEKDAY(F1)<>1,'5thMstr'!$I$22, " ")
G25G25=IF(WEEKDAY(G1)<>1,'6thMstr'!$I$22, " ")
H25H25=IF(WEEKDAY(H1)<>1,'7thMstr'!$I$22, " ")
I25I25=IF(WEEKDAY(I1)<>1,'8thMstr'!$I$22, " ")
B28:I28B28=IF(WEEKDAY(B1)<>1,SUM(B21:B26),"")
B29:I29B29=IF(WEEKDAY(B1)<>1,(B28-B19),"")
B31:I31B31=IF(WEEKDAY(B1)<>1,IF(B28 = 0, 0, B10/B28), " ")
B32:I32B32=IF(WEEKDAY(B1)<>1,IF(B28 = 0, 0, SUM(B11+B13+B14)/B28), " ")
B33:I33B33=IF(WEEKDAY(B1)<>1,SUM(B31:B32)," ")
E34E34=SUM(B29:E29)
E35E35=(E34)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
E34:AE35Cell Value<0textNO
E34:AE35Cell Value>0textNO
B29:E29,G29:L29,N29:S29,U29:Z29,AB29:AE29Cell Value<0textNO
B29:E29,G29:L29,N29:S29,U29:Z29,AB29:AE29Cell Value>0textNO
B2:AF5,C6:E6,G6:AF6,B7:AF33Expression=WEEKDAY(B$1,2)>6textNO
B33:AF33Cell Value<0.6textNO
B33:AF33Cell Value>0.6textNO
B31:AF32Cell Value<0.3textNO
B31:AF32Cell Value>0.3textNO
B29:D30Cell Value<0textNO
B29:D30Cell Value>0textNO
A1:AF1Celldoes not contain a blank value textNO


Thanks in advance.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
First of all, what's with the long formulas in Row 1? All you need is =A1 in B1, then =B1+1 in C1 and dragged right.

That's just the first observation, I'm seeing a lot of inconsistency in your formulas which is making hard work of an easy job setting the sheet up to start with and will continue to make it harder when you try to analyse the results of those formulas. Using " " to show a blank is a bad idea, "" is the standard as it is comparable to an empty cell in many cases which makes things a lot easier.

For the main question, we would need to establish whether there is any consistency in the date pattern at the top. Will it always have a monday date in B1 or will that always be the 1st of the month? Does the data extend far enough right that there will be multiple sundays in the row? If so how do we know which sunday to look for?

There may be other details that need clarifying depending on your responses to the points above.
 
Upvote 0
I am a novice, so I know my formulas are inconsistent and probably never the best method the get the information I am looking for, but they are what I was able to put together to make it work. I am reattaching to include the first column, I missed it before. A1 is a list of months. When I change that month, it then adjusts the top row accordingly. I know how to run a bakery, Excel, not so much. The blue columns are Sundays, when we are closed. What I want to happen is have a formula in each cell of row 34 and if that cell falls on a Sunday, add up the cells for Saturday back to Monday from row 29.

I hope this makes sense.

Master Daily Reconcile November.xlsx
ABCDEFGH
1November 2021November 1, 2021November 2, 2021November 3, 2021November 4, 2021November 5, 2021November 6, 2021November 7, 2021
2Lease Per Business Day$386.46$386.46$386.46$386.46$386.46$386.46
3XCEL Per Business Day$42.31$42.31$42.31$42.31$42.31$42.31
4Xfinity Per Business Day$5.58$5.58$5.58$5.58$5.58$5.58
5SBA Per Business Day$192.31$192.31$192.31$192.31$192.31$192.31
6Farmers Market     $454.00 
7Steve And Penni Promisary$33.09$33.09$33.09$33.09$33.09$33.09
8Bakemark$266.67$266.67$266.67$266.67$266.67$266.67 
9Sysco$166.67$166.67$166.67$166.67$166.67$166.67 
10Payroll Per Day$842.00$1,015.00$1,023.00$0.00$0.00$0.00
11Inventory$821.09
12Royalty$171.73$80.46$158.64$98.21$111.20$0.00 
13Marketing$570.00
14Misc$52.99
15Tax$104.27$93.72$105.14$124.66$131.45$0.00
16Owner Draw
17Tips$44.47$55.88$165.05$129.94$93.90$0.00
18Square Fees$81.51$70.48$87.96$92.16$111.07$0.00
19Total$3,781.15$2,408.63$2,632.87$1,538.06$1,540.70$1,547.09 
20
21In Store Sales Collected$5,461.69$2,570.40$4,439.38$3,477.46$3,917.95$0.00 
22EZCater$325.22$177.24$1,036.88$0.00$0.00$0.00
23GrubHub$0.00$45.06$20.70$12.61$0.00$0.00
24Uber$76.12$19.95$61.12$31.10$0.00$0.00
25Door Dash$10.15$19.06$0.00$7.17$14.00$0.00
26Farmers Market
27
28Total$5,873.18$2,831.71$5,558.08$3,528.34$3,931.95$0.00 
29Daily Profit$2,092.03$423.08$2,925.21$1,990.28$2,391.25$1,547.09 
30
31Payroll %14.3%35.8%18.4%0.0%0.0%0.0%
32COGS %24.6%0.0%0.0%0.0%0.0%0.0%
33Big 238.9%35.8%18.4%0.0%0.0%0.0%
34Weekly Profit$7,430.60
35Month to Date Profit$7,430.60
Big Picture
Cell Formulas
RangeFormula
B1B1=DATE(YEAR(A1),MONTH(A1),DAY(A1))
C1C1=IF(A1="","",IF(MONTH(A1+1)<>MONTH(A1),"",A1+1))
D1:H1D1=IF(C1="","",IF(MONTH(C1+1)<>MONTH(C1),"",C1+1))
B2:H2B2=IF(WEEKDAY(B1)<>1,$AJ$1/($AH$1-$AH$2), " ")
B3:H3B3=IF(WEEKDAY(B1)<>1, $AJ$2/($AH$1-$AH$2), " ")
B4:H4B4=IF(WEEKDAY(B1)<>1,$AJ$3/($AH$1-$AH$2), " ")
B5:H5B5=IF(WEEKDAY(B1)<>1,$AJ$5/($AH$1-$AH$2), " ")
B6:H6B6=IF(WEEKDAY(B1)=7,(454),"")
B7:H7B7=IF(WEEKDAY(B1)<>1,$AJ$4/($AH$1-$AH$2), " ")
B8:H8B8=IF(WEEKDAY(B1)<>1,(266.67), "")
B9:H9B9=IF(WEEKDAY(B1)<>1,(166.67),"")
B12:H12B12=IF(WEEKDAY(B1)<>1,3%*(B28-B15-B17),"")
B15B15=IF(WEEKDAY(B1)<>1,'1stMstr'!$C$6, " ")
C15C15=IF(WEEKDAY(C1)<>1,'2ndMstr'!$C$6, " ")
D15D15=IF(WEEKDAY(D1)<>1,'3rdMstr'!$C$6, " ")
E15E15=IF(WEEKDAY(E1)<>1,'4thMstr'!$C$6, " ")
F15F15=IF(WEEKDAY(F1)<>1,'5thMstr'!$C$6, " ")
G15G15=IF(WEEKDAY(G1)<>1,'6thMstr'!$C$6, " ")
H15H15=IF(WEEKDAY(H1)<>1,'7thMstr'!$C$6, " ")
B17B17=IF(WEEKDAY(B1)<>1,'1stMstr'!$C$7, " ")
C17C17=IF(WEEKDAY(C1)<>1,'2ndMstr'!$C$7, " ")
D17D17=IF(WEEKDAY(D1)<>1,'3rdMstr'!$C$7, " ")
E17E17=IF(WEEKDAY(E1)<>1,'4thMstr'!$C$7, " ")
F17F17=IF(WEEKDAY(F1)<>1,'5thMstr'!$C$7, " ")
G17G17=IF(WEEKDAY(G1)<>1,'6thMstr'!$C$7, " ")
H17H17=IF(WEEKDAY(H1)<>1,'7thMstr'!$C$7, " ")
B18B18=IF(WEEKDAY(B1)<>1,'1stMstr'!$F$9, " ")
C18C18=IF(WEEKDAY(C1)<>1,'2ndMstr'!$F$9, " ")
D18D18=IF(WEEKDAY(D1)<>1,'3rdMstr'!$F$9, " ")
E18E18=IF(WEEKDAY(E1)<>1,'4thMstr'!$F$9, " ")
F18F18=IF(WEEKDAY(F1)<>1,'5thMstr'!$F$9, " ")
G18G18=IF(WEEKDAY(G1)<>1,'6thMstr'!$F$9, " ")
H18H18=IF(WEEKDAY(H1)<>1,'7thMstr'!$F$9, " ")
B19:H19B19=IF(WEEKDAY(B1)<>1,SUM(B2:B18),"")
B21B21=IF(WEEKDAY(B1)<>1,SUM('1stMstr'!$C$5+'1stMstr'!$C$6+'1stMstr'!$C$7),"")
C21C21=IF(WEEKDAY(C1)<>1,SUM('2ndMstr'!$C$5+'2ndMstr'!$C$6+'2ndMstr'!$C$7),"")
D21D21=IF(WEEKDAY(D1)<>1,SUM('3rdMstr'!$C$5+'3rdMstr'!$C$6+'3rdMstr'!$C$7),"")
E21E21=IF(WEEKDAY(E1)<>1,SUM('4thMstr'!$C$5+'4thMstr'!$C$6+'4thMstr'!$C$7),"")
F21F21=IF(WEEKDAY(F1)<>1,SUM('5thMstr'!$C$5+'5thMstr'!$C$6+'5thMstr'!$C$7),"")
G21G21=IF(WEEKDAY(G1)<>1,SUM('6thMstr'!$C$5+'6thMstr'!$C$6+'6thMstr'!$C$7),"")
H21H21=IF(WEEKDAY(H1)<>1,SUM('7thMstr'!$C$5+'7thMstr'!$C$6+'7thMstr'!$C$7),"")
B22B22=IF(WEEKDAY(B1)<>1,'1stMstr'!$I$18, " ")
C22C22=IF(WEEKDAY(C1)<>1,'2ndMstr'!$I$18, " ")
D22D22=IF(WEEKDAY(D1)<>1,'3rdMstr'!$I$18, " ")
E22E22=IF(WEEKDAY(E1)<>1,'4thMstr'!$I$18, " ")
F22F22=IF(WEEKDAY(F1)<>1,'5thMstr'!$I$18, " ")
G22G22=IF(WEEKDAY(G1)<>1,'6thMstr'!$I$18, " ")
H22H22=IF(WEEKDAY(H1)<>1,'7thMstr'!$I$18, " ")
B23B23=IF(WEEKDAY(B1)<>1,'1stMstr'!$I$19, " ")
C23C23=IF(WEEKDAY(C1)<>1,'2ndMstr'!$I$19, " ")
D23D23=IF(WEEKDAY(D1)<>1,'3rdMstr'!$I$19, " ")
E23E23=IF(WEEKDAY(E1)<>1,'4thMstr'!$I$19, " ")
F23F23=IF(WEEKDAY(F1)<>1,'5thMstr'!$I$19, " ")
G23G23=IF(WEEKDAY(G1)<>1,'6thMstr'!$I$19, " ")
H23H23=IF(WEEKDAY(H1)<>1,'7thMstr'!$I$19, " ")
B24B24=IF(WEEKDAY(B1)<>1,'1stMstr'!$I$20, " ")
C24C24=IF(WEEKDAY(C1)<>1,'2ndMstr'!$I$20, " ")
D24D24=IF(WEEKDAY(D1)<>1,'3rdMstr'!$I$20, " ")
E24E24=IF(WEEKDAY(E1)<>1,'4thMstr'!$I$20, " ")
F24F24=IF(WEEKDAY(F1)<>1,'5thMstr'!$I$20, " ")
G24G24=IF(WEEKDAY(G1)<>1,'6thMstr'!$I$20, " ")
H24H24=IF(WEEKDAY(H1)<>1,'7thMstr'!$I$20, " ")
B25B25=IF(WEEKDAY(B1)<>1,'1stMstr'!$I$22, " ")
C25C25=IF(WEEKDAY(C1)<>1,'2ndMstr'!$I$22, " ")
D25D25=IF(WEEKDAY(D1)<>1,'3rdMstr'!$I$22, " ")
E25E25=IF(WEEKDAY(E1)<>1,'4thMstr'!$I$22, " ")
F25F25=IF(WEEKDAY(F1)<>1,'5thMstr'!$I$22, " ")
G25G25=IF(WEEKDAY(G1)<>1,'6thMstr'!$I$22, " ")
H25H25=IF(WEEKDAY(H1)<>1,'7thMstr'!$I$22, " ")
B28:H28B28=IF(WEEKDAY(B1)<>1,SUM(B21:B26),"")
B29:H29B29=IF(WEEKDAY(B1)<>1,(B28-B19),"")
B31:H31B31=IF(WEEKDAY(B1)<>1,IF(B28 = 0, 0, B10/B28), " ")
B32:H32B32=IF(WEEKDAY(B1)<>1,IF(B28 = 0, 0, SUM(B11+B13+B14)/B28), " ")
B33:H33B33=IF(WEEKDAY(B1)<>1,SUM(B31:B32)," ")
E34E34=SUM(B29:E29)
E35E35=(E34)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
E34:AE35Cell Value<0textNO
E34:AE35Cell Value>0textNO
B29:E29,G29:L29,N29:S29,U29:Z29,AB29:AE29Cell Value<0textNO
B29:E29,G29:L29,N29:S29,U29:Z29,AB29:AE29Cell Value>0textNO
B2:AF5,C6:E6,G6:AF6,B7:AF33Expression=WEEKDAY(B$1,2)>6textNO
B33:AF33Cell Value<0.6textNO
B33:AF33Cell Value>0.6textNO
B31:AF32Cell Value<0.3textNO
B31:AF32Cell Value>0.3textNO
B29:D30Cell Value<0textNO
B29:D30Cell Value>0textNO
A1:AF1Celldoes not contain a blank value textNO
Cells with Data Validation
CellAllowCriteria
A1ListJan-2021, Feb-2021, Mar-2021, Apr-2021, May-2021, Jun-2021, Jul-2021, Aug-2021, Sep-2021, Oct-2021, Nov-2021, Dec-2021
 
Upvote 0
With regard to my comment about inconsistency making things difficult, I would strongly advise that you use find and replace (press Ctrl h in excel) to change " " to "" in all of your formulas by entering " " in the first box and "" in the second, then clicking the 'Replace all' button. That is the one thing that is likely to cause problems later, the others are just long winded ways of doing things that shouldn't affect anything else you do to the sheet in the future.

As far as the formula goes that you've asked for, the easiest way to do what you want would be to enter
Excel Formula:
=IF(WEEKDAY(H1)=1,IFERROR(SUM(B29:G29),SUM($B29:G29)),"")
into G34, then drag it left to B34 to fill the first week, and right as far as needed to fill the rest of the month.

The formula is set up so that it sums the 6 columns to the left of the formula. As it may be necessary to sum less than 6 columns, say when the first sunday falls on the 4th day of the month, the formula can not be set up correctly from column B as it will cause errors. By starting from the middle and dragging it both ways we can work around those errors.
 
Upvote 0
Solution
Thank you for the fix, it is applied and thank you for the formula, it works perfectly!
 
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,876
Members
449,056
Latest member
ruhulaminappu

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