Countif Query

Sourav H

New Member
Joined
Sep 10, 2014
Messages
7
[TABLE="width: 258"]
<tbody>[TR]
[TD]Find from the below table 1. January and February sales
[/TD]
[/TR]
[TR]
[TD]2. January OR Brooks OR Amount > 1000
[/TD]
[/TR]
[TR]
[TD]
3. January sales for Brook or Cook[TABLE="width: 418"]
<tbody>[TR]
[TD]Month
[/TD]
[TD]SalesRep
[/TD]
[TD]Type
[/TD]
[TD]Amount
[/TD]
[/TR]
[TR]
[TD]January
[/TD]
[TD]Albert
[/TD]
[TD]New
[/TD]
[TD="align: right"]85
[/TD]
[/TR]
[TR]
[TD]January
[/TD]
[TD]Albert
[/TD]
[TD]New
[/TD]
[TD="align: right"]675
[/TD]
[/TR]
[TR]
[TD]January
[/TD]
[TD]Brooks
[/TD]
[TD]New
[/TD]
[TD="align: right"]130
[/TD]
[/TR]
[TR]
[TD]January
[/TD]
[TD]Cook
[/TD]
[TD]New
[/TD]
[TD="align: right"]1350
[/TD]
[/TR]
[TR]
[TD]January
[/TD]
[TD]Cook
[/TD]
[TD]Existing
[/TD]
[TD="align: right"]685
[/TD]
[/TR]
[TR]
[TD]January
[/TD]
[TD]Brooks
[/TD]
[TD]New
[/TD]
[TD="align: right"]1350
[/TD]
[/TR]
[TR]
[TD]January
[/TD]
[TD]Cook
[/TD]
[TD]New
[/TD]
[TD="align: right"]475
[/TD]
[/TR]
[TR]
[TD]January
[/TD]
[TD]Brooks
[/TD]
[TD]New
[/TD]
[TD="align: right"]1205
[/TD]
[/TR]
[TR]
[TD]February
[/TD]
[TD]Brooks
[/TD]
[TD]Existing
[/TD]
[TD="align: right"]450
[/TD]
[/TR]
[TR]
[TD]February
[/TD]
[TD]Albert
[/TD]
[TD]New
[/TD]
[TD="align: right"]495
[/TD]
[/TR]
[TR]
[TD]February
[/TD]
[TD]Cook
[/TD]
[TD]New
[/TD]
[TD="align: right"]210
[/TD]
[/TR]
[TR]
[TD]February
[/TD]
[TD]Cook
[/TD]
[TD]Existing
[/TD]
[TD="align: right"]1050
[/TD]
[/TR]
[TR]
[TD]February
[/TD]
[TD]Albert
[/TD]
[TD]New
[/TD]
[TD="align: right"]140
[/TD]
[/TR]
[TR]
[TD]February
[/TD]
[TD]Brooks
[/TD]
[TD]New
[/TD]
[TD="align: right"]900
[/TD]
[/TR]
[TR]
[TD]February
[/TD]
[TD]Brooks
[/TD]
[TD]New
[/TD]
[TD="align: right"]900
[/TD]
[/TR]
[TR]
[TD]February
[/TD]
[TD]Cook
[/TD]
[TD]New
[/TD]
[TD="align: right"]95
[/TD]
[/TR]
[TR]
[TD]February
[/TD]
[TD]Cook
[/TD]
[TD]New
[/TD]
[TD="align: right"]780
[/TD]
[/TR]
[TR]
[TD]March
[/TD]
[TD]Brooks
[/TD]
[TD]New
[/TD]
[TD="align: right"]900
[/TD]
[/TR]
[TR]
[TD]March
[/TD]
[TD]Albert
[/TD]
[TD]Existing
[/TD]
[TD="align: right"]875
[/TD]
[/TR]
[TR]
[TD]March
[/TD]
[TD]Brooks
[/TD]
[TD]New
[/TD]
[TD="align: right"]50
[/TD]
[/TR]
[TR]
[TD]March
[/TD]
[TD]Brooks
[/TD]
[TD]New
[/TD]
[TD="align: right"]875
[/TD]
[/TR]
[TR]
[TD]March
[/TD]
[TD]Cook
[/TD]
[TD]Existing
[/TD]
[TD="align: right"]225
[/TD]
[/TR]
[TR]
[TD]March
[/TD]
[TD]Cook
[/TD]
[TD]New
[/TD]
[TD="align: right"]175
[/TD]
[/TR]
[TR]
[TD]March
[/TD]
[TD]Brooks
[/TD]
[TD]Existing
[/TD]
[TD="align: right"]400
[/TD]
[/TR]
[TR]
[TD]March
[/TD]
[TD]Albert
[/TD]
[TD]New
[/TD]
[TD="align: right"]840
[/TD]
[/TR]
[TR]
[TD]March
[/TD]
[TD]Cook
[/TD]
[TD]New
[/TD]
[TD="align: right"]132
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
use a helpcolumn to determine the value.

After that you can make a pivot table to analyze the data, you asked.
 
Upvote 0

Forum statistics

Threads
1,224,267
Messages
6,177,549
Members
452,783
Latest member
back1ply

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