P
Pyrrhic
I have one sheet labeled 'Main' and the other labeled 'Index'. O
'Index' I have 'Greek' in cell A1, 'Roman' in A2, and 'Indian' in A3
In each of the 5 cells to the right of each name (i.e. B1-F1 for Greek
is a distinct numerical value; no units, just single numbers.
Index's cells A1-F1: Greek 18 11 40 11 6
Index's cells A2-F2: Roman 12 27 42 13 5
Here is what I'd _like_ to do on my 'Main' sheet: In cell C4, I typ
one of the names in Index's A column - for example, Greek. As a result
Main's cell C5 will contain 18, C6 becomes 11, C7 becomes 40, C
contains 11, and C9 contains 6.
If I type 'Roman' into Main's C4, then Main's C5-C9 should update t
12, 27, 42, 13, and 5, respectively.
Ultimately, I plan to have about 200 names in Index's A column, eac
with 5 values in B# through F#; if I type any one of those names int
Main's c4, then I'd like Main's c5-c9 to update to that name's B#
through F# values.
I think what I need is a formula that looks up the name I put in Main'
c4, in Index's A column. If found, then c5 will equal the cell one plac
to the right of the specified name on Index, c6 will equal the cell tw
places to the right of the name in Index, etc.
What are the formulas I need for Main's c4-c9, respectively? Any hel
would be appreciated
'Index' I have 'Greek' in cell A1, 'Roman' in A2, and 'Indian' in A3
In each of the 5 cells to the right of each name (i.e. B1-F1 for Greek
is a distinct numerical value; no units, just single numbers.
Index's cells A1-F1: Greek 18 11 40 11 6
Index's cells A2-F2: Roman 12 27 42 13 5
Here is what I'd _like_ to do on my 'Main' sheet: In cell C4, I typ
one of the names in Index's A column - for example, Greek. As a result
Main's cell C5 will contain 18, C6 becomes 11, C7 becomes 40, C
contains 11, and C9 contains 6.
If I type 'Roman' into Main's C4, then Main's C5-C9 should update t
12, 27, 42, 13, and 5, respectively.
Ultimately, I plan to have about 200 names in Index's A column, eac
with 5 values in B# through F#; if I type any one of those names int
Main's c4, then I'd like Main's c5-c9 to update to that name's B#
through F# values.
I think what I need is a formula that looks up the name I put in Main'
c4, in Index's A column. If found, then c5 will equal the cell one plac
to the right of the specified name on Index, c6 will equal the cell tw
places to the right of the name in Index, etc.
What are the formulas I need for Main's c4-c9, respectively? Any hel
would be appreciated