Hi! I am a mostly-self-taught VBA novice. I am trying to create a VBA formula that will go through my previously sorted data and count only the visible cells with a date within two years of the current date.
So far, here is where I am stuck:
Sub CountIF()
'
' CountIF Macro
'
With...