Phone number

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

Guest

My phone number list does not contain a 1 for long distance. I need to
reformat the cell to include a one or my fax machine cannot process the faxes
 
Lisa

Use another column and type in

="1"&A2

Then copy down. (Presumes number in columnA)

Now copy the 'new' numbers and edit>copy, then Edit>paste special+values
over the old data and delete the column with the formulas which are now not
needed

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 
If your phone numbers look like 609-555-1212 in cell A1, then use the formula:

="1-" & A1 in another cell
 
Back
Top