K
kaken6
Hello, I have two questions regarding Microsoft excel. If you could
help me I'd really appreciate it!
QUESTION #1
I have 2 worksheets. One has a list of ID numbers (unique - one of
each) and a column for totals (which is blank as of now)
WORKSHEET1
A B
ID #: Total:
1
2
3
4
5
The other has a list of ID numbers (many listed multiple times), has a
number entry which I need to be summed and a date (which I filter by
to get a range)
WORKSHEET2
A B C
1 345 Jan 1
2 327 Feb 10
1 745 March 22
1 237 Dec 6
4 845 Jun 3
3 23 Aug 7
2 2222 Jan 20
What I'm wanting is the entries for each ID to be summed together, but
only for the data that is visible after filtering. Thus, the sumif
function won't work as it also adds the filtered-out data. I can't
get the subtotal function to work either because I only want specific
data corresponding to the individual ID to be totaled.
What I'm hoping the result to look like:
WORKSHEET1
A B
ID #: Total:
1 345+745+237
2 327+2222
3 23
4 845
5 0 [or blank]
....except I want just the final resulting total...not all the xx plus xx
written out
QUESTION #2
Have 2 Worksheets
One looks something like:
WORKSHEET2
ID Name Pattern Colour
Number
1 Bob Stripe
red 547
2 Jill Square
red 322
3 Joe Circle
blue 0
4 Jack Plaid
red 0
5 Paul Curly
blue 77
WORKSHEET1 Right now Column A and Column B are blank for now. In
column C there are numbers that will be linked via vlookup to each
name (don't worry I can do this ) When complete it should look
like:
Name Colour VlookupNumber
Bob red 12
Jill red 3
Paul blue 4
TOTAL =sum(xx)
I need to input just the Name and Colour of each person into the
second chart for those people who have a number greater than 0. I'd
like the Name in column A and the Colour in column B for those
entries. As someone else will be using this file I'm trying to make it
as user-friendly as possible. Is there a way to make it automatically
update when one of the numbers are changed, or a new ID/Name is
changed/added?
Finally, after all the entries I want a TOTAL row, that just totals up
the vlookup values on the row after the last Name. While this seems
like an easy task (=sum(C2:CXX) ) the number of Names in column A will
be changing over time, so it will have to move. Is there any easy way
to do this?
If anyone could help me with one or both questions, I'd greatly
appreciate it. Thanks!!
help me I'd really appreciate it!
QUESTION #1
I have 2 worksheets. One has a list of ID numbers (unique - one of
each) and a column for totals (which is blank as of now)
WORKSHEET1
A B
ID #: Total:
1
2
3
4
5
The other has a list of ID numbers (many listed multiple times), has a
number entry which I need to be summed and a date (which I filter by
to get a range)
WORKSHEET2
A B C
1 345 Jan 1
2 327 Feb 10
1 745 March 22
1 237 Dec 6
4 845 Jun 3
3 23 Aug 7
2 2222 Jan 20
What I'm wanting is the entries for each ID to be summed together, but
only for the data that is visible after filtering. Thus, the sumif
function won't work as it also adds the filtered-out data. I can't
get the subtotal function to work either because I only want specific
data corresponding to the individual ID to be totaled.
What I'm hoping the result to look like:
WORKSHEET1
A B
ID #: Total:
1 345+745+237
2 327+2222
3 23
4 845
5 0 [or blank]
....except I want just the final resulting total...not all the xx plus xx
written out
QUESTION #2
Have 2 Worksheets
One looks something like:
WORKSHEET2
ID Name Pattern Colour
Number
1 Bob Stripe
red 547
2 Jill Square
red 322
3 Joe Circle
blue 0
4 Jack Plaid
red 0
5 Paul Curly
blue 77
WORKSHEET1 Right now Column A and Column B are blank for now. In
column C there are numbers that will be linked via vlookup to each
name (don't worry I can do this ) When complete it should look
like:
Name Colour VlookupNumber
Bob red 12
Jill red 3
Paul blue 4
TOTAL =sum(xx)
I need to input just the Name and Colour of each person into the
second chart for those people who have a number greater than 0. I'd
like the Name in column A and the Colour in column B for those
entries. As someone else will be using this file I'm trying to make it
as user-friendly as possible. Is there a way to make it automatically
update when one of the numbers are changed, or a new ID/Name is
changed/added?
Finally, after all the entries I want a TOTAL row, that just totals up
the vlookup values on the row after the last Name. While this seems
like an easy task (=sum(C2:CXX) ) the number of Names in column A will
be changing over time, so it will have to move. Is there any easy way
to do this?
If anyone could help me with one or both questions, I'd greatly
appreciate it. Thanks!!