Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
I have a very large data tabe in excel for which I am trying to calculate a completion percentage. A number of the cells have been grayed out due to hardware issues.
How can I count how many shaded cells there are in a range of cells without counting them each myself?
1. click tools
2. click macro
3. click visual basic editor
4. right click microsoft excel objects
5. click insert, click module
6. copy and paste the first 2 functions that are listed in this link
7. make a cell the same shading as the cells you want to count
8. copy and paste this into another cell:
=countbycolor(A$1:A$17,cellcolorindex(A$3,0))
change the A$1:A$17 to the range you want to use, and change the A$3 to the cell that you created in step 7.
Thank you, that's exactly what i'm looking for!
...unfortunately for some reason all I get is #NAME? instead of a value...
It seems like I'm missing a step ...maybe in applying the VB to the workbook? It seems like it is already... but otherwise I dont know how to explain the error!
What should I try to fix this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.