H
Heshe
I'm trying to create a huge reference table lets say of the type
name1 number11 number12 number13
name2 number21 number22 number23
and so on and so forth (lets say there'll be a thousand entries)
and then use it in the following way.
in another table, whenever i write in a cell a certain name lets say
nameX... i want to program the neighbouring cells to retrieve the
information from the reference table about the nameX and to write then
in automatically
i.e. i write
nameX ____ _____ _____ and in the blanks right away it finds the
numbers from the reference table and fills them to result in:
nameX numberX1 numberX2 numberX3.
How can I possibly do that?
name1 number11 number12 number13
name2 number21 number22 number23
and so on and so forth (lets say there'll be a thousand entries)
and then use it in the following way.
in another table, whenever i write in a cell a certain name lets say
nameX... i want to program the neighbouring cells to retrieve the
information from the reference table about the nameX and to write then
in automatically
i.e. i write
nameX ____ _____ _____ and in the blanks right away it finds the
numbers from the reference table and fills them to result in:
nameX numberX1 numberX2 numberX3.
How can I possibly do that?