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

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
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,978
Messages
6,122,545
Members
449,089
Latest member
davidcom

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