Make words imported into numbers, ex SMRC=303

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 3 different groups of letters. SMRC, SMIF and SMBD that I am importing
into excel. The spreadsheet that I am using that was built a long time ago
has me manually changing these to numbers. I would rather be able to make a
formula then copy and paste these into the right spot rather than doing each
one manually for over 2000 entries.

SMRC=303
SMIF=373
SMBD=383

If anyone can help that would be great.

Thanks

Bobby.
 
Try this,
In the cell to the right of the top entry in your list enter;
=IF(A7="SMRC",303,IF(A7="SMIF",373,IF(A7="SMBD",383,"")))
where A7 is the top cell in your list.
Then copy this formula down the length of your list. Now you can copy and
paste special (values and source formatting) the new list of numbers to where
ever you want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top