If Exist in a Column Range

MrDB4Excel

Active Member
Joined
Jan 29, 2004
Messages
334
Office Version
  1. 2013
Platform
  1. Windows
I spent a great deal of time today looking through several options of VLOOKUP, HLOOKUP, XLOOKUP, and other Index and Match scenarios but could not seem to get things working correctly. I always ended with the result being either from the same row or of the type #VALUE! error.
If exist in a column range then copy from a row range the values in cells adjacent to the cell in which the value from the column range was found.

For example, in column “C” I need to find, if it exists, a value, in this case, this value will always be in a number format in column “C” such that the number format is always two digits to the left of the decimal and three digits to the right of the decimal: 00.000.

If the number exists in column “C” then I need to get the values in the row to the right of the cell but one row down. So for example, I need to find in column “C”, the value 20.943 (in the attached Xl2bb Mini Sheet 20.943 is in cell C16). To the right of cell C16 and one row down (row 17), you see a series of numbers from column “D” through to column “N” and these numbers are always of the format one digit to the left of the decimal and three digits to the right of the decimal: 0.000.

So then, if the number searched for does exist, then the formula would get the values in cells D-row# through to and including N-row#; in the example described above it would be D17 to N17. At this point is a simple matter of me copying these numbers to the other sheet called ForTab in the location beginning at cell N6 and thus would paste through to X6.

How would the formula know what number to see if it exists in column “C”? Good question. The simple answer is the formula looks at cell AJ2 on sheet DailyRate1Apr2023-31Mar2024. AJ2 is equal to cell L17 on sheet ForTab.

To make this a bit more tricky I would want the basic if exist formula to exist on sheet ForTab, thus picking it would either jump to sheet DailyRate1Apr2023-31Mar2024 and in the same breath get the cells D-row# through to and including N-row#; from which I would, of course, do a simple copy and paste back to ForTab—or it would give a message something akin to value does not exist. At this point, I would quickly know to run the numbers on Fortissimo’s website to get exchange rate values.

Side note: this workbook, BogusFortissimoTabulation2023.xlsx, was set up with bogus data but essentially is the same as the original workbook FortissimoTabulation2023.xlsx except the original has confidential data and several more sheets. Also, note that I have the XLOOKUP addin I am using for my Excel 2013 thus XLOOKUP works very well.

BogusFortissimoTabulation2023.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKALAMANAOAPAQARASATAU
1Beginning With April 1, 2023$1,000$2,000$3,000$4,000$5,000$6,000$7,000$8,000$9,000$10,000$11,000$12,000Extra Dates Per Specific Rate161818B Col CountThu-01 June 2023#N/A1st Date/Time2nd Date/Time3rd Date/Time=TEXT(??=TEXT(??=TEXT(??
2April 2023May 2023June 2023July 2023August 2023September 2023October 2023November 2023December 2023January 2024February 2024March 2024Min ððð64,923.30 Kč3,100$B$1816$O$1616#N/A21.508DEFGHIJKLMN
3Max ððð66,417.50 Kč3,20020$O$66
47:47:58Sat-01 April 202321.35721.36121.36621.37021.37421.37821.37821.37821.37821.37821.37821.37866,206.70 KčMDL13,100Apr 02, 2023 06:23:06 Apr 03, 2023 06:44:021Apr 02, 2023 06:23:06Apr 03, 2023 06:44:02Apr 02, 2023 06:23:06Apr 03, 2023 06:44:02January2023#N/A#N/A#N/A#N/A#N/A#N/A#N/A#N/A#N/A#N/A#N/A#N/A
50.0040.0050.0040.0040.0040.0000.0000.0000.0000.0000.0000 February2024
65:59:11Tue-04 April 202321.42521.43021.43421.43821.44021.44521.44721.44721.44721.44721.44721.44766,417.50 KčMDL13,100Feb 06, 2023 08:26:24 May 23, 2023 07:12:422Feb 06, 2023 08:26:24May 23, 2023 07:12:42Feb 06, 2023 08:26:24May 23, 2023 07:12:42March
70.0050.0040.0040.0020.0050.0020.0000.0000.0000.0000.0000 April
812:32:54Wed-05 April 202321.16221.16721.17121.17521.17921.18321.18321.18321.18321.18321.18321.18365,602.20 Kč13,100Apr 06, 2023 07:29:063May
90.0050.0040.0040.0040.0040.0000.0000.0000.0000.0000.0000 June
107:17:47Tue-25 April 202321.07521.07921.08321.08821.09221.09621.09621.09621.09621.09621.09621.09665,332.50 Kč03,10013#REF!
110.0040.0040.0050.0040.0040.0000.0000.0000.0000.0000.0000 January 2024
127:19:25Wed-26 April 202320.94820.95320.95720.96120.96520.96920.96920.96920.96920.96920.96920.96964,938.80 Kč13,10014February 2024
130.0050.0040.0040.0040.0040.0000.0000.0000.0000.0000.0000 March 2024
146:41:25Thu-27 April 202321.00721.01121.01521.01921.02321.02821.02821.02821.02821.02821.02821.02865,121.70 Kč13,10015
150.0040.0040.0040.0040.0050.0000.0000.0000.0000.0000.0000 
167:51:15Fri-28 April 202320.94320.94820.95220.95620.96020.96420.96420.96420.96420.96420.96420.96464,923.30 Kč13,10016
170.0050.0040.0040.0040.0040.0000.0000.0000.0000.0000.0000 
DailyRate1Apr2023-31Mar2024
Cell Formulas
RangeFormula
C1C1=ForTab!$M$1
D1D1=ForTab!$N$1
E1E1=ForTab!$O$1
F1F1=ForTab!$P$1
G1G1=ForTab!$Q$1
H1H1=ForTab!$R$1
I1I1=ForTab!$S$1
J1J1=ForTab!$T$1
K1K1=ForTab!$U$1
L1L1=ForTab!$V$1
M1M1=ForTab!$W$1
N1N1=ForTab!$X$1
U1U1=EXTRACTNUMBERS(X2,TRUE)
V1V1=SUM(U1+2)
W1W1=EXTRACTNUMBERS(V1)
Z1Z1=XLOOKUP(Y1,$B$4:$B$17,$C$4:$C$17,0)
W2W2=ADDRESS(W1,2)
X2X2=COUNTA(E:E)
Y2Y2=CELL("address",INDEX(O:O,MATCH(MIN(O:O),O:O,0)))
Z2:Z3Z2=RIGHT(Y2,LEN(Y2)-FIND(CHAR(160),SUBSTITUTE(Y2,"$",CHAR(160),2)))
Y3Y3=CELL("address",INDEX(O:O,MATCH(MAX(O:O),O:O,0)))
AH2AH2=CELL("Address",XLOOKUP($AJ$4,$C$4:$C$61,$D$4:$D$61))
AJ2AJ2=ForTab!L17
P2P2=MIN($O$4:$O$17)
P3P3=MAX($O$4:$O$17)
O4,O16,O14,O12,O10,O8,O6O4=IFERROR(IF(SUM(C4*R4)=0,"",(SUM(C4*R4))),"")
R4:R17R4=IF(YEAR(B4)=2023,$R$2,IF(YEAR(B4)=2024,$R$3,""))
S4,S6S4=AD4&CHAR(10)&AE4
AD6:AE6,AD4:AE4AD4=TEXT(AA4,"mmm dd, yyyy hh:mm:ss")
AJ4:AU4AJ4=XLOOKUP($AJ$2,$C$4:$C$61,$C$4:$N$61)
Q11:Q17,Q5:Q9Q5=MOD(ROWS(Q$2:Q3),2)
Q10Q10=MOD(ROWS(Q$2:Q9),2)
AG10AG10=#REF!&" "&$AH$4
AG11:AG13AG11=AG4&" "&$AH$5
Press CTRL+SHIFT+ENTER to enter array formulas.
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C4Expression=$Q4=0textNO
C5:N6,D4:N4,A4:B6,A7:N17Expression=$Q4=0textNO



BogusFortissimoTabulation2023.xlsx
BCDEFGHIJKLMNOPQRSTUVWXY
1MonthActual RateDollarsCurrent RatesAmt TenderedCrowns ReceivedTime of DataDate of Data$1,000$2,000$3,000$4,000$5,000$6,000$7,000$8,000$9,000$10,000$11,000$12,000
2April1Apr-20230.000$1,00021.508$1,0000.00 KčApr-2023May-2023Jun-2023Jul-2023Aug-2023Sep-2023Oct-2023Nov-2023Dec-2023Jan-2024Feb-2024Mar-2024
3May2May-20230.000$2,00021.512$1,0000.00 Kč$1,000$2,000$3,000$4,000$5,000$6,000$7,000$8,000$9,000$10,000$11,000$12,000USD to CZK
4June3Jun-20230.000$3,00021.516$1,00021.9347000
5July4Jul-20230.000$4,00021.521$1,00019:00:26Fri-09 June 202321.50821.51221.51621.52121.52521.52921.52921.52921.52921.52921.52921.529#REF!
6August5Aug-20230.000$5,00021.525$1,0000.0040.0040.0050.0040.0040.0000.0000.0000.0000.0000.000
7September6Sep-20230.000$6,00021.529$1,000
8October7Oct-20230.000$7,00021.529$1,000
9November8Nov-20230.000$8,00021.529$1,000
10December9Dec-20230.000$9,00021.529$1,000
11January10Jan-20240.000$10,00021.529$1,000Jun 09, 2023 19:00:26
12February11Feb-20240.000$11,00021.529$1,000
13March12Mar-20240.000$12,00021.529$1,000
14
15
16YearMonthDay
176/9/2023202369$1000Base ð21.508
18June
19
2021.516YearMonthDay
216/9/20232023696/9/202319:00:26Friday, June, 2023 19:00:26
2220237/9/20237
232024June2021
242025July2022
25AprApr-2023$1,00021.508$1,000April June
26MayMay-2023$2,00021.512$1,000May 6
27JunJun-2023$3,00021.516$1,000June 
28JulJul-2023$4,00021.521$1,000July July
29AugAug-2023$5,00021.525$1,000August 7
30SepSep-2023$6,00021.529$1,000September 
31OctOct-2023$7,00021.529$1,000October 
32NovNov-2023$8,00021.529$1,000November 
33DecDec-2023$9,00021.529$1,000December 
34JanJan-2024$10,00021.529$1,000January 
35FebFeb-2024$11,00021.529$1,000February 
36MarMar-2024$12,00021.529$1,000March 
ForTab
Cell Formulas
RangeFormula
M1M1=F2
N1N1=F3
O1O1=F4
P1P1=F5
Q1Q1=F6
R1R1=F7
S1S1=F8
T1T1=F9
U1U1=F10
V1V1=F11
W1W1=F12
X1X1=F13
M2M2=D2
N2N2=D3
O2O2=D4
P2P2=D5
Q2Q2=D6
R2R2=D7
S2S2=D8
T2T2=D9
U2U2=D10
V2V2=D11
W2W2=D12
X2X2=D13
M3M3=$F2
N3N3=$F3
O3O3=$F4
P3P3=$F5
Q3Q3=$F6
R3R3=$F7
S3S3=$F8
T3T3=$F9
U3U3=$F10
V3V3=$F11
W3W3=$F12
X3X3=$F13
F2,F25F2=H2
G2G2=L17
F26:F36,F3:F13F3=SUM(F2+H3)
G3G3=SUM(G2+N$6)
G4G4=SUM(G3+O$6)
G5G5=SUM(G4+P$6)
G6G6=SUM(G5+Q$6)
G7G7=SUM(G6+R$6)
G8G8=SUM(G7+S$6)
G9G9=SUM(G8+T$6)
G10G10=SUM(G9+U$6)
G11G11=SUM(G10+V$6)
G12G12=SUM(G11+W$6)
G13G13=SUM(G12+X$6)
I2:I3I2=SUM(E2*H2)
Y4Y4='F:\Finances\CSOB\2023\[CurrencyConversionRatesWebQuery2023.xlsm]Current Rates'!$J$12
K5K5=NOW()-TODAY()
L5L5=F17
M5M5=$G2
N5N5=$G3
O5O5=$G4
P5P5=$G5
Q5Q5=$G6
R5R5=$G7
S5S5=$G8
T5T5=$G9
U5U5=$G10
V5V5=$G11
W5W5=$G12
X5X5=$G13
Y5Y5=#REF!
L11,N21L11=NOW()
D2:D13D2=E25
G17,D22,G21G17=YEAR(TODAY())
H17,H21H17=MONTH(TODAY())
I17,I21I17=DAY(TODAY())
J17J17="$"&H2
F17,F21F17=DATE(G17,H17,I17)
F18F18=TEXT(DATE(H17,H17,1),"MMMM")
M21M21=TODAY()
O21O21=TEXT(M21,"dddd, mmmm, yyyy ")&TEXT(N21,"hh:mm:ss")
H22H22=MONTH(F22)
D23D23=YEAR(TODAY())+1
D24D24=YEAR(TODAY())+2
F20F20=VLOOKUP(F23,$B$2:$G$13,6,0)
F22F22=EDATE(F21,1)
F23:F24F23=TEXT(DATE(H21,H21,1),"MMMM")
E25:E33E25=D25&"-"&$D$22
G25:G36G25=G2
E34:E36E34=D34&"-"&$D$23
L24L24=DATE(YEAR($L$23)+1,MONTH($L$23),DAY($L$23))
L25L25=IF(L26=H22,F24,F23)
L26L26=IF(I17>10,H22,H21)
L28L28=IF(L29=H21,F23,F24)
L29L29=IF(I17<10,H22,H21)
J25:J36J25=IF(I2=0,"",I2)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
N6:X6Cell Valuecontains "Zero"textNO
 

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.
I put the formula in the "ForTab" sheet in cells from N6 to X6. I hope I understood...

Dante Amor
LMNOPQRSTUVWX
1Date of Data100020003000400050006000700080009000100001100012000
2Apr-2023May-2023Jun-2023Jul-2023Aug-2023Sep-2023Oct-2023Nov-2023Dec-2023Jan-2024Feb-2024Mar-2024
3100020003000400050006000700080009000100001100012000
4
54508620.94320.94820.95220.95620.9620.96420.96420.96420.96420.96420.96420.964
60.0050.0040.0040.0040.004000000
7
8
9
10
1109/06/2023 17:47
12
13
14
15
16
1720.943
ForTab
Cell Formulas
RangeFormula
N6:X6N6=INDEX('DailyRate1Apr2023-31Mar2024'!$D$4:$N$17,MATCH($L$17,'DailyRate1Apr2023-31Mar2024'!$C$4:$C$17,0)+1,COLUMNS($N$5:N5))



--------------
Let me know the result and I'll get back to you as soon as I can.
Cordially
Dante Amor
--------------​
 
Upvote 0
I put the formula in the "ForTab" sheet in cells from N6 to X6. I hope I understood...

Dante Amor
LMNOPQRSTUVWX
1Date of Data100020003000400050006000700080009000100001100012000
2Apr-2023May-2023Jun-2023Jul-2023Aug-2023Sep-2023Oct-2023Nov-2023Dec-2023Jan-2024Feb-2024Mar-2024
3100020003000400050006000700080009000100001100012000
4
54508620.94320.94820.95220.95620.9620.96420.96420.96420.96420.96420.96420.964
60.0050.0040.0040.0040.004000000
7
8
9
10
1109/06/2023 17:47
12
13
14
15
16
1720.943
ForTab
Cell Formulas
RangeFormula
N6:X6N6=INDEX('DailyRate1Apr2023-31Mar2024'!$D$4:$N$17,MATCH($L$17,'DailyRate1Apr2023-31Mar2024'!$C$4:$C$17,0)+1,COLUMNS($N$5:N5))



--------------
Let me know the result and I'll get back to you as soon as I can.
Cordially
Dante Amor
--------------​
Hello Dante,
It gives me the #N/A error.
Yes I understood to put your formula in the ForTab sheet from N6:X6

Cell Formulas
RangeFormula
M1M1=F2
N1N1=F3
O1O1=F4
P1P1=F5
Q1Q1=F6
R1R1=F7
S1S1=F8
T1T1=F9
U1U1=F10
V1V1=F11
W1W1=F12
X1X1=F13
M2M2=D2
N2N2=D3
O2O2=D4
P2P2=D5
Q2Q2=D6
R2R2=D7
S2S2=D8
T2T2=D9
U2U2=D10
V2V2=D11
W2W2=D12
X2X2=D13
M3M3=$F2
N3N3=$F3
O3O3=$F4
P3P3=$F5
Q3Q3=$F6
R3R3=$F7
S3S3=$F8
T3T3=$F9
U3U3=$F10
V3V3=$F11
W3W3=$F12
X3X3=$F13
I2:I3I2=SUM(E2*H2)
K5K5=NOW()-TODAY()
L5L5=F17
M5M5=$G2
N5N5=$G3
O5O5=$G4
P5P5=$G5
Q5Q5=$G6
R5R5=$G7
S5S5=$G8
T5T5=$G9
U5U5=$G10
V5V5=$G11
W5W5=$G12
X5X5=$G13
N6:X6N6=INDEX('DailyRate1Apr2023-31Mar2024'!$D$4:$N$17,MATCH($L$17,'DailyRate1Apr2023-31Mar2024'!$C$4:$C$17,0)+1,COLUMNS($N$5:N5))
L11L11=NOW()
G2G2=L17
G3G3=SUM(G2+N$6)
G4G4=SUM(G3+O$6)
G5G5=SUM(G4+P$6)
G6G6=SUM(G5+Q$6)
G7G7=SUM(G6+R$6)
G8G8=SUM(G7+S$6)
G9G9=SUM(G8+T$6)
G10G10=SUM(G9+U$6)
G11G11=SUM(G10+V$6)
G12G12=SUM(G11+W$6)
G13G13=SUM(G12+X$6)
G17G17=YEAR(TODAY())
H17H17=MONTH(TODAY())
I17I17=DAY(TODAY())
J17J17="$"&H2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
N6:X6Expression=$Q6=0textNO
 
Last edited:
Upvote 0
the N/A error is because the value 21.943 does not exist in the sheet, try a value that does exist.
To avoid the error, use the IFERROR function.
I figured out what I did wrong. I entered 21.943 in cell L17 on sheet ForTab by mistake when I meant to enter 20.943. Now it works.
Kudos to Dante. Now I will see how it works in the non-bogus workbook and will let you how that goes.
Many thanks thus far. Stay tuned, will be back shortly with an update on the other workbook.
 
Upvote 0
the N/A error is because the value 21.943 does not exist in the sheet, try a value that does exist.
To avoid the error, use the IFERROR function.
Now this is working very well in the non-bogus workbook. And because I have another sheet similar to DailyRate1Apr2023-31Mar2024 called DailyRate1Apr2022-31Mar2023 that was not shown in the bogus workbook I now have two rows that essentially are looking in their respective sheet for the intended match.

FortissimoTabulation2023.xlsx
LMNOPQRSTUVWX
6DailyRate1Apr2023-31Mar2024 ððð0.0040.0040.0050.0040.0040.0000.0000.0000.0000.0000.000
7DailyRate1Apr2022-31Mar2023 ððð#N/A#N/A#N/A#N/A#N/A#N/A#N/A#N/A#N/A#N/A#N/A
ForTab
Cell Formulas
RangeFormula
N6:X6N6=INDEX('DailyRate1Apr2023-31Mar2024'!$D$4:$N$555,MATCH($L$17,'DailyRate1Apr2023-31Mar2024'!$C$4:$C$555,0)+1,COLUMNS($N$5:N5))
N7:X7N7=INDEX('DailyRate1Apr2022-31Mar2023'!$D$4:$N$555,MATCH($L$17,'DailyRate1Apr2022-31Mar2023'!$C$4:$C$555,0)+1,COLUMNS($N$5:N6))


Unfortunately, this leads to another unforeseen issue.
Column "G" has formulas in it that give correct values depending on N6:X6.
Now that I have a new row for the other sheet how can I fix the formulas in column "G" to get the values in N7:X7 if the values in N6:X6 are #N/A due to the value in L17 is not found on sheet DailyRate1Apr2023-31Mar2024?
Likewise, if the value exists on both sheets DailyRate1Apr2023-31Mar2024 & DailyRate1Apr2022-31Mar2023 then there is not a problem.

FortissimoTabulation2023.xlsx
G
1Current Rates
221.508
321.512
421.516
521.521
621.525
721.529
821.529
921.529
1021.529
1121.529
1221.529
1321.529
ForTab
Cell Formulas
RangeFormula
G2G2=L17
G3G3=SUM(G2+N$6)
G4G4=SUM(G3+O$6)
G5G5=SUM(G4+P$6)
G6G6=SUM(G5+Q$6)
G7G7=SUM(G6+R$6)
G8G8=SUM(G7+S$6)
G9G9=SUM(G8+T$6)
G10G10=SUM(G9+U$6)
G11G11=SUM(G10+V$6)
G12G12=SUM(G11+W$6)
G13G13=SUM(G12+X$6)
 
Last edited:
Upvote 0
the N/A error is because the value 21.943 does not exist in the sheet, try a value that does exist.
To avoid the error, use the IFERROR function.
FYI The exchange website where I get the rates to input into my Excel workbook only gives the value for the input of dollar amount in the format 00.000. I use the values in N6:X6 to update the exchange rates shown in column "G"
Too bad Fortissimo didn't have their site be more useful in regards to multiple currency input values instead of only one value at a time. If they did, and they allowed an input of a table from Excel that would be awesome.
 
Upvote 0
the N/A error is because the value 21.943 does not exist in the sheet, try a value that does exist.
To avoid the error, use the IFERROR function.
unforeseen issue?
I got this one figured out too. Obviously, if the searched-for value exists on both sheets then the values in for example N6 & N7 would be identical, thus the Max is going to be the same as the identical values in N6 & N7.

FortissimoTabulation2023.xlsx
LMNOPQRSTUVWX
6DailyRate1Apr2023-31Mar2024 ððð0.0040.0040.0050.0040.0040.0000.0000.0000.0000.0000.000
7DailyRate1Apr2022-31Mar2023 ððð           
80.0040.0040.0050.0040.0040.0000.0000.0000.0000.0000.000
ForTab
Cell Formulas
RangeFormula
N6:X6N6=IFERROR(INDEX('DailyRate1Apr2023-31Mar2024'!$D$4:$N$555,MATCH($L$17,'DailyRate1Apr2023-31Mar2024'!$C$4:$C$555,0)+1,COLUMNS($N$5:N5)),"")
N7:X7N7=IFERROR(INDEX('DailyRate1Apr2022-31Mar2023'!$D$4:$N$555,MATCH($L$17,'DailyRate1Apr2022-31Mar2023'!$C$4:$C$555,0)+1,COLUMNS($N$5:N6)),"")
N8:X8N8=MAX(N6:N7)


FortissimoTabulation2023.xlsx
G
221.508
321.512
421.516
521.521
621.525
721.529
821.529
921.529
1021.529
1121.529
1221.529
1321.529
ForTab
Cell Formulas
RangeFormula
G2G2=L17
G3G3=SUM(G2+N$8)
G4G4=SUM(G3+O$8)
G5G5=SUM(G4+P$8)
G6G6=SUM(G5+Q$8)
G7G7=SUM(G6+R$8)
G8G8=SUM(G7+S$8)
G9G9=SUM(G8+T$8)
G10G10=SUM(G9+U$8)
G11G11=SUM(G10+V$8)
G12G12=SUM(G11+W$8)
G13G13=SUM(G12+X$8)
 
Upvote 0
To avoid the error, use the IFERROR function.
Example:

Excel Formula:
=IFERROR(INDEX('DailyRate1Apr2023-31Mar2024'!$D$4:$N$17,MATCH($L$17,'DailyRate1Apr2023-31Mar2024'!$C$4:$C$17,0)+1,COLUMNS($N$5:N5)),"")
 
Upvote 0
Solution

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
Latest member
Anshu121

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