Jump to content
[[Template core/front/custom/_customHeader is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

Excel Question


chiefjay
 Share

Recommended Posts

I'm not a great excel user.

 

I need to create an if / then type of formula or something similar.

 

The formula would be in a cell to record a win or a loss or a tie for a game.

 

So lets say, the Tigers 5, Firebirds 3 The next cell should have a formula to record the winner which I can do but I need it to record a tie if the game was a tie. Here is my formula for the winner. =IF(E5>E7,E4,E6) This of coruse will pick the team with the higher score in their cell and put in the new cell with the formula. I need something added to put tie there if the scores are =. I know this is easy but I just don't use these formulas that much. :wacko:

 

Thanks, CJ

Link to comment
Share on other sites

Use a compound IF statement

 

IF (A > B, true condition, false condition)

 

Your false condition can be another IF statement

 

 

=IF(E5>E7,E4,IF(E5=E7,E?,E6))

 

Thx, I'll give it a whirl, I figured as such but couldn't figure it out.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information