I currently have this:
What i want is column B to be filled with the numbers that relate to the corresponding letter.
Excel Workbook | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | a | 1 | * | b | 4 | * | e | 7 | ||
2 | c | 2 | * | f | 2 | * | g | 2 | ||
3 | d | 1 | * | h | 3 | * | i | 5 | ||
4 | * | * | * | * | * | * | * | * | ||
5 | a | * | * | * | * | * | * | * | ||
6 | b | * | * | * | * | * | * | * | ||
7 | c | * | * | * | * | * | * | * | ||
8 | d | * | * | * | * | * | * | * | ||
9 | e | * | * | * | * | * | * | * | ||
10 | f | * | * | * | * | * | * | * | ||
11 | g | * | * | * | * | * | * | * | ||
12 | h | * | * | * | * | * | * | * | ||
13 | i | * | * | * | * | * | * | * | ||
Sheet1 |
What i want is column B to be filled with the numbers that relate to the corresponding letter.