Hi Guys
I have a list of names and amounts - columns A & B as follows:
A White 50
A White 50
B Blue 20
C Green 10
C Green 15
D Red 25
E Black 35
I have added in column C which totals the figures in column B if the name e.g. in A2 is the same as the name in A1. This means that I have got a cummulative total for each individual. I now need to return the maximum value in column C for each individual e.g. for A White it would be 100 and for C Green it would be 25. I then need to be able to copy down the calculation as there is quite a lot of information involved. It would be possible to do this by sub-totalling but I also need to add a macro and use the MAX result in a VLookUp. As always any help gratefully received
I have a list of names and amounts - columns A & B as follows:
A White 50
A White 50
B Blue 20
C Green 10
C Green 15
D Red 25
E Black 35
I have added in column C which totals the figures in column B if the name e.g. in A2 is the same as the name in A1. This means that I have got a cummulative total for each individual. I now need to return the maximum value in column C for each individual e.g. for A White it would be 100 and for C Green it would be 25. I then need to be able to copy down the calculation as there is quite a lot of information involved. It would be possible to do this by sub-totalling but I also need to add a macro and use the MAX result in a VLookUp. As always any help gratefully received


) will be applied to data that will change each day i.e. the names in column B will be different and diffently ordered each time. Also the amount of data is quite large.

Comment