Colored font count (web)

Cl2130

New Member
Joined
Jun 9, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I need to be able to count cells that are a specific color. I’ve read I can do this with vba but the issue is I need it to work on the web version.

I have about 80 workbooks, there are blank cells that are preset to red font, so when data is entered the team see’s the red data and enters it into a data base and then changes the font to black.

I wanted to have a count of red cells per workbook and have that info go on a master sheet so we know to open only workbooks that have red font, so we don’t have to open each one everyday.

Any ideas would be appreciated.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Did you consider checking the file's last modified date against some other date? Not fool proof but I imagine people are not opening these files and saving without making any changes. I just tested and doing that does alter the modified date even though I didn't change anything.

Another option could be to use a programming language that is compatible with web based files:
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,219
Members
452,619
Latest member
Shiv1198

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top