Cleaning up data before applying to a pivot table

iv4n305

New Member
Joined
Nov 25, 2014
Messages
15
Hello to all, I would like to know is there a formula or a function in which i could pair a set of rows with a pair of columns ?
Mys scenario is this.
i have about 70k of rows of data with about 20 colums
column A is a list of prescription numbers
column B is drug name
column C is the date filled
column D is the Amount filled

My objective is to find the Same: prescription number, drug name, date filled and Amount filled but with a negative and positve value?
I manually go in the this entire data file Manually and highlight the rows. can some one please tell me theres is a simpler way in executing this task??
 
Well, if you want to user PowerPivot it can certainly do this. Seems like you could just have a measure: Total := SUM(MyTable[Quantity]) then just drop RX and Date on rows, drop [Total] in values... and filter your table to only show Total=0 ?
 
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.

Forum statistics

Threads
1,224,051
Messages
6,176,084
Members
452,704
Latest member
Michael AA

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