About 80,200 results
Open links in new tab
  1. Remove Formula but keep data with source formatting?

    May 24, 2018 · Here is one option: Create a new column to the right of the column whose content and formatting (but not formula) you want to want to preserve Copy the column, and paste (all) …

  2. vba - How to remove formulas from sheet but keep their …

    Jan 30, 2015 · Can you please let me know how I can remove all formulas from a sheet but keep the results of calculations in excel VBA? I have a sheet called map which has lots of …

  3. Automatically delete the formula once I get the value in Excel?

    Jun 21, 2018 · Select the cell range where you want to delete the formulas and keep only the values, copy them, then right click -> Paste Special -> Values (V). This will replace the cell …

  4. How do I prevent Excel from automatically replicating formulas in ...

    If you don’t want Excel to create calculated columns when you enter formulas in table columns, you can turn the option to fill formulas off. If you don’t want to turn the option off, but don’t …

  5. excel - Clone Sheet to new workbook, keep format, remove …

    Jun 10, 2020 · The criteria for this new sheet are also: - Keep the formatting as is. - Remove all formulas (only remain values) - Clear data in certain ranges or specific cells - The destination …

  6. Remove formulas from all worksheets in Excel using VBA

    May 10, 2021 · I'm having toubles removing formulas from cells in Excel and keep only the value (in case there is a number). The problem is due to the fact that there are also pivot tables (and …

  7. excel - How to preserve a formula's reference to a worksheet when …

    2 I am the author of an application that before opening an Excel workbook, deletes and recreates some worksheets, like, for example "Sheet1" in the example below. Other worksheets (say …

  8. How can I remove non-matching values in two different columns …

    Mar 5, 2015 · 0 I have several columns of data in my Excel spreadsheet. Originally, I had two different spreadsheets, as they were generated from reports in a software application. One of …

  9. Disable excel from generating file path in formula

    Sep 15, 2020 · Now when I open the conversion document on a different pc, Excel automatically adds whole file path of where it originally been created in the formula. How can I stop excel …

  10. How to freeze the =today() function once data has been entered

    Aug 2, 2015 · The TODAY function is volatile and recalculates on every calculation cycle in the workbook. If you want a timestamp look towards a VBA Worksheet_Change event macro that …