Question:

Problem with excel..?

by  |  earlier

0 LIKES UnLike

in an excel spreadsheet, I have a column(V4:V57) that all contains a single number (1 - 7). In a different cell, I want to have a formula that calculates how many cells in the above column are greater than the number 2.

 Tags:

   Report

2 ANSWERS


  1. You can use COUNTIF. I think this is the formula, or atleast something close to it:

    =COUNTIF(V4:V57,">2")


  2. Use the following formula.

    =COUNTIF(v4:v57;">2")
You're reading: Problem with excel..?

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.