Any ideas on how I can do this?

bcurrey

Board Regular
Joined
Aug 11, 2011
Messages
110
Office Version
  1. 365
Platform
  1. MacOS
I have three tabs in a spreadsheet with pivot tabs in each one showing data in the format below. The first tab shows Month to Date numbers, the next shows prior month numbers, and the last one shows year to date numbers.


<table border="0" cellpadding="0" cellspacing="0" width="307"><colgroup><col style="width:54pt" span="3" width="72"> <col style="mso-width-source:userset;mso-width-alt:2912;width:68pt" width="91"> </colgroup><tbody><tr style="height:15.0pt" height="20"> <td class="xl63" style="height:15.0pt;width:54pt" height="20" width="72">Rep</td> <td class="xl63" style="width:54pt" width="72">Sales</td> <td class="xl63" style="width:54pt" width="72">Budget</td> <td class="xl63" style="width:68pt" width="91">% to plan</td> </tr> <tr style="height:14.25pt" height="19"> <td class="xl66" style="height:14.25pt" height="19">Sale 1</td> <td class="xl65" align="right">$10,000</td> <td class="xl65" align="right">$7,500</td> <td class="xl64" align="right">133.33%</td> </tr> <tr style="height:14.25pt" height="19"> <td class="xl66" style="height:14.25pt" height="19">Sale 2</td> <td class="xl65" align="right">$5,000</td> <td class="xl65" align="right">$7,500</td> <td class="xl64" align="right">66.67%</td> </tr> <tr style="height:14.25pt" height="19"> <td class="xl66" style="height:14.25pt" height="19">Sale 3</td> <td class="xl65" align="right">$7,500</td> <td class="xl65" align="right">$7,500</td> <td class="xl64" align="right">100.00%</td> </tr> </tbody></table>

I would like to combine grab the % to plan within each pivot table and past on a summary tab like this:

<table border="0" cellpadding="0" cellspacing="0" width="347"><colgroup><col style="width:54pt" width="72"> <col style="mso-width-source:userset;mso-width-alt:3072;width:72pt" width="96"> <col style="mso-width-source:userset;mso-width-alt:2816;width:66pt" width="88"> <col style="mso-width-source:userset;mso-width-alt:2912;width:68pt" width="91"> </colgroup><tbody><tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;width:54pt" height="20" width="72">
</td> <td class="xl65" style="width:72pt" width="96"> MTD</td> <td class="xl65" style="width:66pt" width="88"> Prior</td> <td class="xl65" style="width:68pt" width="91"> YTD</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt" height="20">Rep</td> <td class="xl65">% to plan</td> <td class="xl65">% to plan</td> <td class="xl65">% to plan</td> </tr> <tr style="height:14.25pt" height="19"> <td class="xl67" style="height:14.25pt" height="19">Sale 1</td> <td class="xl66" align="right">140.00%</td> <td class="xl66" align="right">90.00%</td> <td class="xl66" align="right">133.33%</td> </tr> <tr style="height:14.25pt" height="19"> <td class="xl67" style="height:14.25pt" height="19">Sale 2</td> <td class="xl66" align="right">40.00%</td> <td class="xl66" align="right">85.00%</td> <td class="xl66" align="right">66.67%</td> </tr> <tr style="height:14.25pt" height="19"> <td class="xl67" style="height:14.25pt" height="19">Sale 3</td> <td class="xl66" align="right">110.00%</td> <td class="xl66" align="right">80.00%</td> <td class="xl66" align="right">100.00%</td> </tr> </tbody></table>


Any ideas on how/if I can do this? Thanks!!
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Forum statistics

Threads
1,224,616
Messages
6,179,910
Members
452,949
Latest member
beartooth91

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