Returning a text value from a multi criteria lookup using an exact match and between statement

Dylancam

New Member
Joined
Jul 3, 2015
Messages
11
Hi All,

I'll do my best to explain my issue. It's a similar problem to threads that I have seen resolved, but none seem to fit my problem... (I've included some context at the bottom of the post)

Essentially, I need to perform a 3 (or 2) way lookup and return a result from a field on the data table that I specify (could be text or numerical):


Criteria 1: A criteria from my entry sheet (Registration #) on a data table that will have many instances of this criteria

Combined with (and)

Criteria 2 & 3 (I assume 1 for >date and one for < date): Needs to identify if the single date value on my entry sheet (Penalty Date) falls between a start and end date in my data table (2 columns)

To provide some context here... I have a list of hundreds of vehicles that I have hired to thousands of customers over a range of dates. This data sits in a large table.

What I am hoping to acheive is to have another sheet where I can key in a Registration Number and a Penalty Date and have a formula return the customer name (from the Data Table) who had the vehicle in their possession at the time where the penalty was incurred. We have thousands of toll notices and penalty notices hence why I wish to tackle in this format rather than just using filters...

Given that the penalty date will often not fall on the start or end date, but somewhere in between, I don't think that I can use the INDEX MATCH type solution that I have seen around using the concatenation step.

I hope this makes some sense.

Any help is appreciated!

Thanks
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Try to post a scaled-down sample along with the desired result. For providing a sample, Attachments lists a few methods for posting sample exhibits which do not require retyping and the add-in https://app.box.com/s/soezox25h3w0q5s4rcyl is also a method for posting an exhibit (Note that an image or a link to a storage site like dropbox or onedrive etc. does not provide a permanent record.). Mind you a forum without a permanent record is not of much value.
 
Upvote 0
Try to post a scaled-down sample along with the desired result. For providing a sample, Attachments lists a few methods for posting sample exhibits which do not require retyping and the add-in https://app.box.com/s/soezox25h3w0q5s4rcyl is also a method for posting an exhibit (Note that an image or a link to a storage site like dropbox or onedrive etc. does not provide a permanent record.). Mind you a forum without a permanent record is not of much value.
Data Table and Entry Table example below. I'd like to enter the first 2 columns on the entry table and have the remaining values (highlighted in blue) to populate from a formula

DATA TABLE

Excel 2010 32 bit
[Table="width:, class:head"][tr=bgcolor:#888888][th] [/th][th]
A
[/th][th]
B
[/th][th]
C
[/th][th]
D
[/th][th]
E
[/th][th]
F
[/th][th]
G
[/th][th]
H
[/th][th]
I
[/th][th]
J
[/th][th]
K
[/th][th]
L
[/th][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
1
[/td][td=bgcolor:#FABF8F]
Rego
[/td][td=bgcolor:#FABF8F]
Hire_Ref
[/td][td=bgcolor:#FABF8F]
Branch_Code
[/td][td=bgcolor:#FABF8F]
Hire_No
[/td][td=bgcolor:#FABF8F]
Line_No
[/td][td=bgcolor:#FABF8F]
Cust_Code
[/td][td=bgcolor:#FABF8F]
CustName
[/td][td=bgcolor:#FABF8F]
fleet_no
[/td][td=bgcolor:#FABF8F]
fld_Desc
[/td][td=bgcolor:#FABF8F]
Line_StDate
[/td][td=bgcolor:#FABF8F]
Term_Date
[/td][td=bgcolor:#FABF8F]
Return_Date
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
2
[/td][td]QQ25II[/td][td]5878555_1[/td][td]ROCL[/td][td]
5878555​
[/td][td]
1​
[/td][td]COMM6003[/td][td]Commercial & Industrial Property Pty Ltd[/td][td]
1103934​
[/td][td]Trailer - Machine (Roller)[/td][td]
21/04/2016​
[/td][td]
22/04/2016​
[/td][td]
22/04/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
3
[/td][td]QQ25II[/td][td]5716135_3[/td][td]GEEB[/td][td]
5716135​
[/td][td]
3​
[/td][td]BMDU7000[/td][td]BMD Urban Pty Ltd[/td][td]
1103934​
[/td][td]Trailer - Machine (Roller)[/td][td]
12/01/2016​
[/td][td]
2/03/2016​
[/td][td]
2/03/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
4
[/td][td]QQ25II[/td][td]5675204_3[/td][td]GEEB[/td][td]
5675204​
[/td][td]
3​
[/td][td]BMDC9528[/td][td]BMD CONSTRUCTIONS PTY LTD[/td][td]
1103934​
[/td][td]Trailer - Machine (Roller)[/td][td]
14/12/2015​
[/td][td]
11/01/2016​
[/td][td]
12/01/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
5
[/td][td]QQ25II[/td][td]5672710_3[/td][td]STRP[/td][td]
5672710​
[/td][td]
3​
[/td][td]CASH-STRP[/td][td]All Stars Asphalt[/td][td]
1103934​
[/td][td]Trailer - Machine (Roller)[/td][td]
10/12/2015​
[/td][td]
10/12/2015​
[/td][td]
10/12/2015​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
6
[/td][td]QQ25II[/td][td]5667701_3[/td][td]STRP[/td][td]
5667701​
[/td][td]
3​
[/td][td]CASH-STRP[/td][td]All Stars Asphalt[/td][td]
1103934​
[/td][td]Trailer - Machine (Roller)[/td][td]
8/12/2015​
[/td][td]
8/12/2015​
[/td][td]
8/12/2015​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
7
[/td][td]000QZO[/td][td]5397211_4[/td][td]BILO[/td][td]
5397211​
[/td][td]
4​
[/td][td]angl6004[/td][td]ANGLO COAL (CALLIDE MANAGEMENT) PTY LTD[/td][td]
1150125​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
1/07/2015​
[/td][td]NULL[/td][td]NULL[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
8
[/td][td]AA63BB[/td][td]5938918_3[/td][td]CRNS[/td][td]
5938918​
[/td][td]
3​
[/td][td]CASH-CRNS[/td][td]Issac Marshall[/td][td]
1103935​
[/td][td]Trailer - Machine (Roller)[/td][td]
31/05/2016​
[/td][td]NULL[/td][td]NULL[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
9
[/td][td]AA63BB[/td][td]5903141_2[/td][td]CRNS[/td][td]
5903141​
[/td][td]
2​
[/td][td]ROAD6005[/td][td]ROADTEK ASSET SERVICES[/td][td]
1103935​
[/td][td]Trailer - Machine (Roller)[/td][td]
9/05/2016​
[/td][td]
20/05/2016​
[/td][td]
20/05/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
10
[/td][td]AA63BB[/td][td]5900525_2[/td][td]CRNS[/td][td]
5900525​
[/td][td]
2​
[/td][td]RICH6026[/td][td]RICHARDSONS ELECTRICAL SERVICE[/td][td]
1103935​
[/td][td]Trailer - Machine (Roller)[/td][td]
6/05/2016​
[/td][td]
6/05/2016​
[/td][td]
6/05/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
11
[/td][td]AA63BB[/td][td]5803644_2[/td][td]CRNS[/td][td]
5803644​
[/td][td]
2​
[/td][td]CASH-CRNS[/td][td]Patrick McCarthy[/td][td]
1103935​
[/td][td]Trailer - Machine (Roller)[/td][td]
11/03/2016​
[/td][td]
18/03/2016​
[/td][td]
18/03/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
12
[/td][td]AA63BB[/td][td]5745954_3[/td][td]CRNS[/td][td]
5745954​
[/td][td]
3​
[/td][td]CASH-CRNS[/td][td]Patrick McCarthy[/td][td]
1103935​
[/td][td]Trailer - Machine (Roller)[/td][td]
4/02/2016​
[/td][td]
18/02/2016​
[/td][td]
18/02/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
13
[/td][td]AA63BB[/td][td]5710966_3[/td][td]CRNS[/td][td]
5710966​
[/td][td]
3​
[/td][td]CASH-CRNS[/td][td]Patrick McCarthy[/td][td]
1103935​
[/td][td]Trailer - Machine (Roller)[/td][td]
8/01/2016​
[/td][td]
15/01/2016​
[/td][td]
15/02/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
14
[/td][td]AA63BB[/td][td]5652350_3[/td][td]CRNS[/td][td]
5652350​
[/td][td]
3​
[/td][td]CASH-CRNS[/td][td]Patrick McCarthy[/td][td]
1103935​
[/td][td]Trailer - Machine (Roller)[/td][td]
3/12/2015​
[/td][td]
7/12/2015​
[/td][td]
7/12/2015​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
15
[/td][td]001QZO[/td][td]5397211_2[/td][td]BILO[/td][td]
5397211​
[/td][td]
2​
[/td][td]angl6004[/td][td]ANGLO COAL (CALLIDE MANAGEMENT) PTY LTD[/td][td]
1150126​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
1/07/2015​
[/td][td]NULL[/td][td]NULL[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
16
[/td][td]001SOZ[/td][td]5771884_1[/td][td]MUDG[/td][td]
5771884​
[/td][td]
1​
[/td][td]OSTW9500[/td][td]OSTWALD BROS CIVIL PTY LTD[/td][td]
1093335​
[/td][td]Truck - Tipper 10-12 Ton 6X4[/td][td]
16/02/2016​
[/td][td]NULL[/td][td]NULL[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
17
[/td][td]001SOZ[/td][td]5629835_1[/td][td]MUDG[/td][td]
5629835​
[/td][td]
1​
[/td][td]ULAN4733[/td][td]ULAN WATER PTY LTD[/td][td]
1093335​
[/td][td]Truck - Tipper 10-12 Ton 6X4[/td][td]
23/11/2015​
[/td][td]
4/02/2016​
[/td][td]
10/02/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
18
[/td][td]003QZW[/td][td]5868687_3[/td][td]MRBH[/td][td]
5868687​
[/td][td]
3​
[/td][td]GOLD4075[/td][td]GOLDING CONTRACTORS PTY LTD[/td][td]
1150146​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
15/04/2016​
[/td][td]NULL[/td][td]NULL[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
19
[/td][td]003QZW[/td][td]5801674_33[/td][td]CRNS[/td][td]
5801674​
[/td][td]
33​
[/td][td]GOOD8476[/td][td]GOODLINE[/td][td]
1150146​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
11/03/2016​
[/td][td]
1/04/2016​
[/td][td]
1/04/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
20
[/td][td]003QZW[/td][td]5755254_2[/td][td]BLKW[/td][td]
5755254​
[/td][td]
2​
[/td][td]UNIT6005[/td][td]UNITED GROUP RESOURCES SERVICES LTD[/td][td]
1150146​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
5/02/2016​
[/td][td]
12/02/2016​
[/td][td]
18/02/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
21
[/td][td]003QZW[/td][td]5741708_10[/td][td]BLKW[/td][td]
5741708​
[/td][td]
10​
[/td][td]UNIT6005[/td][td]UNITED GROUP RESOURCES SERVICES LTD[/td][td]
1150146​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
3/02/2016​
[/td][td]
5/02/2016​
[/td][td]
5/02/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
22
[/td][td]003QZW[/td][td]5731278_1[/td][td]BLKW[/td][td]
5731278​
[/td][td]
1​
[/td][td]qrna4000[/td][td]Aurizon Operations Limited[/td][td]
1150146​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
20/01/2016​
[/td][td]
24/01/2016​
[/td][td]
28/01/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
23
[/td][td]003QZW[/td][td]5711161_4[/td][td]BLKW[/td][td]
5711161​
[/td][td]
4​
[/td][td]qrna4000[/td][td]Aurizon Operations Limited[/td][td]
1150146​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
11/01/2016​
[/td][td]
11/01/2016​
[/td][td]
13/01/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
24
[/td][td]003QZW[/td][td]5680862_1[/td][td]BLKW[/td][td]
5680862​
[/td][td]
1​
[/td][td]qrna4000[/td][td]Aurizon Operations Limited[/td][td]
1150146​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
15/12/2015​
[/td][td]
17/12/2015​
[/td][td]
18/12/2015​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
25
[/td][td]003QZW[/td][td]5664090_5[/td][td]BLKW[/td][td]
5664090​
[/td][td]
5​
[/td][td]UNIT6005[/td][td]UNITED GROUP RESOURCES SERVICES LTD[/td][td]
1150146​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
8/12/2015​
[/td][td]
11/12/2015​
[/td][td]
11/12/2015​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
26
[/td][td]003QZW[/td][td]5397211_14[/td][td]BILO[/td][td]
5397211​
[/td][td]
14​
[/td][td]angl6004[/td][td]ANGLO COAL (CALLIDE MANAGEMENT) PTY LTD[/td][td]
1150145​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
1/09/2015​
[/td][td]NULL[/td][td]NULL[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
27
[/td][td]003QZW[/td][td]5900167_8[/td][td]GLST[/td][td]
5900167​
[/td][td]
8​
[/td][td]ROAD6005[/td][td]ROADTEK ASSET SERVICES[/td][td]
1150144​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
17/05/2016​
[/td][td]NULL[/td][td]NULL[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
28
[/td][td]003QZW[/td][td]5890081_1[/td][td]EMLD[/td][td]
5890081​
[/td][td]
1​
[/td][td]wesf0453[/td][td]WESFARMERS CURRAGH PTY LTD[/td][td]
1150144​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
20/04/2016​
[/td][td]
4/05/2016​
[/td][td]
6/05/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
29
[/td][td]003QZW[/td][td]5872266_4[/td][td]EMLD[/td][td]
5872266​
[/td][td]
4​
[/td][td]qrna4000[/td][td]Aurizon Operations Limited[/td][td]
1150144​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
15/04/2016​
[/td][td]
15/04/2016​
[/td][td]
20/04/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
30
[/td][td]003QZW[/td][td]5862469_6[/td][td]EMLD[/td][td]
5862469​
[/td][td]
6​
[/td][td]qrna4000[/td][td]Aurizon Operations Limited[/td][td]
1150144​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
10/04/2016​
[/td][td]
12/04/2016​
[/td][td]
12/04/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
31
[/td][td]003QZW[/td][td]5842459_8[/td][td]EMLD[/td][td]
5842459​
[/td][td]
8​
[/td][td]TRAC9867[/td][td]Rhomberg Rail Australia Pty Ltd[/td][td]
1150144​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
2/04/2016​
[/td][td]
4/04/2016​
[/td][td]
6/04/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
32
[/td][td]003QZW[/td][td]5807810_7[/td][td]EMLD[/td][td]
5807810​
[/td][td]
7​
[/td][td]qrna4000[/td][td]Aurizon Operations Limited[/td][td]
1150144​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
20/03/2016​
[/td][td]
21/03/2016​
[/td][td]
24/03/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
33
[/td][td]003QZW[/td][td]5775904_1[/td][td]BLKW[/td][td]
5775904​
[/td][td]
1​
[/td][td]TJWH9580[/td][td]T & J WHITEHOUSE[/td][td]
1150144​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
17/02/2016​
[/td][td]
29/02/2016​
[/td][td]
16/03/2016​
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
34
[/td][td]003QZW[/td][td]5118890_15[/td][td]BLKW[/td][td]
5118890​
[/td][td]
15​
[/td][td]CQMI1545[/td][td]WOLFF MINING PTY LTD[/td][td]
1150144​
[/td][td]Lighting Tower LED 130-165 Lumens Mine Spec[/td][td]
20/07/2015​
[/td][td]
9/02/2016​
[/td][td]
16/02/2016​
[/td][/tr]
[/table]
[Table="width:, class:grid"][tr][td]Sheet: All hire[/td][/tr][/table]


Entry Table

Excel 2010 32 bit
[Table="width:, class:head"][tr=bgcolor:#888888][th] [/th][th]
B
[/th][th]
C
[/th][th]
D
[/th][th]
E
[/th][th]
F
[/th][th]
G
[/th][th]
H
[/th][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
5
[/td][td=bgcolor:#B8CCE4]
Rego #
[/td][td=bgcolor:#B8CCE4]
Date
[/td][td=bgcolor:#FABF8F]
Branch_Code
[/td][td=bgcolor:#FABF8F]
CustName
[/td][td=bgcolor:#FABF8F]
Hire_No
[/td][td=bgcolor:#FABF8F]
fleet_no
[/td][td=bgcolor:#FABF8F]
fld_Desc
[/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
6
[/td][td]QQ25II[/td][td]
17/12/2015​
[/td][td=bgcolor:#CCFFFF][/td][td=bgcolor:#CCFFFF][/td][td=bgcolor:#CCFFFF][/td][td=bgcolor:#CCFFFF][/td][td=bgcolor:#CCFFFF][/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
7
[/td][td]001SOZ[/td][td]
18/02/2016​
[/td][td=bgcolor:#CCFFFF][/td][td=bgcolor:#CCFFFF][/td][td=bgcolor:#CCFFFF][/td][td=bgcolor:#CCFFFF][/td][td=bgcolor:#CCFFFF][/td][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#888888]
8
[/td][td]003QZW[/td][td]
23/01/2016​
[/td][td=bgcolor:#CCFFFF][/td][td=bgcolor:#CCFFFF][/td][td=bgcolor:#CCFFFF][/td][td=bgcolor:#CCFFFF][/td][td=bgcolor:#CCFFFF][/td][/tr]
[/table]
[Table="width:, class:grid"][tr][td]Sheet: Sheet1[/td][/tr][/table]
 
Upvote 0
Aladin,

Equal to or between Line_StDate and Return_Date.

Thanks for your help

[Table="width:, class:grid"][tr][td]Row\Col[/td][td]
A​
[/td][td]
B​
[/td][td]
C​
[/td][td]
D​
[/td][td]
E​
[/td][td]
F​
[/td][td]
G​
[/td][/tr]
[tr][td]
5​
[/td][td]Rego #[/td][td]Date[/td][td]Branch_Code[/td][td]CustName[/td][td]Hire_No[/td][td]fleet_no[/td][td]fld_Desc[/td][/tr]


[tr][td]
6​
[/td][td] QQ25II[/td][td] 12/17/2015[/td][td] GEEB[/td][td] BMD CONSTRUCTIONS PTY LTD[/td][td] 5675204[/td][td] 1103934[/td][td] Trailer - Machine (Roller)[/td][/tr]


[tr][td]
7​
[/td][td] 001SOZ[/td][td] 2/18/2016[/td][td] MUDG[/td][td] OSTWALD BROS CIVIL PTY LTD[/td][td] 5771884[/td][td] 1093335[/td][td] Truck - Tipper 10-12 Ton 6X4[/td][/tr]


[tr][td]
8​
[/td][td] 003QZW[/td][td] 1/23/2016[/td][td] BLKW[/td][td] Aurizon Operations Limited[/td][td] 5731278[/td][td] 1150146[/td][td] Lighting Tower LED 130-165 Lumens Mine Spec[/td][/tr]
[/table]


In C6 of Sheet1 control+shift+enter, not just enter, copy across, and down:
Rich (BB code):
=INDEX('All Hire'!$A$2:$M$34,MATCH($A6,IF($B6>='All Hire'!$J$2:$J$34,
    IF($B6<='All Hire'!$K$2:$K$34,'All Hire'!$A$2:$A$34)),0),
    MATCH(C$5,'All Hire'!$A$1:$L$1,0))
 
Upvote 0
Worked perfectly! You're a ledgend! I need to wrap my head around Index and Match functions a bit better.

Thanks for your help!
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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