A
aimorris
Guest
I am trying to find the average value of a group heading in a report over a period of days. The problem is that there are multiple entries for each day and The avg()function is counting each entry. I want to count each day only once. Is there a way I can count repeating values only once? Thanks in advance.