Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default formatting MAC Addresses

I get mac addresses that are like this.

001B24E0382C 001B24E0382D

I need to format or convert them via formula to this.

00:1B:24:E0:38:2C|00:1B:24:E0:38:2D

Any help would be greatly appreciated.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default formatting MAC Addresses

Hi

One way
=MID(A1,1,2)&":"&MID(A1,3,2)&":"&MID(A1,5,2)&":"&M ID(A1,7,2)
&":"&MID(A1,9,2)&":"&MID(A1,11,2)&"|"&MID(A1,14,2) &":"&
MID(A1,16,2)&":"&MID(A1,18,2)&":"&MID(A1,20,2)&":"
&MID(A1,22,2)&":"&MID(A1,24,2)

--
Regards
Roger Govier

"cygnussphere" wrote in message
...
I get mac addresses that are like this.

001B24E0382C 001B24E0382D

I need to format or convert them via formula to this.

00:1B:24:E0:38:2C|00:1B:24:E0:38:2D

Any help would be greatly appreciated.

Thanks!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default formatting MAC Addresses

This works for me. Thanks!

"Roger Govier" wrote:

Hi

One way
=MID(A1,1,2)&":"&MID(A1,3,2)&":"&MID(A1,5,2)&":"&M ID(A1,7,2)
&":"&MID(A1,9,2)&":"&MID(A1,11,2)&"|"&MID(A1,14,2) &":"&
MID(A1,16,2)&":"&MID(A1,18,2)&":"&MID(A1,20,2)&":"
&MID(A1,22,2)&":"&MID(A1,24,2)

--
Regards
Roger Govier

"cygnussphere" wrote in message
...
I get mac addresses that are like this.

001B24E0382C 001B24E0382D

I need to format or convert them via formula to this.

00:1B:24:E0:38:2C|00:1B:24:E0:38:2D

Any help would be greatly appreciated.

Thanks!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
e-mails addresses thd3 Excel Worksheet Functions 1 October 8th 07 09:20 PM
Addresses Oggy Excel Discussion (Misc queries) 1 April 7th 07 02:02 PM
Help with Addresses kimbiak21 New Users to Excel 8 April 13th 06 10:54 PM
Formatting email and web addresses in Excel JohnnyJomp New Users to Excel 5 January 31st 06 04:43 PM
Question about formatting addresses garriott Excel Discussion (Misc queries) 1 June 28th 05 04:04 AM


All times are GMT +1. The time now is 08:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"