Hi Guys,
I have created a spreadsheet to log my families 10 pin bowling scores. I am having trouble creating an array of scores from a range based on the players name.
Below is an example of what I want to do. When I add a new game it will get inserted at B11in the first image and all other games move down 6 rows.
On the second image I want to select a name from the dropdown box (this works ok).
I then want to create an array of that players scores in the first sheet and insert them in to a column starting at AA8 in the second sheet based on the name selected in the dropdown box.
So using the example below, If I select Sophie in the dropdown box. I want it to search column B in the first sheet for a name match and then put all her scores in that row (starting with the last game in that row) into an array. The result I am after would look like column AA in the second image and the list below.
Many thanks in advance for any assistance or suggestions.
I have created a spreadsheet to log my families 10 pin bowling scores. I am having trouble creating an array of scores from a range based on the players name.
Below is an example of what I want to do. When I add a new game it will get inserted at B11in the first image and all other games move down 6 rows.
On the second image I want to select a name from the dropdown box (this works ok).
I then want to create an array of that players scores in the first sheet and insert them in to a column starting at AA8 in the second sheet based on the name selected in the dropdown box.
So using the example below, If I select Sophie in the dropdown box. I want it to search column B in the first sheet for a name match and then put all her scores in that row (starting with the last game in that row) into an array. The result I am after would look like column AA in the second image and the list below.
Many thanks in advance for any assistance or suggestions.