F
Frank Costa
I have a spreadsheet of 154 Rows (all unique project numbers in numerical
order) and 9 columns of account numbers (some are similiar and some are user
entered, therefore there could be 'blanks' with no data in them).
I am trying to create a table that will only give me the project number if
there are dollars in one or more of the columns. This would be used for data
entry (and that is why I would like to have the columns summed up - to remove
duplicates).
Any ideas? I have given a brief example below:
F, G, & H
are User Defined Cols
A B C D E F G
H
1 Project # 1100 1111 1100 1100 "Blank" 4233 1111
2 00001 $50.00 $25.00 $3.00 $1.00 $25.00 $10.00
3 10000 $5.00 $
5.00 $10.00
4 25000 $50.00 $10.00 $1.00
What I would like to see is a table of the summarized data below:
Project Account Amount
00001 1100 $54.00
00001 1111 $35.00
00001 4233 $25.00
10000 1111 $15.00
10000 4233 $ 5.00
25000 1100 $50.00
25000 1111 $10.00
25000 4233 $ 1.00
Is this something that I can create using a pivot table and if so, how?
Thanks for your help!
order) and 9 columns of account numbers (some are similiar and some are user
entered, therefore there could be 'blanks' with no data in them).
I am trying to create a table that will only give me the project number if
there are dollars in one or more of the columns. This would be used for data
entry (and that is why I would like to have the columns summed up - to remove
duplicates).
Any ideas? I have given a brief example below:
F, G, & H
are User Defined Cols
A B C D E F G
H
1 Project # 1100 1111 1100 1100 "Blank" 4233 1111
2 00001 $50.00 $25.00 $3.00 $1.00 $25.00 $10.00
3 10000 $5.00 $
5.00 $10.00
4 25000 $50.00 $10.00 $1.00
What I would like to see is a table of the summarized data below:
Project Account Amount
00001 1100 $54.00
00001 1111 $35.00
00001 4233 $25.00
10000 1111 $15.00
10000 4233 $ 5.00
25000 1100 $50.00
25000 1111 $10.00
25000 4233 $ 1.00
Is this something that I can create using a pivot table and if so, how?
Thanks for your help!