J
jiml
Hi all,
I have a worksheet which contains a list of dimensions in
rows 1 through 128. example:
A B C E F
Width Length Thickness Qty Total Length
1 2.5 12 1.25 4 48
2 4.5 16.5625 1 2 33.125
3 2.75 8.5 .75 1 8.5
4 2.5 18 1.25 4 72
5 4.5 20 1 3 60
What I need to do is create a list of every row that has
the same width AND thickness and sum the Total Length of
each of these. So the end result of this example would
look something like this:
2.5 120 1.25
4.5 93.125 1
2.75 8.5 .75
Has anyone ever done anything like this? Any input would
be GREATLY appreciated.
I have a worksheet which contains a list of dimensions in
rows 1 through 128. example:
A B C E F
Width Length Thickness Qty Total Length
1 2.5 12 1.25 4 48
2 4.5 16.5625 1 2 33.125
3 2.75 8.5 .75 1 8.5
4 2.5 18 1.25 4 72
5 4.5 20 1 3 60
What I need to do is create a list of every row that has
the same width AND thickness and sum the Total Length of
each of these. So the end result of this example would
look something like this:
2.5 120 1.25
4.5 93.125 1
2.75 8.5 .75
Has anyone ever done anything like this? Any input would
be GREATLY appreciated.