简体   繁体   中英

Excel Formula To Count Sum of the Cells

I have this Sheet in which I have hours devoted to particular task which are summed up at the end. Now I want to count the number of cell in which sum of hours is a specific number(eg 9. Unable to apply COUNTIF function to get exact results.

Unable to attach the screenshot, but the overview is like this

Task1 Task2 Task3 Task4 Total

and I want to calculate how many time particular hours are repeated in "Total" that to in next preceding sheet.

=countif(C:C,9)应该在c列包含您的sum of hours

You can definitely use the =COUNTIF for this purpose.

Try this

=COUNTIF(SUM,"Value")

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM