P
Pokey
I need help constructing a formula to map a range of numbers to a
corresponding range of letters like below.
Each number is a unqie cell, and each letter is in a unique cell.
INPUTS
1 2 3 4 5 6
7 8 9 10 11 12
A B C D E F
G H I J K L
Ideally I would like to write a formula that I can copy straight down a
column that would allow me to enter a number in one column and then
give me the corresponding letter to the right.
For example I would enter:
4 and the formula would produce D, and so on.
11 K
8 H
I've been toying with OFFSET, but I would like to try to avoid a series
of nested "IF" statements b/c of the potential size of my ranges, plus
it just doesn't scale well.
Any help much appreciated.
corresponding range of letters like below.
Each number is a unqie cell, and each letter is in a unique cell.
INPUTS
1 2 3 4 5 6
7 8 9 10 11 12
A B C D E F
G H I J K L
Ideally I would like to write a formula that I can copy straight down a
column that would allow me to enter a number in one column and then
give me the corresponding letter to the right.
For example I would enter:
4 and the formula would produce D, and so on.
11 K
8 H
I've been toying with OFFSET, but I would like to try to avoid a series
of nested "IF" statements b/c of the potential size of my ranges, plus
it just doesn't scale well.
Any help much appreciated.