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
pasted into
Audit cells
also raw data cells
need sum and placed into
on audit sheet.
and raw data cells
need sum and placed into
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
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
Audit cells
Code:
c,d,f,g,h,i,j,m,n,o,p,q15
Code:
KLMN,14
Code:
r15
and raw data cells
Code:
FGHI,14
Code:
k15
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