Another replace question

  • Thread starter Thread starter Greg Rivet
  • Start date Start date
G

Greg Rivet

I have a list of numbers, always three digit, all starting with 1 such as:
101, 103, 102 ,100. In a search and replace, I want to remove the 1. In
other words find 101 and repalce with 01 etc. These are actually text
strings that look like numbers. How should the "replace with" be input. TIA

Greg
 
Assume the list is in col A, A2 down

Put in say B2: =SUBSTITUTE(A2,1,,1)
Copy B2 down col B
 
how about subtracting 100 from each number by putting 100 in a
cell>copy>select the range to chg>paste>subtract
 
How about this solution. Highlight the list. Go to Format > Cells > Number Tab > Custom. In the Type field, type "0###".
 

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