Adding additional criteria to formula causing an error

Godders199

Active Member
Joined
Mar 2, 2017
Messages
313
Office Version
  1. 2013
Hello, I have the following formula which functions correctly, however i wanted to add an additional criteria which is causing an issue.

Cells(i, 20) = WorksheetFunction.CountIfs(ThisWorkbook.Sheets("Adviser data").Range("A:A"), Cells(i, 1), ThisWorkbook.Sheets("Adviser data").Range("d:d"), ">=" & Daterng2, ThisWorkbook.Sheets("Adviser data").Range("d:d"), "<=" & Daterng3, ThisWorkbook.Sheets("Adviser data").Range("n:n"), "Issue identified - Process", ThisWorkbook.Sheets("Adviser data").Range("o:eek:"), "q3")

the additional criteria was

ThisWorkbook.Sheets("homepage").Range("r1") <> "Q3")

So effectively i dont want it to count if Range (o:eek:) matches range r1

adding this to the end of the code just errors " unable to get th countifs property of the worksheet class"

can anyone help
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
I have just tried adding this to the start of the formula

if Sheets ("homepage").Range("r1") ="Q" cells (i,20).value = else

and that works

so no replies required
 
Upvote 0

Forum statistics

Threads
1,214,430
Messages
6,119,454
Members
448,898
Latest member
drewmorgan128

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