Return to forums
Register new account
Login:

The Pie Shop: Excel Formula Help - The Pie Shop

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Excel Formula Help Please Rate Topic: -----

#1
User is offline   Fuctifano 

  • Dead Pool Champion 2010
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Gold Members
  • Posts: 7,037
  • Joined: 04-March 03
  • Location:NCL
  • My Team:Partick Thistle
  • Gamertag:PS3: Eckzihma
First up,I'll admit that I'm pretty clueless when it comes to this sort of things; basic spreadsheets with totals are about my limit :lol:

But I'm working on this wee idea, and what I need is something that can convert football results into a running total of points.

What I'm doing at the moment is putting goals scored in column C, goals against in column D, and points gained in column E till I get the formula worked out. Unfortunately the IF command only has two posible outcomes as far as I'm aware. So what I have is:

=IF(C2>D2,3,0)

which obviously doesn't cover a draw. So to get to the point <_< , how do I get a formula to cover all three outcomes the way I'm doing it.

Or is there a better way?

All help appreciated as the help package itself is of hee-haw use to me.
Even men with steel hearts love to see a dog on the pitch.
0

#2
User is offline   Mr X 

  • I'm Mr. "X"! Gimme, gimme!
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Global Moderators
  • Posts: 13,697
  • Joined: 02-July 04
  • Location:The internet
  • My Team:Queen of the South
Probably a better way, but if you wanna stick with what you know try nesting the IF statements.

eg

=IF(C2>D2,3,IF(c2=d2,1,0))

Should do the trick. What your doing is checking for a win first, if its not a win you then do a second check (or IF) to see if it was a draw. If that is also false then it must have been a loss. You can keep nesting IFs all day if you want. I once wrote a formula that had about 20odd permetations all checked by IFs!! :blink: Messy, but it worked :D

This post has been edited by andycqos: 11 November 2004 - 09:53

All my posts are bullplop. Bullplop!
0

#3
User is offline   Fuctifano 

  • Dead Pool Champion 2010
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Gold Members
  • Posts: 7,037
  • Joined: 04-March 03
  • Location:NCL
  • My Team:Partick Thistle
  • Gamertag:PS3: Eckzihma
Spot-on. Cheers.
Even men with steel hearts love to see a dog on the pitch.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users