V
vipjun
Hi , Im trying to do a function that does a Sum of sheet 2 column B b
the unique values in Column A, then returns that data to Sheet1 colum
B
Sheet 1
A B
1160 ???
1510 ???
8150 ???
8800 ???
Sheet 2
A B
1160 0.58
1160 0.58
1510 0.58
8150 0.58
8800 0.85
8800 0.85
8800 0.48
8800 0.58
The finished column should look like this
Sheet 1
A B
1160 1.16
1510 .58
8150 .58
8800 2.76
I would be working with a list that has about 20000 numbers so manuall
summing them up would take pretty long.
This might take multiple functions to get the data this way so for th
excel pro's out there suggestions would be appreciated
the unique values in Column A, then returns that data to Sheet1 colum
B
Sheet 1
A B
1160 ???
1510 ???
8150 ???
8800 ???
Sheet 2
A B
1160 0.58
1160 0.58
1510 0.58
8150 0.58
8800 0.85
8800 0.85
8800 0.48
8800 0.58
The finished column should look like this
Sheet 1
A B
1160 1.16
1510 .58
8150 .58
8800 2.76
I would be working with a list that has about 20000 numbers so manuall
summing them up would take pretty long.
This might take multiple functions to get the data this way so for th
excel pro's out there suggestions would be appreciated