Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I used check marks in a spreadsheet. Some of the cells have a pattern
(yellow) to as an identifier. I need to be able to count the number of cells that have the yellow pattern. I used the formula =COUNTA(RANGE) which adds all the nonblank cells in the column, but now I need to isolate the cells in the specific row that have the yellow pattern. Please advise. Thank you. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm afraid formulas don't recognize formats/colors. You'll either need to
provide the criteria by which a cell is colored (and base a formula off of that) or look into using VBA which CAN check cell formatting. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "DB" wrote: I used check marks in a spreadsheet. Some of the cells have a pattern (yellow) to as an identifier. I need to be able to count the number of cells that have the yellow pattern. I used the formula =COUNTA(RANGE) which adds all the nonblank cells in the column, but now I need to isolate the cells in the specific row that have the yellow pattern. Please advise. Thank you. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you this is a big help.
"Luke M" wrote: I'm afraid formulas don't recognize formats/colors. You'll either need to provide the criteria by which a cell is colored (and base a formula off of that) or look into using VBA which CAN check cell formatting. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "DB" wrote: I used check marks in a spreadsheet. Some of the cells have a pattern (yellow) to as an identifier. I need to be able to count the number of cells that have the yellow pattern. I used the formula =COUNTA(RANGE) which adds all the nonblank cells in the column, but now I need to isolate the cells in the specific row that have the yellow pattern. Please advise. Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count nonblank cells based on another column | Excel Worksheet Functions | |||
How do I count nonblank text cells in Excel | Excel Discussion (Misc queries) | |||
count 2 nonblank cells on multiple worksheets | Excel Discussion (Misc queries) | |||
How do I count nonblank cells in rows within Excel? | New Users to Excel | |||
Count nonblank cells with multiple criteria | Excel Worksheet Functions |