brian7mcdee
New Member
- Joined
- Nov 12, 2012
- Messages
- 2
Hi
I've had a good search of the forum regarding this problem. There are a few threads about dart scoreboards but none that match what I'm thinking of.
Basically, I've been trying to figure out a way that I can input in three columns what each dart scores in text so it returns the total value of the three darts which is then subtracted from the cell above in the fourth:
EG: (T=Treble D=Double S=Single)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Dart 1[/TD]
[TD]Dart 2[/TD]
[TD]Dart 3[/TD]
[TD]501[/TD]
[/TR]
[TR]
[TD]T20[/TD]
[TD]D5[/TD]
[TD]S1[/TD]
[TD]430[/TD]
[/TR]
[TR]
[TD]S20[/TD]
[TD]S5[/TD]
[TD]S1[/TD]
[TD]404[/TD]
[/TR]
</tbody>[/TABLE]
A friend suggested VLOOKUP but that has confused me more. Any help/pointers would be gratefully appreciated. Thanks.
I've had a good search of the forum regarding this problem. There are a few threads about dart scoreboards but none that match what I'm thinking of.
Basically, I've been trying to figure out a way that I can input in three columns what each dart scores in text so it returns the total value of the three darts which is then subtracted from the cell above in the fourth:
EG: (T=Treble D=Double S=Single)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Dart 1[/TD]
[TD]Dart 2[/TD]
[TD]Dart 3[/TD]
[TD]501[/TD]
[/TR]
[TR]
[TD]T20[/TD]
[TD]D5[/TD]
[TD]S1[/TD]
[TD]430[/TD]
[/TR]
[TR]
[TD]S20[/TD]
[TD]S5[/TD]
[TD]S1[/TD]
[TD]404[/TD]
[/TR]
</tbody>[/TABLE]
A friend suggested VLOOKUP but that has confused me more. Any help/pointers would be gratefully appreciated. Thanks.