S
Steve Hill
I am trying to find a way in which I have a block of data containing
mostly letters between 1 and 10, but also the occasional "X" and
return the sum of the block counting the X's as 10 as well as the
orignal 10's. This would be for an archery spreadsheet and would then
be able to add up the score fully as well as identifying the X's and
10's as seperate scores of the same value automatically.
e.g. X, 10, 9, 10, 10, 8 = 57
X, X, 10, X, 9, 9 = 58
and so on.
I already have set up the columns for identifying the frequency of
each individual number and the X's, but it will not include the X's in
the score at the moment.
Thanks all.
mostly letters between 1 and 10, but also the occasional "X" and
return the sum of the block counting the X's as 10 as well as the
orignal 10's. This would be for an archery spreadsheet and would then
be able to add up the score fully as well as identifying the X's and
10's as seperate scores of the same value automatically.
e.g. X, 10, 9, 10, 10, 8 = 57
X, X, 10, X, 9, 9 = 58
and so on.
I already have set up the columns for identifying the frequency of
each individual number and the X's, but it will not include the X's in
the score at the moment.
Thanks all.