• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Finding the count of a given value

karthick87

Member
I have an excel data like what you see in the attached excel workbook (containing two sheets). One is "raw_data" and the other one is "expected_output" is what I wanted to make.

Raw_Data contains rows and columns, each cell in a row against each cell in a column has a value in it. I would like to get the count of value which is greater than 0.79 for each row.

So for example, if we look at Row0 (A2) in the raw_data sheet it has two values that are greater than equal to 0.79 so the count is 2. I wanted to write the count for all the rows in the second sheet (like you see the results in expected_output).

Any help would be appreciated!
 

Attachments

  • Doc.xlsx
    11 KB · Views: 7
Back
Top