+ Reply to Thread
Results 1 to 2 of 2

Need to convert Binary Data of csv file to decimal

Hybrid View

  1. #1
    Registered User
    Join Date
    05-18-2016
    Location
    India
    MS-Off Ver
    13
    Posts
    1

    Need to convert Binary Data of csv file to decimal

    Hi
    I got csv file from a ifferent tool which is giving me 32bit binary in form of 1.00011E+30. Whole table has around 1000 entries in 2 separate columns.

    I need to convert that in decimal for further calculations. I tried Bin2hex formula but seems it'll not work with the size of binary number.

    Please let me know if you have any option for me.

    Regd,
    Anuj

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,078

    Re: Need to convert Binary Data of csv file to decimal

    Do any of these solutions work?

    http://stackoverflow.com/questions/2...-large-numbers

    or use this

    =SUMPRODUCT(--MID(A1,LEN(A1)+1-ROW(INDIRECT("1:"&LEN(A1))),1),(2^(ROW(INDIRECT("1:"&LEN(A1)))-1)))
    You need to enter the binary number as text if more than 15 digits

    Source: http://www.pcreview.co.uk/threads/bi...mbers.3939379/
    Last edited by Special-K; 05-18-2016 at 07:49 AM.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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. Convert Decimal fractions to binary and vice versa
    By vinbhoo in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-11-2014, 11:04 AM
  2. Convert Binary info in a column to Decimal
    By VIRTUAL007 in forum Excel General
    Replies: 2
    Last Post: 03-17-2014, 02:08 PM
  3. Importing a Binary File, displaying as Hex, and saving the file as a Binary file again
    By bluenose616 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-26-2014, 04:46 PM
  4. [SOLVED] Import file and convert decimal point to comma
    By veniw in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 04-17-2013, 12:32 AM
  5. [SOLVED] How to convert from 24 bit Hexadecimal data to Binary data
    By nur2544 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 02-04-2013, 08:57 AM
  6. How to convert binary to decimal & vice versa?
    By hmmm in forum Excel General
    Replies: 5
    Last Post: 08-02-2005, 11:05 PM
  7. [SOLVED] How can I convert binary numbers to decimal when they are larger .
    By Nebulae in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-14-2005, 01:06 PM

Tags for this Thread

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