How do i make it so a cell display the number of rows (the number, not which rows) that have "Y" in both their C and D columns. Thanks
-
-
Answer:
The easiest way would be to have a formula in column E that checks whether each row in columns C and D both contain "Y". You can hide the column later. Put the following formula in cell E2 and copy it as far down as you need using the fill handle (point the mouse at the lower right-hand corner of the cell and drag down). =IF(AND(C2="Y",D2="Y"),"Y","") All you need then is a formula to count the number of incidences of the letter Y in column E: =COUNTIF(E:E,"Y")
Kosta0 at Answerbag.com Visit the source
Related Q & A:
- How do I make my Q&A private?Best solution by Yahoo! Answers
- How can I make friends in a new state?Best solution by Yahoo! Answers
- How can I make my room a fashion themed room?Best solution by Yahoo! Answers
- How do I make my avatar a real Picture?Best solution by Yahoo! Answers
- How do I make my Q/A private?Best solution by Quora
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.