Hi,
I want to extract a list from a table with all the activity of a customer sorted by date for a given period. The data is necessary as a specification to an invoice.
Data should look like this.
Date | Activity | Name | No. of Hours
My problem is that on some dates there are multiple activities. And I cannot use an index funtion because that finds only one row with a certain date, it does not return the other (same) dates.
I am looking for a solution without VBA or macro. A pivot table is no option here because of the (non) expertise of the end users.
Anyone?
Kind regards
Jeroen.
I want to extract a list from a table with all the activity of a customer sorted by date for a given period. The data is necessary as a specification to an invoice.
Data should look like this.
Date | Activity | Name | No. of Hours
My problem is that on some dates there are multiple activities. And I cannot use an index funtion because that finds only one row with a certain date, it does not return the other (same) dates.
I am looking for a solution without VBA or macro. A pivot table is no option here because of the (non) expertise of the end users.
Anyone?
Kind regards
Jeroen.