How I can display Rows into Columns?

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

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

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.