S
Steven
i would like to lookup rows of data from a sheet and display the totals to
another sheet of matching data.
the data would look something like this:
code name ref
H:M
A Fred 0001 10.00 11.40 01:40
B Fred 0001 11.40 12.10 00:30
A Joe 0002 10.00 12.30 02:30
B Joe 0002 15.45 16.15 00:30
G Tom 0003 10.25 12.25 02:00
G James 004 10.15 12.15 02:00
B James 004 12.15 12.45 00:30
A Stephen 123 09.40 10.55 01:15
A Sam 5544 10.10 11.00 00:50
B Sam 5544 09.40 10.10 00:30
D Mel 001 12.45 14.45 02:00
could someone please tell me how i could lookup the `code` and get the
totals for all the matching rows with the same `code` for `H:M`
Many thanks,
Steve
another sheet of matching data.
the data would look something like this:
code name ref
H:M
A Fred 0001 10.00 11.40 01:40
B Fred 0001 11.40 12.10 00:30
A Joe 0002 10.00 12.30 02:30
B Joe 0002 15.45 16.15 00:30
G Tom 0003 10.25 12.25 02:00
G James 004 10.15 12.15 02:00
B James 004 12.15 12.45 00:30
A Stephen 123 09.40 10.55 01:15
A Sam 5544 10.10 11.00 00:50
B Sam 5544 09.40 10.10 00:30
D Mel 001 12.45 14.45 02:00
could someone please tell me how i could lookup the `code` and get the
totals for all the matching rows with the same `code` for `H:M`
Many thanks,
Steve