Count if in VBA

Roxana Hidalgo

New Member
Joined
Jul 14, 2021
Messages
1
Office Version
  1. 2010
Platform
  1. Windows
What does it means R[-5]C[-1]:R[5776]C[-1] in this formula, does it refer to an exactly column? or a row? I dont understand, please if someone could help. Thanks in advantage.
ActiveCell.FormulaR1C1 = _
"=COUNTIF('1306-2606'!R[-5]C[-1]:R[5776]C[-1],'Stock Productos'!RC[-6])"
Range("I7").Select ?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
If I put the formula in say F1....it reads....
Excel Formula:
=COUNTIF('1306-2606'!E5781:E1048576,'Stock Productos'!XFD5)
The references you are using are Row R[-5} reference and Column [C-1] based on the active cell
 
Upvote 0

Forum statistics

Threads
1,215,390
Messages
6,124,667
Members
449,178
Latest member
Emilou

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