Dee said:
I am looking for the correct formatting to reconcile two spreadsheets. I am
looking to reconcile sales with commission payout. Any suggestions on how to
format the worksheet to reconcile numerous cells in a row?
I have a few books on how-to with excell and have attended many training
sessions but am not finding what I need, so even a point in the right
direction will help. Thanks
Hi Dee,
You're not giving us much to go on here. We can't see your data, and
it's not clear what it means to "reconcile sales with commission payout".
When I think of commissions I would imagine a formula that adds up sales
by agent in a certain period (day, week, or what have you), looks for a
minimum sales volume, then computes a commission according to sales,
perhaps tiered in such a way that higher sales have a higher commission
rate.
To do the analysis in my scenario, I would have the following data entry
columns in a worksheet:
Date
Agent
Sales
In another worksheet, perhaps using a pivot table, summarize the results
by Agent, compute the minimum sales volume flag.
I might need a separate table that maps sales amounts to commission
rates, if this is a tiered benefit. Then I can compute the commission by
looking up the commission rate in the tier table, and multiplying this
by the sales amount.
Now, the reconciliation part. I imagine I would have a table of
commissions that have already been paid. I would take my calculated
(expected) commissions, look up the actual, and compare them
side-by-side, perhaps subtracting expected - actual to see any
over-(under-) paid commissions.
Hope this gives you some ideas.