Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If I want to count how many highlighted cells there are in a row or column is
there a formula that will do that for me - there will be no numbers in these cells just highlighted. I would want each highlighted cell to count as 1. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What caused these cells to be highlighted? Is there a conditional format
involved? I don't think that a formula can refer to formatting from cells. "Kassie" wrote: If I want to count how many highlighted cells there are in a row or column is there a formula that will do that for me - there will be no numbers in these cells just highlighted. I would want each highlighted cell to count as 1. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=CELL("format", A2) will tell you in that cell what the format is for cell
A2. Highlighted cells do not show as anything different unless it is also formatted differently (ie. General instead of Date/Time) If you can make the cell function work to distinguish which cells are highlighted in another area, you may be able to count the cells that are highlighted in another area by the results of the cell function. "Kassie" wrote: If I want to count how many highlighted cells there are in a row or column is there a formula that will do that for me - there will be no numbers in these cells just highlighted. I would want each highlighted cell to count as 1. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What can be done with highlighted cells? | Excel Discussion (Misc queries) | |||
Sum Highlighted Cells | Excel Discussion (Misc queries) | |||
highlighted cells | Excel Discussion (Misc queries) | |||
Counting highlighted cells? | Excel Discussion (Misc queries) | |||
Why aren't my cells highlighted when I select multiple cells? | Setting up and Configuration of Excel |