Countif and suming a time

P

Pinehurst

I have a spreadsheet with a couple of couluns that contain decriptive text
of tasks driven by drop downs, and a column that contains time spenyt on a
task.

I use countif to find out how many times a specific task was done, but I now
must also work out how much time is spent doing that task.
Any help please
 
P

PhilosophersSage

I use sumif with countif
=COUNT(F737:F949)
=SUMIF(F737:F949, ">0", E737:E949) this tests to see if a value is greater
then zero, remember you need doubble quotes arount your test in this function.
Remember that you use your test range, then if statment and then your sum
range.
=SUMIF(TEST REANGE, TEST, SUM RANGE)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Using a sub string in a COUNTIF 2
Countif formula 2
countif with two criteria one a column of dates? 3
Excel Sumproduct 0
COUNTIF 6
Look Up and Count 4
Countif Formula with 2 calculations 7
Count IF multiple criteria 7

Top