About 29,000 results
Open links in new tab
  1. How to normalize Data? | MrExcel Message Board

    Feb 4, 2023 · Hi, I need a function to normalize data. For example: in column A there are the reference data (written correctly) and in column B the data to correct. Is there a function that can find the most …

  2. normalizing dates | MrExcel Message Board

    Dec 18, 2010 · For many date formats, you can do Data > Text to Columns, Finish, and Excel will convert text that looks like dates to dates, and then you can format them as you wish. Unfortunately, …

  3. Macro to standardize/normalize data | MrExcel Message Board

    Aug 14, 2011 · Hi there, I have to repetitively standardize data in columns A to AZ. It is very time consuming getting the mean and standard deviation of each column and then using the formula on …

  4. Normalizing/Standardizing data to be used for ranking - MrExcel

    Oct 7, 2013 · I used the min-max formula you suggested to normalize attributes 1 and 4 and the resulting range is in between 0 and 1. For attribute 5, I converted each value to Max-value and then …

  5. Normalize data? | MrExcel Message Board

    Dec 15, 2011 · I have a list of data in 2 columns. There are part numbers in col A and dates in col B. Some of the part numbers in col A have multiple dates associated with them, kind of like this: 1234 …

  6. Transforming data to Normal (Guassian) bell curve - MrExcel

    Jul 25, 2007 · The input to Fisher's transformation (the "x" in Excel's help file, or the "p" in most writeups) is the correlation between X and Y of the original data set, and it assumes that X and Y follow a …

  7. Normalize Data | MrExcel Message Board

    Jul 11, 2008 · How can I have excel automatically scan a column of data that contains "IDs" and return in another column a normalized data set? Example: In the column "ID" I have 11 IDs listed with many …

  8. URGENT - Normalize the Data in Cell.... | MrExcel Message Board

    Nov 3, 2006 · Rijnsent J Excel macro that will fill cells with data from a source document to a new workbook template janesvilleman Jan 10, 2019 Excel Questions Replies 0 Views 1K Jan 10, 2019 …

  9. Normalize With Missing Values | MrExcel Message Board

    Nov 7, 2021 · I am trying to normalize my data with the min-max method (0-1) and use this formula: = (Raw!B2-MIN (Raw!B:B))/ (MAX (Raw!B:B)-MIN (Raw!B:B)) where Raw is the first worksheet and …

  10. Normalize data | MrExcel Message Board

    Nov 26, 2011 · Hi I have a set of data in a column for different data sets. I want to normalize the data to a specific range and then plot the data. Is there a way to do this? Thanks