I've got five 'chunks' of steps I'm trying to keep track of. Once everything in Chunk 1 is complete, those columns will be hidden and we'll move on to Chunk 2. But, I want to keep some summary information from Chunk 1 visible. So, normally the first column in Chunk 2 would indicate that someone has started Step 1 of Chunk 2. Until that happens, I want that same column to indicate that that row is ready to start Chunk 2. The way I had planned on doing this was with a simple =if(D1="yes","available",""). But, I want to keep a running percentage at the bottom of the column for Step 1 of Chunk 2 that indicates how many have been started. So, I was using counta() to do that. It, however, considers any and all values. I could use COUNTIF() but I have more than 7 possible values that would indicate Step 1 of Chunk 2 has been initialized. Does that answer your question clearly? Thanks,
dylan