Hi,
this is not possible natively, anyway there is a workaround:
You can create a menu with many Easy Profile's Users Lists.
For example
- menu item called "A", you can set Custom SQL Where like: lastname LIKE "a%"
- menu item called "B", you can set Custom SQL Where like: lastname LIKE "b%"
......
- menu item called "Z", you can set Custom SQL Where like: lastname LIKE "z%"
after you can use a menu module to show the list of menu items
Also with this way you can also create menu item like A-C (lastname LIKE "a%" OR lastname LIKE "b%" OR lastname LIKE "c%"
, D-F (.....), ...