A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Thanks, will try that. Kind of a hassle
to have to set up new rules
highlight colors when sorting using
//cli_no_header;
create temp table aa as
select * from sheet1 order by f01;
cli_mark_duplicate_rows~aa~f04;
for a simple sort function, but will give it a go and see how it works.