About 119,000 results
Open links in new tab
  1. Using VBA to clean data in Excel - Stack Overflow

    Mar 9, 2023 · I have a worksheet of raw data that looks like this with 12169 records. I want to use VBA to sort through all of these records and out them into to a clean spreadsheet where …

  2. Using Power Automate to automate vlookup/data cleaning

    Apr 14, 2023 · I am looking for the best way to automate a task that I currently do manually via vlookup in Excel. In one table, I have an export of contacts from a CRM system, like this: …

  3. excel - Cleaning up Data using a VBA Macro - Stack Overflow

    Oct 29, 2019 · 0 I have a basic request. Yet I can't seem to find anything on here that really helps me. I'm trying to do some basic data clean up. I'm very new at VBA. So I recorded a macro …

  4. Clean up excel data with python using pandas package

    Feb 15, 2017 · 5 I have read an xls file into Python with pandas using pd.read_excel I am trying to cleanup my data but I'm way out of my league. There is a blank line between every record. In …

  5. Remove leading or trailing spaces in an entire column of data

    Mar 6, 2012 · How do I remove leading or trailing spaces of all cells in an entire column? The worksheet's conventional Find and Replace (aka Ctrl+H) dialog is not solving the problem.

  6. excel - Cleaning cells with a VBA function - Stack Overflow

    Sep 6, 2015 · I want to create a VBA function, myFunction(), that writes content in cells and when the calculation is done, it would clear all the data it wrote. (I want to call it from a cell with …

  7. Excel data cleaning - Stack Overflow

    Aug 17, 2020 · I'm looking for the best approach to clean and tidy Excel data for analysis and visualization. What I need is to get the data into format of one type of attribute, one column …

  8. How to apply CLEAN () formula to entire Excel sheet?

    Aug 11, 2014 · 4 I have an Excel file with almost 50 columns and 10,000 rows. These contain non-printable characters in some cells; I want to remove these characters from all cells in the …

  9. How to data clean and export result to excel while giving every …

    Aug 12, 2021 · So I tried combining multiple excels (around 20 different ones) and data clean them then export the result into one single excel using python. The excels look something like …

  10. how to use lambda functions to data clean excel in python?

    Aug 10, 2021 · I am trying to data clean an excel using Python the requirement is this: 100 excel files managing amazon inventory, filter feature, getting amazon prime products that are lower …