<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2017-05-05 16:55 GMT+02:00 Christoph Hormann <span dir="ltr"><<a href="mailto:chris_hormann@gmx.de" target="_blank">chris_hormann@gmx.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id="gmail-:14i" class="gmail-a3s gmail-aXjCH gmail-m15bd91d485ce4082">I know this is probably a bit of work (although not that much probably<br>
considering Martin just did this casually for a diary post) </div></blockquote></div><br><br><br clear="all">as long as you are only making country lists it is a one-liner:<br><br>cat Normal_OSMF_members_6month-notpaid.csv|cut -d'|' -f9|sort|uniq -c|sort -r<br><br></div><div class="gmail_extra">Before I had sorted the list in calc by "membership expired" and resaved the paid up plus those not paid up for less than 6 months as csv with | as separator (because of the commas in the values).<br></div><div class="gmail_extra">If you want to aggregate by continents or regions, you will need something more complex or a little bit of manual work. Our members are currently from 47 different countries.<br><br></div><div class="gmail_extra">Cheers,<br></div><div class="gmail_extra">Martin<br></div></div>