About 1,030,000 results
Open links in new tab
  1. Dot instead of comma on numerical keyboard - Super User

    Apr 28, 2014 · Using polish language on Windows 8.1, comma is the default decimal seperator on numerical keyboard. Is there a way to change it to dot? I wouldn't like to change it in Excel or some …

  2. Data Validation of a Comma Delimited List - Super User

    6 I need a simple way of taking a comma seperated list in a cell, and providing a drop down box to select one of them. For Example, the cell could contain: 24, 32, 40, 48, 56, 64 And in a further cell, using …

  3. Convert a column into a comma separated list - Super User

    Apr 14, 2014 · Then export the data as a csv (comma-deliminated format), and you have your plaintext comma-seperated list! You can copy from notepad and put it back into excel if you want. Also, if the …

  4. How do I separate a comma-separated list into two columns in Excel ...

    How do I separate a comma-separated list into two columns in Excel? Ask Question Asked 14 years, 1 month ago Modified 9 years, 8 months ago

  5. Copy comma delimited values into two excel cells - Super User

    Mar 30, 2012 · You could first select a cell containing some text then choose: Data > Text To Columns > Delimited > Next : Comma Check. then just click Cancel to store these settings. If you copy and …

  6. Excel saves a file in .csv but it keeps the columns and the rows as ...

    When saving to .csv, the result is a text file for which a line is a row, and each columns are separated by comma. When Excel opens a CSV, it understands it and displays it in a table format.

  7. How to set decimal separator in LibreOffice Calc? - Super User

    Sep 15, 2017 · How do I set the decimal separator in LibreOffice Calc? I want the decimal separator to be dot (.), not comma (,): I want to set this system-wide and as default. I don't want to set this for …

  8. How can I change the list separator in the formulas in MS Excel 2019?

    Jul 16, 2021 · This method: Run Control Panel > Region Click "Additional settings..." Stay in the Numbers tab Set the "List separator" to your preferred separator Click OK twice. Note: Setting it to …

  9. Copy data with comma into single column in excel?

    Nov 9, 2010 · How can I copy and paste multiple rows of data that contains a comma, such as LastName, FirstName into a single column in Excel 2007? The default behavior seems to be to split …

  10. How can I read a comma delimited text file in a Windows batch file?

    I can get it to read the text file until it becomes a comma delimited text file. I would like to read the two variables on each line and test each one with a If statement for another condition. Pr...