M
Marc
Hi, I have an excel work book which keeps track of
players averages in a dart league.
Every week gets a different page.
I would like pages for individual players, that will keep
track of only 2 columns on a weekly basis, which I will
use to make a graph. Because the stats are sorted by
high average, the players don't always stay in the same
cells.
The long way would be for me to reference the necessary
cells, week to week. I was wondering if there is a
script that can do the following pseudocode. Using C1 in
the current individual player's sheet.
C1 = Where "Week1.Cellrange A" = "Player1", "AX" (where x
is the returned Cell)
C2 = ..Same thing, but cell range B"..
Thanks for your help. If this is in anyway unclear, I
apologize, it's been a while.
players averages in a dart league.
Every week gets a different page.
I would like pages for individual players, that will keep
track of only 2 columns on a weekly basis, which I will
use to make a graph. Because the stats are sorted by
high average, the players don't always stay in the same
cells.
The long way would be for me to reference the necessary
cells, week to week. I was wondering if there is a
script that can do the following pseudocode. Using C1 in
the current individual player's sheet.
C1 = Where "Week1.Cellrange A" = "Player1", "AX" (where x
is the returned Cell)
C2 = ..Same thing, but cell range B"..
Thanks for your help. If this is in anyway unclear, I
apologize, it's been a while.