picking ranges of cells and pasting into another sheet

realniceguy5000

Board Regular
Joined
Aug 19, 2008
Messages
148
Hello, I have a big problem and was hoping for some direction.
I have a workbook with 2 sheets one sheet (RAW) collects all the data. the other sheet (Audit) merges the data together.

What I need to be able to do is anytime a value from my combo box is picked all the data is moved to this sheet (Audit).

So in a nut shell here what happens in one case:Jan 09 was picked...

raw data cells
Code:
c,d,e,o,p,q,r,J,s,t,u,v14
pasted into
Audit cells
Code:
c,d,f,g,h,i,j,m,n,o,p,q15
also raw data cells
Code:
KLMN,14
need sum and placed into
Code:
r15
on audit sheet.
and raw data cells
Code:
FGHI,14
need sum and placed into
Code:
k15
on audit sheet.

So basically if someone could help me get started with this mess I may be able to continue with all the other case's I have. I'm just not sure how to get all the data from point A to point B.

Thanks MiLLIONS... Mike
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result

Forum statistics

Threads
1,203,251
Messages
6,054,384
Members
444,721
Latest member
BAFRA77

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