Forum Discussion

KatkaS's avatar
KatkaS
Post Patron
5 years ago
Solved

Keep first value

Hello,   I have a simple excel sheets with names and dates when they logged in an application. I need to keep (count) only their first log-in, delete the rest (or keep, but just count the first lo...
  • fhill's avatar
    5 years ago

     

    In Query Editor, try the Group By Feature -> Advanced to Select the MIN Login (by Email) and COUNT of Rows.

     

    After that, you can take the GROUPED DATA into a simple chart.