smilinglilies
New Member
- Joined
- Jan 25, 2019
- Messages
- 9
Hi
I am currently trying to create a formula to count the number of cells of a certain colour that is a certain criteria.
I'm looking for something like a countcolorif function but can't work it out and I'm getting frustrated that I can't work this out!
Basic version below of spreadsheet. (Cells are coloured instead of typed in)
How do I write a formula that will count the number of orange cells in the rows that have a 2 in the first column?
[TABLE="width: 500"]
<tbody>[TR]
[TD]No Bedrooms
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]orange[/TD]
[TD]grey[/TD]
[TD]blue[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]blue[/TD]
[TD]orange[/TD]
[TD]grey[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]blue[/TD]
[TD]grey[/TD]
[TD]orange[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]blue[/TD]
[TD]grey[/TD]
[TD]orange[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]grey[/TD]
[TD]blue[/TD]
[TD]grey[/TD]
[/TR]
</tbody>[/TABLE]
I know I can do this by countcolour () + countcolour() but I was wondering if there is a different and not as long winded way of doing it?
Any help and advice is greatly appreciated.
I am currently trying to create a formula to count the number of cells of a certain colour that is a certain criteria.
I'm looking for something like a countcolorif function but can't work it out and I'm getting frustrated that I can't work this out!
Basic version below of spreadsheet. (Cells are coloured instead of typed in)
How do I write a formula that will count the number of orange cells in the rows that have a 2 in the first column?
[TABLE="width: 500"]
<tbody>[TR]
[TD]No Bedrooms
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]orange[/TD]
[TD]grey[/TD]
[TD]blue[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]blue[/TD]
[TD]orange[/TD]
[TD]grey[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]blue[/TD]
[TD]grey[/TD]
[TD]orange[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]blue[/TD]
[TD]grey[/TD]
[TD]orange[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]grey[/TD]
[TD]blue[/TD]
[TD]grey[/TD]
[/TR]
</tbody>[/TABLE]
I know I can do this by countcolour () + countcolour() but I was wondering if there is a different and not as long winded way of doing it?
Any help and advice is greatly appreciated.