Excel Code

  • Thread starter Thread starter A. Mart
  • Start date Start date
A

A. Mart

I am trying to put together a spread sheet that will allow me to type a
specific letter and a 9 digit code will appear once I enter the letter.
 
One way would be to use a table
col a col b
a 123456789
b 23456789
and use VLOOKUP formulas
 
Back
Top