Have a 60,000+ records on 2010 MS Excel worksheet containing transactions for all of 2012 in the format displayed below.
Of the five accounts listed, accounts 123456, 123458, and 123459 will net out to zero for the Level2 category
for January 2012. I am interested in creating a formula that will display a "Y" in the column titled "DriverAccount"
if the account does not net to zero for the category by month. Data is sorted by Month (Oldest to Newest), then by Category (Asc), then by Amount (Smallest to largest) and then by DataSource (Asc).
Note, the total variance for the Level2 category for January 2012 is 30. Basically, I am trying to determine what account(s) are driving the
variances by month by category.
Is this possible? I am currently trying to formulate a sumproduct formula within a IF statement to perform.
Appreciate any insight as to how this can be accomplished!
Month-------DataSource---AccountNm-----AccountNbr-------Category-----Amount---Difference--DriverAccount---VarianceByCategoryByMonth
1/1/2012----Delta--------PointX----------123456------------Level2------------150------------------N---------------30
1/1/2012----Sigma--------PointX----------123456------------Level2------------150------0-----------N---------------30
1/1/2012----Delta--------PointY----------123457------------Level2------------120------------------Y---------------30
1/1/2012----Sigma--------PointY----------123457------------Level2------------110------10----------Y---------------30
1/1/2012----Delta--------PointZ----------123458------------Level2------------130------------------N---------------30
1/1/2012----Sigma--------PointZ----------123458------------Level2------------100------(30)--------N---------------30
.
.
.
1/1/2012----Delta--------PointT----------123459------------Level2------------125------------------N----------------30
1/1/2012----Sigma--------PointT----------123459------------Level2------------155-------30---------N----------------30
1/1/2012----Delta--------PointS----------123450------------Level2------------145------------------Y----------------30
1/1/2012----Sigma--------PointS----------123450------------Level2------------165-------20---------Y----------------30
2/1/2012----Delta...
Of the five accounts listed, accounts 123456, 123458, and 123459 will net out to zero for the Level2 category
for January 2012. I am interested in creating a formula that will display a "Y" in the column titled "DriverAccount"
if the account does not net to zero for the category by month. Data is sorted by Month (Oldest to Newest), then by Category (Asc), then by Amount (Smallest to largest) and then by DataSource (Asc).
Note, the total variance for the Level2 category for January 2012 is 30. Basically, I am trying to determine what account(s) are driving the
variances by month by category.
Is this possible? I am currently trying to formulate a sumproduct formula within a IF statement to perform.
Appreciate any insight as to how this can be accomplished!
Month-------DataSource---AccountNm-----AccountNbr-------Category-----Amount---Difference--DriverAccount---VarianceByCategoryByMonth
1/1/2012----Delta--------PointX----------123456------------Level2------------150------------------N---------------30
1/1/2012----Sigma--------PointX----------123456------------Level2------------150------0-----------N---------------30
1/1/2012----Delta--------PointY----------123457------------Level2------------120------------------Y---------------30
1/1/2012----Sigma--------PointY----------123457------------Level2------------110------10----------Y---------------30
1/1/2012----Delta--------PointZ----------123458------------Level2------------130------------------N---------------30
1/1/2012----Sigma--------PointZ----------123458------------Level2------------100------(30)--------N---------------30
.
.
.
1/1/2012----Delta--------PointT----------123459------------Level2------------125------------------N----------------30
1/1/2012----Sigma--------PointT----------123459------------Level2------------155-------30---------N----------------30
1/1/2012----Delta--------PointS----------123450------------Level2------------145------------------Y----------------30
1/1/2012----Sigma--------PointS----------123450------------Level2------------165-------20---------Y----------------30
2/1/2012----Delta...