Select Dates from a compiled list by month

NICKDENMAN

New Member
Joined
Sep 18, 2014
Messages
2
Hi all

I am in the process of making a eBay Sales logger / profit report for a college

I would like to be able to select a month in a cell and sales referring to that Month show in a list below

for example B2 would have a month of the year, in the cells below from B4 down would have a list of sales throughout the year B being the Date of the Sale

What i want to achieve is that if B2 was say January all the sales from January show only.


October
DateItem NumberPayment MethodSale PricePostage PriceTotal Sale PricePaypal FeeFinal Value FeeItem CostPostage Cost
12/12/201411113Paypal£9.00£2.00£11.00
12/09/201411113Paypal£9.00£2.00£11.00
11/09/201411113Paypal£9.00£2.00£11.00
10/09/201411113Paypal£9.00£2.00£11.00
10/05/20141111112Paypal£9.00£2.00£11.00

<col style="width: 91pt;" width="121"> <col style="width: 82pt;" width="109"> <col style="width: 48pt;" width="64"> <col style="width: 48pt;" width="64" span="3"> <col style="width: 48pt;" width="64" span="4"> <tbody>
</tbody>
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
make a helpcolumn and use the formula =month(b4) and drag down.

After that filter on the helpcolumn with the month.
 
Upvote 0
can i make the filter look at cell b2 and see which month is selected Ie if January is selected show all of January sales
 
Upvote 0
Excel 2003 => filter =>

formula is greater than or equal => 01-01-2014
formula is smaller than or equal => 31-01-2014

but I think the given option is quicker.
 
Upvote 0

Forum statistics

Threads
1,214,559
Messages
6,120,208
Members
448,951
Latest member
jennlynn

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