two worksheets countifs for totaling the data
Range("F3").FormulaR1C1 = "=COUNTIF(data!C2,numbers!RC14)"
from C2 i get all of column B in data. perfect. from RC14 i get column N in numbers...but row 9. i need N3.
im sure its probably something stupid...what am i missing?