Grouping in a Pivot

walterdp

New Member
Joined
Jun 28, 2012
Messages
10
Hi all:

I'm having a difficult time to do this, so... need help!
Basically I have a table full of data. I need to group that data into certain time categories. Let me be clearer:

Each row (around 15000 +) has it's own timestamp and I need to group them like:


Count all that are -4 hours from NOW() (this means they missed SLA)
Count all that are -2 hours from NOW() (this means they missed SLA)
Count all that are +2 hours from NOW() (they will miss SLA in 2 hours)
Count all that are +5 hours from NOW() (they will miss SLA in 5 hours)
Count all that are +10 hours from NOW() (they will miss SLA in 10 hours)
etc

As of now I've created long formulas with countifs but they are taking long time for recalculating every time I make a change of any kind on any cell!

I've tried also with a Pivot Table, and grouping, but it does not work as expected.

Any idea??
 
Hi all:

Finally I tweaked the formula in the table and I made a manual sorting on the pivot. This has some how resolved the issue.

Thanks to all for the support!!!
 
Upvote 0

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple

Forum statistics

Threads
1,214,940
Messages
6,122,361
Members
449,080
Latest member
Armadillos

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