Group By

njws

Board Regular
Joined
Nov 5, 2003
Messages
50
I have a field FiscalMonths which are in the range 1 - 12. The goal is to be able to have the user enter either a single period (5 for example) or a range (10-12) and have it return the sum of a Sales column.

My problem is two-fold. I don't know how to do the user prompt and if I set the criteria for 10 - 12, I get all of 10, then all of 11, then all of 12.

Thank you for your help!
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Try setting criteria like this for FiscalMonths

Between [Please enter start Month] And [Please enter end Month]
 
Upvote 0
That still has all of month 10, then all of 11, then all of 12. I want it to group those fiscal months together.
 
Upvote 0

Forum statistics

Threads
1,221,700
Messages
6,161,371
Members
451,700
Latest member
Eccymarge

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