G
Guest
I have a column of data on a report representing months like this: 1, 2, 3, 3, 4, 4, 4, 5, 5, 6, 8. I need to count the number of months on this column, which should be 7. What function can I use to get this? Count function would give me 11 so it does not work
Thanks
Thanks