DPChristman
Board Regular
- Joined
- Sep 4, 2012
- Messages
- 181
- Office Version
- 365
- Platform
- Windows
I have a formula that counts all cells with a specific color fill.
The formula is this:
=@CountCellsByColor($V$2:$V$54,$P4)
$V$2:$V$54 is the range of rows to be counted by color.
$P4 is the cell address with the matching color.
This formula has worked successfully for years.
Suddenly, today, I am getting a #NAME? error.
Any thoughts as to what the issue might be, or a better formula to get the results?
Thanks in advance.
The formula is this:
=@CountCellsByColor($V$2:$V$54,$P4)
$V$2:$V$54 is the range of rows to be counted by color.
$P4 is the cell address with the matching color.
This formula has worked successfully for years.
Suddenly, today, I am getting a #NAME? error.
Any thoughts as to what the issue might be, or a better formula to get the results?
Thanks in advance.