C
cebukid70
Here's an example. I've got this database where one of the rows
within the column, the number remains the same for many entries.
For example, 15, 15, 15, 15, 23, 23, 23, 23, 38, 38, 38, 38, 40, 40.
How do I sum up only the unique numbers: 15, 23, 38, & 40?
A VB-code will do..
within the column, the number remains the same for many entries.
For example, 15, 15, 15, 15, 23, 23, 23, 23, 38, 38, 38, 38, 40, 40.
How do I sum up only the unique numbers: 15, 23, 38, & 40?
A VB-code will do..