About 14,300 results
Open links in new tab
  1. Convert binary code to text? - Microsoft Community

    Jan 16, 2011 · How does one convert binary code to text? Most of my saced files, reverted to binary code, and I need to get the files back into text.

  2. Function to convert Binary field into base 64 in excel

    Sep 24, 2010 · Function to convert Binary field into base 64 in excel I have a list of a few hundred binary numbers with 160 characters each on a spread sheet- looking for a function to convert them into base64 and one any ideas?

  3. How do I convert words into numeric values in Excel 2016?

    May 30, 2018 · How do I convert words into numeric values in Excel 2016? Hello Everyone, I need help converting data that I pulled from a database into numerical values that I need to submit for a report. For example, I need Excel to convert all "No" answers to 0, "Yes" to 1, "Refused to Answer" to 8, "Unknown" to 9, and so forth.

  4. How can I convert whole numbers to binary, Hexideciaml and Octal

    Mar 18, 2015 · How can I wrote a formula or Macro to convert whole numbers to binary? This is just 1 example on how it does its math: Example: Convert 74 to a binary number. 74 / 2 = 37 with a remainder of 0 Binary

  5. how to convert numbers from decimal to binary in the Windows 7 ...

    Hi how can I convcert numbers from decimal to binary using the windows 7 calculator

  6. VBA code to convert amount in figures into words in Indian …

    Feb 22, 2025 · I wan a formula or VBA code to convert amount in figures into words in Indian number style. Suppose my amount is Rs. 10'15'24'532/-. It should be converted as Rupees Ten Crore Fifteen Lacs Twenty four

  7. How can several .doc files can be converted into .docx at one time ...

    Feb 28, 2025 · I realize that you've encountered a problem with "Convert multiple .doc files to .docx in batches", and I understand how you feel. Don't worry, I'll do my best to help you. After my tests,to convert multiple .doc files to .docx in bulk without manually using "Save As," you can use VBA macros or PowerShell scripting. Below are step-by-step methods:

  8. Direct download link to Microsoft Store - Microsoft Community

    We are excited to announce that soon, the Windows Insider Program forum will be available exclusively on Microsoft Q&A. This change will help us provide a more streamlined and efficient experience for all your questions and discussions. .. You will no longer be able to create new questions here in the Microsoft Support Community. However, you can continue to participate …

  9. Keep leading zeros when converting to CSV! - Microsoft Community

    Aug 15, 2023 · Keep leading zeros when converting to CSV! Hi all, and thank you for your time! I am looking for a way to convert a selection from excel to CSV Comma delimited without losing leading zeros. The column in question is currently pulling info from a different tab and converting it to a text format using the "TEXT" formula, and adding leading zeros.

  10. VBA to copy text from multiple txt files into successive columns in ...

    Nov 3, 2019 · VBA to copy text from multiple txt files into successive columns in EXCEL Hello, I need some serious help getting a VBA code to work. I have 2500 txt files with data in them. I need each .txt file to be a new column in my excel spreadsheet. I recorded a macro to pull the data from the 1st txt file and paste it into A1.