+ Reply to Thread
Results 1 to 4 of 4

Find one cell up??

  1. #1
    Registered User
    Join Date
    12-04-2013
    Location
    Wisconsin
    MS-Off Ver
    Excel 2016
    Posts
    55

    Find one cell up??

    My questions today is, How can I find one cell above a formula I have created?
    I have a form that does a countif and displays the weekly average of my bowling team. I want to show their average from the week previous as well.

    How?

    Can I just use the new average cell and see show the one above it???

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,953

    Re: Find one cell up??

    You need to explain your calculations. For Bob you have a this weeks average as 193 but you added the three prior weeks and divided by 3. I don't understand why you are adding two previous weeks and calling it this weeks average. Where did the 3 come from and what happens to your formula when you fill in data for week 4?

    In the table, none of the rows above have anything to do with any previous week since they relate specifically to individual record rows (the row above Paul belongs to Bob, and there is no row above Bob???)
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    12-04-2013
    Location
    Wisconsin
    MS-Off Ver
    Excel 2016
    Posts
    55
    It's bowling scores where each week is a series of 3 games. The formula is adding up the sum and getting there average. It doesn't matter how many weeks are bowled

    Quote Originally Posted by protonLeah View Post
    You need to explain your calculations. For Bob you have a this weeks average as 193 but you added the three prior weeks and divided by 3. I don't understand why you are adding two previous weeks and calling it this weeks average. Where did the 3 come from and what happens to your formula when you fill in data for week 4?

    In the table, none of the rows above have anything to do with any previous week since they relate specifically to individual record rows (the row above Paul belongs to Bob, and there is no row above Bob???)

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,953

    Re: Find one cell up??

    O.K. If each week is the total scores of three games played, then use a couple of helper columns.
    Use
    Please Login or Register  to view this content.
    in column T to count the number of weekly score totals for each player.
    In U4 use:
    Please Login or Register  to view this content.
    to assume that the max is the number of the last weekly meeting.
    In column C, calculate the average of the last week's three games for each player:
    Please Login or Register  to view this content.
    in column B, calculate the average of the previous week's three games for each player:
    Please Login or Register  to view this content.


    So, the INDEX formulas are using the cell in the same row as the formula and the column corresponding to the week in U4 Bob -> H4/3 -> 588/3 = 196
    Attached Files Attached Files
    Last edited by protonLeah; 11-17-2016 at 01:02 AM. Reason: add'l info

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Convert Find Parent Cell Macro to Find Dependent Cell
    By Groovicles in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-06-2016, 07:30 AM
  2. how to find a cell in excel and find all values in a row before that cell
    By DAVIDZZZ in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-18-2016, 10:04 AM
  3. how to find a cell in excel and find all values in a row before that cell
    By DAVIDZZZ in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-18-2016, 05:20 AM
  4. how to find a cell in excel and find all values in a row before that cell
    By DAVIDZZZ in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-18-2016, 05:17 AM
  5. how to find a cell in excel and find all values in a row before that cell
    By DAVIDZZZ in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-18-2016, 05:14 AM
  6. how to find a cell in excel and find all values in a row before that cell
    By DAVIDZZZ in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-18-2016, 03:15 AM
  7. Find blank cell, insert formula to find median of above cell range
    By lilyeye in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-05-2013, 11:58 AM

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