Text strings from a variable string

F

Ferdy

Is there anyway I can set up a system where if I type a variable ( alpha
numeric/numeric) in say d1, it will automatically put strings assigned to
this variable in D2, D3
e.g variable P1234

D1 D2 D3 D4
P1234 op1 op2 op3 etc
 
Top