Burrgogi
Active Member
- Joined
- Nov 3, 2005
- Messages
- 495
- Office Version
- 2010
- Platform
- Windows
In a worksheet, I have the following formula:
=COUNTA(A2:A4356)
It tallies up all the items listed in column A. They all contain mostly text values and not numerical values.
There are 2 items that I do not want to be counted in the overall total so I suppose the most obvious way would be to modify the formula to this:
=COUNTA(A2:A4356)-2
Is there be a better way to do so by creating a named range for each of those items? such as "Disregard_1" & "Disregard_2" and then using those named ranges in a formula like the one I'm using above?
=COUNTA(A2:A4356)
It tallies up all the items listed in column A. They all contain mostly text values and not numerical values.
There are 2 items that I do not want to be counted in the overall total so I suppose the most obvious way would be to modify the formula to this:
=COUNTA(A2:A4356)-2
Is there be a better way to do so by creating a named range for each of those items? such as "Disregard_1" & "Disregard_2" and then using those named ranges in a formula like the one I'm using above?