I have a formula like this: =COUNTBLANK(BA3:BA21771)/ROWS(BA3:BA21771)
I have columns that extend all the way out to KM.
I really don’t want to have modify each column’s formula like so:
=COUNTBLANK(BA3:BA21771)/ROWS(BA3:BA21771)
=COUNTBLANK(BB3:BB21771)/ROWS(BB3:BB21771)
=COUNTBLANK(BC3:BC21771)/ROWS(BC3:BC21771)
There must be an easier way! Any help?
Are you familiar with Edit->Fill Right?