Would really appreciate your help!
I have a worksheet with about 1000 rows of data, and need to total up the numbers in a column.
Sample:
IDnumber Name1 InstallID1 Date Count Amount1
IDnumber Name2 InstallID2 Date Count Amount2
IDnumber Name2 InstallID3 Date Count Amount2
IDnumber Name3 InstallID4 Date Count Amount3
IDnumber Name4 InstallID5 Date Count Amount4
IDnumber Name4 InstallID6 Date Count Amount4
IDnumber Name4 InstallID7 Date Count Amount4
IDnumber Name5 InstallID8 Date Count Amount5
etc...
Now what I'm after is the sum of the Amount column, excluding duplicates where the Name and amount is the same (but other column info may be unique) ie - sum up the Amount column for the rows in bold, above.
Hope I explained adequately. Is there an easy way to do this?
RH
I have a worksheet with about 1000 rows of data, and need to total up the numbers in a column.
Sample:
IDnumber Name1 InstallID1 Date Count Amount1
IDnumber Name2 InstallID2 Date Count Amount2
IDnumber Name2 InstallID3 Date Count Amount2
IDnumber Name3 InstallID4 Date Count Amount3
IDnumber Name4 InstallID5 Date Count Amount4
IDnumber Name4 InstallID6 Date Count Amount4
IDnumber Name4 InstallID7 Date Count Amount4
IDnumber Name5 InstallID8 Date Count Amount5
etc...
Now what I'm after is the sum of the Amount column, excluding duplicates where the Name and amount is the same (but other column info may be unique) ie - sum up the Amount column for the rows in bold, above.
Hope I explained adequately. Is there an easy way to do this?
RH

Comment