In Addition to my last question

B

brett4098

which was- I have the normal three sheet workbook open. I was wonderin
if on one page i fill (color) a certain cell and could have, on anothe
page, a formula summing the number of cells that i've highlighted in
certain color?--Instead of the color idea, could i calculate if i adde
a row and put an X in a cell
 
M

Mark Graesser

Brett
Assuming your X's are in row A of sheet1, you could count them with the following formula

=COUNTIF(Sheet1!A:A,"X"

Or in regard to your original idea, Chip Pearson has some good info on counting highlighted cells at

http://www.cpearson.com/excel/colors.ht

Good Luck
Mark Graesse
(e-mail address removed)

----- brett4098 > wrote: ----

which was- I have the normal three sheet workbook open. I was wonderin
if on one page i fill (color) a certain cell and could have, on anothe
page, a formula summing the number of cells that i've highlighted in
certain color?--Instead of the color idea, could i calculate if i adde
a row and put an X in a cell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top