VBA macro to get data from sheet4 and compute formula from sheet5 for run 2. Ultimately, this will be for multiple runs so if it ac

Status
Not open for further replies.

Nlhicks

Board Regular
Joined
Jan 8, 2021
Messages
244
Office Version
  1. 365
Platform
  1. Windows
Sheet 4 (Data Sheet)

Test Tracking_Rev A.xlsm
ABCDEFGHIJKLMNOPQR
1RUN ONERUN TWO
2Testing EstelleEstelleSimpletonSimpletonSampsonSampsonTrexTrexEstelleEstelleSimpletonSimpletonSampsonSampsonTrexTrex
3NumberCombinations+-+-+-+-+-+-+-+-
4Number_01Trex0000000100000010
5Number_02Estelle & Sampson0000010010000100
6Number_03Simpleton0000000000100000
7Number_04Estelle, Simpleton & Trex1010000000000000
8Number_05Sampson0000510000006000
9Number_06Estelle2000000020000000
10Number_07Estelle & Trex2000000100000010
11Number_08Estelle10000000001000000
12Number_09Sampson0000110000100000
13Number_10Simpleton0010000100010030
14Number_11Simpleton & Trex0010002000000020
15Number_12Trex0001001100000001
16Number_13Sampson & Simpleton0010100000201100
17Number_14Sampston & Simpleton0000000000201000
Sheet4


Sheet5 Formula and Tracking Sheet

Test Tracking_Rev A.xlsm
BCDEFGHI
3Run 1Run 2Verified
4Verified (Y/N)TestedVerified (Y/N)Tested(Y/N)
5Number_01TrexNY
6Number_02Estelle & SampsonNY
7Number_03SimpletonNNot Tested
8Number_04Estelle, Simpleton & TrexYY
9Number_05SampsonNY
10Number_06EstelleYY
11Number_07Estelle & TrexNY
12Number_08EstelleYY
13Number_09SampsonNY
14Number_10SimpletonYY
15Number_11Simpleton & TrexYY
16Number_12TrexNY
17Number_13Sampson & SimpletonYY
18Number_14Sampson & SimpletonNNot Tested
Sheet5
Cell Formulas
RangeFormula
D5D5=IF(AND(IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"-",Sheet4!C4:J4,">0"),"N","Y")="Y",IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"-",Sheet4!C4:J4,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D2:K2,"Estelle",Sheet4!C3:J3,"+",Sheet4!C4:J4,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","N")
E5E5=IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"-",Sheet4!C4:J4,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D2:K2,"Trex",Sheet4!C3:J3,"+",Sheet4!C4:J4,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")
D6D6=IF(AND(IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"-",Sheet4!C5:J5,">0"),"N","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C5:J5,">0"),"N","Y")="Y",IF(AND(IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"-",Sheet4!C5:J5,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"+",Sheet4!C5:J5,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C5:J5,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"+",Sheet4!C5:J5,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","Not Tested")="Y"),"Y","N")
E6E6=IF(AND(IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"-",Sheet4!C5:J5,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"+",Sheet4!C5:J5,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C5:J5,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"+",Sheet4!C5:J5,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","Not Tested")
D7D7=IF(AND(IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C6:J6,">0"),"N","Y")="Y",IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C6:J6,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D2:K2,"Simpleton",Sheet4!C3:J3,"+",Sheet4!C6:J6,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","N")
E7E7=IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C4:J4,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D2:K2,"Simpleton",Sheet4!C3:J3,"+",Sheet4!C4:J4,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")
D8D8=IF(AND(IF(OR((IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"-",Sheet4!C7:J7,">0"),"N","Y"))="Y",(IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C7:J7,">0"),"N","Y"))="Y",(IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"-",Sheet4!C7:J7,">0"),"N","Y"))="Y"),"Y","N")="Y",IF(AND(IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"-",Sheet4!C7:J7,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"+",Sheet4!C7:J7,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C7:J7,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"+",Sheet4!C7:J7,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"-",Sheet4!C7:J7,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"+",Sheet4!C7:J7,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","Not Tested")="Y"),"Y","N")
E8E8=IF(AND(IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"-",Sheet4!C7:J7,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"+",Sheet4!C7:J7,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C7:J7,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"+",Sheet4!C7:J7,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"-",Sheet4!C7:J7,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"+",Sheet4!C7:J7,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","Not Tested")
D9D9=IF(AND(IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C9:J9,">0"),"N","Y")="Y",IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C9:J9,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D2:K2,"Sampson",Sheet4!C3:J3,"+",Sheet4!C9:J9,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","N")
E9E9=IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C8:J8,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D2:K2,"Sampson",Sheet4!C3:J3,"+",Sheet4!C8:J8,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")
D10D10=IF(AND(IF(COUNTIFS(Sheet4!C3:J3,"Estelle",Sheet4!C4:J4,"-",Sheet4!C10:J10,">0"),"N","Y")="Y",IF(OR(IF(COUNTIFS(Sheet4!C3:J3,"Estelle",Sheet4!C4:J4,"-",Sheet4!C10:J10,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D3:K3,"Estelle",Sheet4!C4:J4,"+",Sheet4!C10:J10,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","N")
E10E10=IF(OR(IF(COUNTIFS(Sheet4!C3:J3,"Estelle",Sheet4!C4:J4,"-",Sheet4!C9:J9,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D3:K3,"Estelle",Sheet4!C4:J4,"+",Sheet4!C9:J9,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")
D11D11=IF(AND(IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"-",Sheet4!C10:J10,">0"),"N","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"-",Sheet4!C10:J10,">0"),"N","Y")="Y",IF(AND(IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"-",Sheet4!C10:J10,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"+",Sheet4!C10:J10,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"-",Sheet4!C10:J10,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"+",Sheet4!C10:J10,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","Not Tested")="Y"),"Y","N")
E11E11=IF(AND(IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"-",Sheet4!C10:J10,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"+",Sheet4!C10:J10,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"-",Sheet4!C10:J10,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"+",Sheet4!C10:J10,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","Not Tested")
D12D12=IF(AND(IF(COUNTIFS(Sheet4!C3:J3,"Estelle",Sheet4!C4:J4,"-",Sheet4!C12:J12,">0"),"N","Y")="Y",IF(OR(IF(COUNTIFS(Sheet4!C3:J3,"Estelle",Sheet4!C4:J4,"-",Sheet4!C12:J12,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D3:K3,"Estelle",Sheet4!C4:J4,"+",Sheet4!C12:J12,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","N")
E12E12=IF(OR(IF(COUNTIFS(Sheet4!C3:J3,"Estelle",Sheet4!C4:J4,"-",Sheet4!C11:J11,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D3:K3,"Estelle",Sheet4!C4:J4,"+",Sheet4!C11:J11,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")
D13D13=IF(AND(IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C12:J12,">0"),"N","Y")="Y",IF(OR(IF(COUNTIFS(Sheet4!C4:J4,"Sampson",Sheet4!C5:J5,"-",Sheet4!C12:J12,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D4:K4,"Sampson",Sheet4!C5:J5,"+",Sheet4!C12:J12,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","N")
E13E13=IF(OR(IF(COUNTIFS(Sheet4!C4:J4,"Sampson",Sheet4!C5:J5,"-",Sheet4!C12:J12,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D4:K4,"Sampson",Sheet4!C5:J5,"+",Sheet4!C12:J12,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")
D14D14=IF(AND(IF(COUNTIFS(Sheet4!C3:J3,"Simpleton",Sheet4!C4:J4,"-",Sheet4!C13:J13,">0"),"N","Y")="Y",IF(OR(IF(COUNTIFS(Sheet4!C5:J5,"Simpleton",Sheet4!C6:J6,"-",Sheet4!C13:J13,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D5:K5,"Simpleton",Sheet4!C6:J6,"+",Sheet4!C13:J13,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","N")
E14E14=IF(OR(IF(COUNTIFS(Sheet4!C5:J5,"Simpleton",Sheet4!C6:J6,"-",Sheet4!C13:J13,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D5:K5,"Simpleton",Sheet4!C6:J6,"+",Sheet4!C13:J13,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")
D15D15=IF(AND(IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C14:J14,">0"),"N","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"-",Sheet4!C14:J14,">0"),"N","Y")="Y",IF(AND(IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C14:J14,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"+",Sheet4!C14:J14,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"-",Sheet4!C14:J14,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"+",Sheet4!C14:J14,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","Not Tested")="Y"),"Y","N")
E15E15=IF(AND(IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C13:J13,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"+",Sheet4!C13:J13,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"-",Sheet4!C13:J13,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"+",Sheet4!C13:J13,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","Not Tested")
D16D16=IF(AND(IF(COUNTIFS(Sheet4!C2:J2,"Trex",Sheet4!C3:J3,"-",Sheet4!C15:J15,">0"),"N","Y")="Y",IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Estelle",Sheet4!C3:J3,"-",Sheet4!C15:J15,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D2:K2,"Estelle",Sheet4!C3:J3,"+",Sheet4!C15:J15,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","N")
E16E16=IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"EstelleTrex",Sheet4!C3:J3,"-",Sheet4!C15:J15,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!D2:K2,"Trex",Sheet4!C3:J3,"+",Sheet4!C15:J15,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")
D17D17=IF(AND(IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C16:J16,">0"),"N","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C16:J16,">0"),"N","Y")="Y",IF(AND(IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C16:J16,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"+",Sheet4!C16:J16,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C16:J16,"=0"),"Not Tested","Y")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"+",Sheet4!C16:J16,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","Not Tested")="Y"),"Y","N")
E17E17=IF(AND(IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C16:J16,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"+",Sheet4!C16:J16,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C16:J16,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"+",Sheet4!C16:J16,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","Not Tested")
D18D18=IF(AND(IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C17:J17,">0"),"Y","N")="Y",IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C17:J17,">0"),"Y","N")="Y",IF(AND(IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C17:J17,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"+",Sheet4!C17:J17,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C17:J17,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"+",Sheet4!C17:J17,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","Not Tested")="Y"),"Y","N")
E18E18=IF(AND(IF(OR(IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"-",Sheet4!C17:J17,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Simpleton",Sheet4!C3:J3,"+",Sheet4!C17:J17,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"-",Sheet4!C17:J17,"=0"),"Not Tested","Y")="Y", IF(COUNTIFS(Sheet4!C2:J2,"Sampson",Sheet4!C3:J3,"+",Sheet4!C17:J17,"=0"),"Not Tested","Y")="Y"),"Y","Not Tested")="Y"),"Y","Not Tested")
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Please oh please can someone help me with this? I really need to see if there is a solution to this problem. My formulas are really 1530 lines long and if I have to repeat them for every column it is going to take forever. If there is a simple way to capture each run using the same genric formulas for each run that would be brilliant.
 
Upvote 0
Duplicate to: Can a macro repeat the formulas and lookups in Run One for Run Two on this example or do I need to rewrite the formula for every run?

In future, please do not post the same question multiple times. Per Forum Rules (#12), posts of a duplicate nature will be locked or deleted.

In relation to your question here, I have closed this thread so please continue in the linked thread. If you do not receive a response, you can "bump" it by replying to it yourself, though we advise you to wait 24 hours before doing so, and not to bump a thread more than once a day.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,046
Messages
6,122,852
Members
449,096
Latest member
Erald

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