Results 1 to 3 of 3

Thread: How to normalize Excel data in Excel Rows

  1. #1
    Join Date
    Jan 2011
    Posts
    22

    How to normalize Excel data in Excel Rows

    I have a large spreadsheet (96 by 100) in Excel 2007 of recorded electrical data. Each row represents data taken from a single source, and each column represents a time point. I would like to normalize data across each row (i.e. assign the max value in that row 1, and the min value 0, and distribute the intermediate values accordingly). This needs to be done for each row independently and I can't for the life of me figure out how.

  2. #2
    Join Date
    Jul 2011
    Posts
    440

    Re: How to normalize Excel data in Excel Rows

    I would do it in a separate table outside of your original date. lets say you first row of data are in A1 to Z1. In a cell lower doen the sheet (say) a100 enter the formula =max(a1:z1) then in Z100 enter the formula Min(a1:z1). Now select these 2 newly created cells and the empty cells in between and then Edit > Fill - Series and ensure Rows & Linear are selected and Excel will have calculated the step. Click OK and your data will fill normalized.

  3. #3
    Join Date
    Jul 2011
    Posts
    434

    Re: How to normalize Excel data in Excel Rows

    I think you are looking for something like this, pasted into a blank sheet: =IF('Sheet 1'!A1<>"",('Sheet 1'!A1-MIN('Sheet 1'!1:1))/ (MAX('Sheet 1'!1:1)-MIN('Sheet 1'!1:1)),"") Assumes your data is on 'Sheet 1' and starts in cell A1. Adjust as needed.

Similar Threads

  1. How to normalize a data formula in Microsoft Excel
    By Purujeet in forum MS Office Support
    Replies: 2
    Last Post: 16-02-2012, 08:01 PM
  2. How to swap data between columns and rows in Excel
    By Rao's in forum Microsoft Project
    Replies: 1
    Last Post: 08-01-2012, 05:46 PM
  3. How to combine data in duplicate rows in MS excel
    By Virginia in forum Windows Software
    Replies: 7
    Last Post: 10-07-2011, 11:13 AM
  4. Replies: 6
    Last Post: 17-05-2011, 10:00 PM
  5. Replies: 2
    Last Post: 09-07-2009, 08:57 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,438,558.44087 seconds with 17 queries