count if or sum if formula

kumar1803

Board Regular
Joined
Jan 7, 2015
Messages
110
Hello

I am trying to count all my past due deals by type

Column A (Type) Column B ( # of days)

Wholesale 8
5
9
2

Cash 9
5
4
1
8

Finance 2
3
5
8
0
-1

In a nutshell, I would like to count past due of any deals greater than or equal to 8 days above in column B by Type (column A)
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Would this do?
Formula in C2 copied down to the end of the data. ($2000 in the formula should be greater than the number of rows you will ever have)

Excel Workbook
ABC
1TypeDaysNo. >= 8
2Wholesale82
35
49
52
6
7Cash92
85
94
101
118
12
13Finance21
143
155
168
170
18-1
19
kumar1803
 
Upvote 0

Forum statistics

Threads
1,214,587
Messages
6,120,405
Members
448,958
Latest member
Hat4Life

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top