Jump to content

Recommended Posts

Posted

I'm struggling to get anything I've found on the internet to work :/

 

I have a row of data, some cells are formatted green and have a "1" or nothing in them, I want to count just the green cells which are empty in the row.

 

Any ideas?

Posted
Would the COUNTBLANK function not work for this? If you're looking to count only blank + green coloured cells then you probably need to use a macro or VBA code.
Posted
What condition / formula makes the cell green? Probably need the formula for that combined with and(len(cell)=0,) to calculate it without needing to directly reference the cell color.
Posted
Is this a formula you need the answer in a cell, to be updated as the sheet updates? Or would interactive use of the sheet to get the answer be sufficient. If the latter, remember 'Filter by colour' and then filter for blanks. The answer will be in the extreme lower left of the screen, where the filter details are located.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...