Subtotal Issue

GDRIII

Board Regular
Joined
May 30, 2014
Messages
88
I have an Adjustment History tale where a software bug created duplicate values under two different entry types. One is PLANT the other is TIN.

Normally I need to sum these two. No problem there. Problem is when the bug occurred the data is doubled until it was fixed.

To eliminate the dup values I wrote the measure [IF PLANT TIN]:=IF([PLANT]=[TIN], [PLANT],[PLANT]+[TIN])

Problem is my subtotal at the month level still show the inflated figure.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
i don't know PP but have you refreshed the data source to normailise it
 
Upvote 0
There is almost enough info there to help, but I can't quite wrap my head around it. Can you share some sample data maybe?

I suspect some sort of "IsDupe" calculated column may be a better way?
 
Upvote 0

Forum statistics

Threads
1,223,997
Messages
6,175,872
Members
452,679
Latest member
darryl47nopra

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