Re: Phone Number Formatting
- From: "Brant Nyman" <BrantNyman@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 25 Aug 2005 09:08:08 -0700
This works great too. Thanks!
"Excel_Geek" wrote:
>
> Say the column of your ########## numbers starts in A1. Type this
> formula into B1, and copy it down to the bottom of the column:
>
> ="("&LEFT(A1,3)&")"&" "&MID(A1,4,3)&"-"&RIGHT(A1,4)
>
> This will give you (###) ###-####. If you don't want the space, you
> can remove the ...&" "& part of the formula.
>
> If you want to get rid of the formulas, copy this new column and paste
> special --> values.
>
> Note that this will be text-formatted.
>
>
> --
> Excel_Geek
>
>
> ------------------------------------------------------------------------
> Excel_Geek's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=26423
> View this thread: http://www.excelforum.com/showthread.php?threadid=399052
>
>
.
- References:
- Phone Number Formatting
- From: Brant Nyman
- Re: Phone Number Formatting
- From: Excel_Geek
- Phone Number Formatting
- Prev by Date: Re: Percent Variance Formula
- Next by Date: RE: How to add entires in column based on another column...
- Previous by thread: Re: Phone Number Formatting
- Next by thread: Re: Phone Number Formatting
- Index(es):
Relevant Pages
|