Is there any Formula for..........

J

John

I have crated a Project Track table.. Across the row i manually enter if the
item has passed "P" or Failed "F" in the table...at the end of each row i am
counting the total number of iems passed by the "countif" function...I would
like to know if there is any function....which can fill color in the cells
that are failed...so that i can track them easily and fix the issue
quickly.....I would be thankful if you can help me in this
 
D

Dave Peterson

Take a look at Format|conditional formatting.


I have crated a Project Track table.. Across the row i manually enter if the
item has passed "P" or Failed "F" in the table...at the end of each row i am
counting the total number of iems passed by the "countif" function...I would
like to know if there is any function....which can fill color in the cells
that are failed...so that i can track them easily and fix the issue
quickly.....I would be thankful if you can help me in this
 
D

Dave O

You can apply conditional formatting to do this: in cell B1, for
instance, click >Format >Conditional Formatting; set condition 1 to
Formula Is and enter
=$A$1="F"
in the formula box; then choose the color you want to show for failed
entries.
 
Top