+ Reply to Thread
Results 1 to 10 of 10

Cell and Sheet Reference/Return

  1. #1
    Barb R.
    Guest

    RE: Cell and Sheet Reference/Return

    What would you do if two teams have the same high score for the week?

    "Andrew" wrote:

    > I have 12 Sheets with essentially the same data on each one of them. The
    > sheets are named by Teams (I.E. Andrew, Will, Shon, Jack). On each sheet I
    > have the following information in each column (with column headers in the
    > first row).
    >
    > A= Week
    > B= Opponent
    > C= Team Score
    > D= Vs. Score
    > E= Difference
    > F= W/L/T
    >
    > What I would like to dois have a formula that would return the Name of the
    > Team and what week the Highest Score was. I already have the formula for
    > figuring the Highest Score, but I can't figure out how to make the cell next
    > to it return the Team or Week. Can someone help me out?
    >
    > Thanks in advance.


  2. #2
    Andrew
    Guest

    RE: Cell and Sheet Reference/Return

    That's a really good question that I didn't even think about. So far, it
    hasn't happened yet, and we've only ever had 2 teams tie each other in any
    given week. I guess I'd have to write in some sort of error check to the
    formula too. Any ideas for the straight up formula first though?

    "Barb R." wrote:

    > What would you do if two teams have the same high score for the week?
    >
    > "Andrew" wrote:
    >
    > > I have 12 Sheets with essentially the same data on each one of them. The
    > > sheets are named by Teams (I.E. Andrew, Will, Shon, Jack). On each sheet I
    > > have the following information in each column (with column headers in the
    > > first row).
    > >
    > > A= Week
    > > B= Opponent
    > > C= Team Score
    > > D= Vs. Score
    > > E= Difference
    > > F= W/L/T
    > >
    > > What I would like to dois have a formula that would return the Name of the
    > > Team and what week the Highest Score was. I already have the formula for
    > > figuring the Highest Score, but I can't figure out how to make the cell next
    > > to it return the Team or Week. Can someone help me out?
    > >
    > > Thanks in advance.


  3. #3
    Barb R.
    Guest

    RE: Cell and Sheet Reference/Return

    First, I'm assuming that D2 on each sheet is the Team Score for the same
    week. If this is not an accurate assumption, this won't work.

    To define the Max value from all sheets (in this example, Sheet1:Sheet4, use
    this equation:

    =Max(Sheet1:Sheet4!D2)

    Do a Google Search for 3D Excel formulas for more information. I'm still
    cogitating on how you'd get the sheet name for the team with the max score.
    You probably could do a COUNTIF to determine if there is more than one team
    with a matching high score.

    I hope that'll get you started.
    "Andrew" wrote:

    > That's a really good question that I didn't even think about. So far, it
    > hasn't happened yet, and we've only ever had 2 teams tie each other in any
    > given week. I guess I'd have to write in some sort of error check to the
    > formula too. Any ideas for the straight up formula first though?
    >
    > "Barb R." wrote:
    >
    > > What would you do if two teams have the same high score for the week?
    > >
    > > "Andrew" wrote:
    > >
    > > > I have 12 Sheets with essentially the same data on each one of them. The
    > > > sheets are named by Teams (I.E. Andrew, Will, Shon, Jack). On each sheet I
    > > > have the following information in each column (with column headers in the
    > > > first row).
    > > >
    > > > A= Week
    > > > B= Opponent
    > > > C= Team Score
    > > > D= Vs. Score
    > > > E= Difference
    > > > F= W/L/T
    > > >
    > > > What I would like to dois have a formula that would return the Name of the
    > > > Team and what week the Highest Score was. I already have the formula for
    > > > figuring the Highest Score, but I can't figure out how to make the cell next
    > > > to it return the Team or Week. Can someone help me out?
    > > >
    > > > Thanks in advance.


  4. #4
    Barb R.
    Guest

    RE: Cell and Sheet Reference/Return

    What would you do if two teams have the same high score for the week?

    "Andrew" wrote:

    > I have 12 Sheets with essentially the same data on each one of them. The
    > sheets are named by Teams (I.E. Andrew, Will, Shon, Jack). On each sheet I
    > have the following information in each column (with column headers in the
    > first row).
    >
    > A= Week
    > B= Opponent
    > C= Team Score
    > D= Vs. Score
    > E= Difference
    > F= W/L/T
    >
    > What I would like to dois have a formula that would return the Name of the
    > Team and what week the Highest Score was. I already have the formula for
    > figuring the Highest Score, but I can't figure out how to make the cell next
    > to it return the Team or Week. Can someone help me out?
    >
    > Thanks in advance.


  5. #5
    Andrew
    Guest

    RE: Cell and Sheet Reference/Return

    That's a really good question that I didn't even think about. So far, it
    hasn't happened yet, and we've only ever had 2 teams tie each other in any
    given week. I guess I'd have to write in some sort of error check to the
    formula too. Any ideas for the straight up formula first though?

    "Barb R." wrote:

    > What would you do if two teams have the same high score for the week?
    >
    > "Andrew" wrote:
    >
    > > I have 12 Sheets with essentially the same data on each one of them. The
    > > sheets are named by Teams (I.E. Andrew, Will, Shon, Jack). On each sheet I
    > > have the following information in each column (with column headers in the
    > > first row).
    > >
    > > A= Week
    > > B= Opponent
    > > C= Team Score
    > > D= Vs. Score
    > > E= Difference
    > > F= W/L/T
    > >
    > > What I would like to dois have a formula that would return the Name of the
    > > Team and what week the Highest Score was. I already have the formula for
    > > figuring the Highest Score, but I can't figure out how to make the cell next
    > > to it return the Team or Week. Can someone help me out?
    > >
    > > Thanks in advance.


  6. #6
    Barb R.
    Guest

    RE: Cell and Sheet Reference/Return

    First, I'm assuming that D2 on each sheet is the Team Score for the same
    week. If this is not an accurate assumption, this won't work.

    To define the Max value from all sheets (in this example, Sheet1:Sheet4, use
    this equation:

    =Max(Sheet1:Sheet4!D2)

    Do a Google Search for 3D Excel formulas for more information. I'm still
    cogitating on how you'd get the sheet name for the team with the max score.
    You probably could do a COUNTIF to determine if there is more than one team
    with a matching high score.

    I hope that'll get you started.
    "Andrew" wrote:

    > That's a really good question that I didn't even think about. So far, it
    > hasn't happened yet, and we've only ever had 2 teams tie each other in any
    > given week. I guess I'd have to write in some sort of error check to the
    > formula too. Any ideas for the straight up formula first though?
    >
    > "Barb R." wrote:
    >
    > > What would you do if two teams have the same high score for the week?
    > >
    > > "Andrew" wrote:
    > >
    > > > I have 12 Sheets with essentially the same data on each one of them. The
    > > > sheets are named by Teams (I.E. Andrew, Will, Shon, Jack). On each sheet I
    > > > have the following information in each column (with column headers in the
    > > > first row).
    > > >
    > > > A= Week
    > > > B= Opponent
    > > > C= Team Score
    > > > D= Vs. Score
    > > > E= Difference
    > > > F= W/L/T
    > > >
    > > > What I would like to dois have a formula that would return the Name of the
    > > > Team and what week the Highest Score was. I already have the formula for
    > > > figuring the Highest Score, but I can't figure out how to make the cell next
    > > > to it return the Team or Week. Can someone help me out?
    > > >
    > > > Thanks in advance.


  7. #7
    Andrew
    Guest

    Cell and Sheet Reference/Return

    I have 12 Sheets with essentially the same data on each one of them. The
    sheets are named by Teams (I.E. Andrew, Will, Shon, Jack). On each sheet I
    have the following information in each column (with column headers in the
    first row).

    A= Week
    B= Opponent
    C= Team Score
    D= Vs. Score
    E= Difference
    F= W/L/T

    What I would like to dois have a formula that would return the Name of the
    Team and what week the Highest Score was. I already have the formula for
    figuring the Highest Score, but I can't figure out how to make the cell next
    to it return the Team or Week. Can someone help me out?

    Thanks in advance.

  8. #8
    Barb R.
    Guest

    RE: Cell and Sheet Reference/Return

    What would you do if two teams have the same high score for the week?

    "Andrew" wrote:

    > I have 12 Sheets with essentially the same data on each one of them. The
    > sheets are named by Teams (I.E. Andrew, Will, Shon, Jack). On each sheet I
    > have the following information in each column (with column headers in the
    > first row).
    >
    > A= Week
    > B= Opponent
    > C= Team Score
    > D= Vs. Score
    > E= Difference
    > F= W/L/T
    >
    > What I would like to dois have a formula that would return the Name of the
    > Team and what week the Highest Score was. I already have the formula for
    > figuring the Highest Score, but I can't figure out how to make the cell next
    > to it return the Team or Week. Can someone help me out?
    >
    > Thanks in advance.


  9. #9
    Andrew
    Guest

    RE: Cell and Sheet Reference/Return

    That's a really good question that I didn't even think about. So far, it
    hasn't happened yet, and we've only ever had 2 teams tie each other in any
    given week. I guess I'd have to write in some sort of error check to the
    formula too. Any ideas for the straight up formula first though?

    "Barb R." wrote:

    > What would you do if two teams have the same high score for the week?
    >
    > "Andrew" wrote:
    >
    > > I have 12 Sheets with essentially the same data on each one of them. The
    > > sheets are named by Teams (I.E. Andrew, Will, Shon, Jack). On each sheet I
    > > have the following information in each column (with column headers in the
    > > first row).
    > >
    > > A= Week
    > > B= Opponent
    > > C= Team Score
    > > D= Vs. Score
    > > E= Difference
    > > F= W/L/T
    > >
    > > What I would like to dois have a formula that would return the Name of the
    > > Team and what week the Highest Score was. I already have the formula for
    > > figuring the Highest Score, but I can't figure out how to make the cell next
    > > to it return the Team or Week. Can someone help me out?
    > >
    > > Thanks in advance.


  10. #10
    Barb R.
    Guest

    RE: Cell and Sheet Reference/Return

    First, I'm assuming that D2 on each sheet is the Team Score for the same
    week. If this is not an accurate assumption, this won't work.

    To define the Max value from all sheets (in this example, Sheet1:Sheet4, use
    this equation:

    =Max(Sheet1:Sheet4!D2)

    Do a Google Search for 3D Excel formulas for more information. I'm still
    cogitating on how you'd get the sheet name for the team with the max score.
    You probably could do a COUNTIF to determine if there is more than one team
    with a matching high score.

    I hope that'll get you started.
    "Andrew" wrote:

    > That's a really good question that I didn't even think about. So far, it
    > hasn't happened yet, and we've only ever had 2 teams tie each other in any
    > given week. I guess I'd have to write in some sort of error check to the
    > formula too. Any ideas for the straight up formula first though?
    >
    > "Barb R." wrote:
    >
    > > What would you do if two teams have the same high score for the week?
    > >
    > > "Andrew" wrote:
    > >
    > > > I have 12 Sheets with essentially the same data on each one of them. The
    > > > sheets are named by Teams (I.E. Andrew, Will, Shon, Jack). On each sheet I
    > > > have the following information in each column (with column headers in the
    > > > first row).
    > > >
    > > > A= Week
    > > > B= Opponent
    > > > C= Team Score
    > > > D= Vs. Score
    > > > E= Difference
    > > > F= W/L/T
    > > >
    > > > What I would like to dois have a formula that would return the Name of the
    > > > Team and what week the Highest Score was. I already have the formula for
    > > > figuring the Highest Score, but I can't figure out how to make the cell next
    > > > to it return the Team or Week. Can someone help me out?
    > > >
    > > > Thanks in advance.


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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