B
Bill Astarita
I want to do a CountIF function on a range of cells. The range will change
daily. For example - Today is the 2nd so I want the Range to be A1:B2,
tommorrow the 3rd I want the Range to be A1:B3. I know how to automatically
make it update each day, but how do I use a function or variable (name) to
reference a row or column? I was thinking something like this:
CountIF(A1:"B" & "Day(Today()), criteria).
Thanks!
daily. For example - Today is the 2nd so I want the Range to be A1:B2,
tommorrow the 3rd I want the Range to be A1:B3. I know how to automatically
make it update each day, but how do I use a function or variable (name) to
reference a row or column? I was thinking something like this:
CountIF(A1:"B" & "Day(Today()), criteria).
Thanks!