I am do statistical analysis of our data, I need to return things like "how many people are 18-29 years of age. I have written the report, but now I need to be able to select only one entry of data per individual.
Because of the nature of our business, the database contains multiple users, multiple times. Even though the person might appear multiple times, they do have distinct ID numbers, so I am looking for a way to only count them and their data once, even though their ID appears in the range multiple times.
Is there a formula I could use to filter/sort out all but one entry per ID?