Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I need to format cells so that there is an * before and after the number, it is how our scanner reads the barcode. For example, I have the numbers 1 to 5 in column A, and I copy them and paste them to column B, and change the font to barcode. Is there are way I can format the cells so there is automatically an * then the number * . It is easy to do it by hand for a few, but we have serial numbers that are 10 digits long, and there are thousands of them. Thanks in advance for any help. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Wed, 6 Jun 2007 16:33:01 -0700, Ben wrote:
Hello, I need to format cells so that there is an * before and after the number, it is how our scanner reads the barcode. For example, I have the numbers 1 to 5 in column A, and I copy them and paste them to column B, and change the font to barcode. Is there are way I can format the cells so there is automatically an * then the number * . It is easy to do it by hand for a few, but we have serial numbers that are 10 digits long, and there are thousands of them. Thanks in advance for any help. If the numbers are all ten digits, especially if some have leading 0's, you can use this custom format: Format/Cells/Number/Custom Type: \*0000000000\* --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
condionally formatting based on another cells formatting? | Excel Discussion (Misc queries) | |||
conditionally formatting cells based on other cells | Excel Discussion (Misc queries) | |||
Formatting cells in a column with conditional formatting? | Excel Discussion (Misc queries) | |||
How can I have formatting options like merge cells ,Bold,active for the unlocked cells of the protected worksheet.Is it possible in excel? | Excel Programming | |||
Conditional Formatting Multiple cells based on 2 cells | Excel Worksheet Functions |