Grouping in pivot table

kumar1803

Board Regular
Joined
Jan 7, 2015
Messages
110
I need to group values in my pivot table with dollar amounts from 0 to 10870500 as follows:
$0 - $250k
$251K - $500K
$501K - $750K
$751K - $1M
Over $1M

Is there a way to do this? I have thousands of rows of data.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
use a helpcolumn to determine the group.

after that use the criteria in the helpcolumn in the pivot table.
 
Upvote 0

Book1
ABCDEF
1
2600.000$501K - $750K0$0 - $250k
3250.001$251K - $500K
4500.001$501K - $750K
5750.001$751K - $1M
61.000.000Over $1M
7
8
Blad12
Cell Formulas
RangeFormula
B2=VLOOKUP(A2,$E$2:$F$6,2,1)
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,603
Members
449,038
Latest member
Arbind kumar

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