Closed Thread
Results 1 to 2 of 2

Normalize repeated measurement (calculate ratio) using formula

  1. #1
    Registered User
    Join Date
    12-24-2013
    Location
    Florida
    MS-Off Ver
    Excel 2016
    Posts
    18

    Red face Normalize repeated measurement (calculate ratio) using formula

    Hello,

    My experiment has a large number of subjects. I recorded the occurrence of a specific behavior for each subject. Then for each subject, I want to normalize the value of each occurrence to the fist one (the ratio). I made formulas as shown below (I separate the numerator and denominator to make it clear), but the denominator has a problem. I can see why it gives "FALSE" results but I couldn't come with a solution.

    A B C D E F G
    1 ID No value ratio numerator denominator
    2 A 1 0.79 =0.79/0.79 0.79 0.79
    3 A 2 1.32 =1.32/0.79 1.32 FALSE
    4 A 3 1.30 =1.30/0.79 1.30 FALSE
    5 A 4 1.23 =1.23/0.79 1.23 FALSE
    6 B 1 0.83 =0.83/0.83 0.83 0.83
    7 B 2 1.20 =1.20/0.83 1.20 FALSE
    8 C 1 0.92 =0.92/0.92 0.92 0.92
    9 C 2 1.48 =1.48/0.92 1.48 FALSE
    10 C 3 1.50 =1.50/0.92 1.50 FALSE

    F10 (numerator)=IF(ISNUMBER($D$2:$D$10),IF($B$2:$B$10=$B10,$D10))
    G10 (denominator)=IF(ISNUMBER($D$2:$D$10),IF($B$2:$B$10=$B10,IF($C$2:$C$10=1,$D$2:$D$10)))

    Really appreciate if anyone can give me some help.

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,860

    Re: Normalize repeated measurement (calculate ratio) using formula

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Formula to calculate 3 variables and return a 3 digit fraction/ratio
    By kvargordi in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 04-29-2016, 12:07 AM
  2. How to calculate a number based on the given ratio. For example a 2:3 ratio.
    By Ayoub99k in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-11-2015, 08:15 AM
  3. Replies: 3
    Last Post: 04-08-2014, 04:54 AM
  4. [SOLVED] Measurement for highest value and ratio between two columns
    By Zarlex in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 06-23-2013, 07:59 AM
  5. Replies: 2
    Last Post: 12-22-2011, 11:38 AM
  6. Replies: 5
    Last Post: 08-06-2009, 05:17 PM
  7. Replies: 8
    Last Post: 09-13-2005, 02:05 PM

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1