H
Harry
I have a table with three columns:
Name Date Action
Fred Today this
Fred Today this
Fred Today that
Wilma Today this
I want to sort by name and by date, but only if 'this' was done more
than once on the same day, and not if 'that' was done on the same
day,They have to perform this more than once, and they cannot have
performed that on the same day.
If not in excel, mssql maybe?
Thanks,
Harry
Name Date Action
Fred Today this
Fred Today this
Fred Today that
Wilma Today this
I want to sort by name and by date, but only if 'this' was done more
than once on the same day, and not if 'that' was done on the same
day,They have to perform this more than once, and they cannot have
performed that on the same day.
If not in excel, mssql maybe?
Thanks,
Harry