+ Reply to Thread
Results 1 to 5 of 5

"Free 3 of 9" font - barcode from decimal number

  1. #1
    Forum Contributor
    Join Date
    07-13-2015
    Location
    Poland
    MS-Off Ver
    MS Office 365
    Posts
    171

    "Free 3 of 9" font - barcode from decimal number

    Hi,

    I use the "Free 3 of 9" font for making barcodes from text in excel.
    Now I need to prepare barcodes from values, but some of these are decimal numbers, i.e. 10,15

    The barcode looks like two barcodes separated by comma. How to do it correctly?

  2. #2
    Forum Contributor shank_mis's Avatar
    Join Date
    09-08-2018
    Location
    Delhi
    MS-Off Ver
    2010
    Posts
    128

    Re: "Free 3 of 9" font - barcode from decimal number

    Use SUBSTITUTE () function to replace comma with a dot.
    Assuming your data is in Cell A1, write formula in B1:

    =SUBSTITUTE(A1,",",".")

    You will have 10.15 in B1.
    Hope that's what you need.
    Shashank Mishra
    Please hit "Add Reputation" Button if you liked the answer.

  3. #3
    Forum Contributor
    Join Date
    07-13-2015
    Location
    Poland
    MS-Off Ver
    MS Office 365
    Posts
    171

    Re: "Free 3 of 9" font - barcode from decimal number

    ok,

    But I transfer scanned values to the external software (ERP system).
    I need to input there 10,15 instead of 10.15

  4. #4
    Forum Contributor shank_mis's Avatar
    Join Date
    09-08-2018
    Location
    Delhi
    MS-Off Ver
    2010
    Posts
    128

    Re: "Free 3 of 9" font - barcode from decimal number

    Keep both the values in separate columns if that's possible.
    I don't know about ERP but SAP offers a selection of columns in case of importing a file. If ERP offers the same, just select the appropriate column.

  5. #5
    Forum Contributor
    Join Date
    07-13-2015
    Location
    Poland
    MS-Off Ver
    MS Office 365
    Posts
    171

    Re: "Free 3 of 9" font - barcode from decimal number

    shank_mis I cannot understand,

    Shortly speaking - I have some input field (does not matter if we consider SAP, other ERP, Excel cell or word, notepad or something) where I want to transfer the value 10,15 scanned from barcode.
    The question is - how can I create the barcode for value 10,15 that after scanning and transfering to the input field it still will be 10,15 ?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Number decimal does not disply as "Text" format
    By jtlayne1969 in forum Excel General
    Replies: 4
    Last Post: 09-05-2019, 01:31 PM
  2. Macro with PrintPreview change decimal "," to "."
    By ksz in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-14-2015, 12:12 PM
  3. looking for free barcode font for excel
    By eric in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 01-28-2015, 06:03 AM
  4. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  5. [SOLVED] How to Count number of "Error" and "OK" after the word "Instrument" found in table row
    By eltonlaw in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-17-2012, 06:26 AM
  6. [SOLVED] " / " Changing Decimal number format to Fraction on Protected Cell
    By laudie in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-14-2005, 10:15 PM
  7. [SOLVED] " / " Changing Decimal number format to Fraction on Protected Cell
    By laudie in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-14-2005, 09:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1