(Edited by HansV to present data in table form)
I have a spreadsheet filled with duplicate records. I would like to know the total by “sys” (see below). Is there any way to only count the “amt” column and still be able to display the “code” column. See below:
sys | stage | id | amt | code | line | name |
R00000770677-1 | NEW | 10698928 | 1282.55 | 99-88-0000-9999-444 | 1 | JOE |
R00000770677-1 | OLD | 10698928 | 1282.55 | 99-88-0000-9999-444 | 2 | PREVA |
I’d like to be able to show the sys, amt and code 1 time only vs. the 2 times here (for example, R00000770677-1. 2182/55 and 99-88-0000-9999-444). Is this possible in a spreadsheet that may have 5000 rows of data but only 2500 of them are unique.
Thanks.