Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default World Cup 2010 Spreadsheet

Hi All & Happy Christmas & New Year,
I'm working on a World Cup spreadshhet. (Excel 2003)

In one section of it I've got the Group table
A B C D E F G H I

P W D L F A Pts GD
S. Africa

Below each table I've got the fixtures & these are what feed the above table.

Beside each team in the fixtures I've got seperate cells for W,D, & L. These
cells are each comparing the scores of each fixture & if True they're
resulting 1, if False they're 0.........

W D L Pts Team A Score Score Team B Pts W
D L
(The W to Pts are all hidden - they're formatted as White text)

The problem I'm having is with the Drawn games - even when the score cells
are empty (before any games have even been played) it's seeing this as True
so it's putting a "1" in the table for all teams so I'm ending up with a
table that shows that all teams have Played 3 & Drawn all 3 !!!!

For Draw I'm using
=IF(G11=H11,1,0)

The games Played are calculated by =Sum(cells W, D, & L) so I know that this
is why this isn't working as wanted, I know that once I get the Draw to = "0"
that this will sort out the Played bit.

What do I need to do to get the Draw Cell for each team in each fixture to
be "0" until a score has been entered?

Thanks in advance for any & all help.
John

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default World Cup 2010 Spreadsheet

Try this:

=IF(OR(G11="",H11=""),"",IF(G11=H11,1,0))

so that until you put something in G11 and in H11 the formula will
make the cell look blank. You might want to change the ,"", bit to ,0,
depending on your logic.

Hope this helps.

Pete

On Dec 23, 3:22*pm, Originalgoth
wrote:
Hi All & Happy Christmas & New Year,
I'm working on a World Cup spreadshhet. (Excel 2003)

In one section of it I've got the Group table
* * * * *A * * * * * * * * B * * C * * * D * * E * * F * *G * * * *H * * * I

* * * * * * * * * * * * * * P * * W * * *D * * L * * F * * A * * *Pts * * GD
S. Africa

Below each table I've got the fixtures & these are what feed the above table.

Beside each team in the fixtures I've got seperate cells for W,D, & L. These
cells are each comparing the scores of each fixture & if True they're
resulting 1, if False they're 0.........

W * * D * * *L * * *Pts * * *Team A * Score * Score * *Team B * *Pts * * W *
* D * * *L
(The W to Pts are all hidden - they're formatted as White text)

The problem I'm having is with the Drawn games - even when the score cells
are empty (before any games have even been played) it's seeing this as True
so it's putting a "1" in the table for all teams so I'm ending up with a
table that shows that all teams have Played 3 & Drawn all 3 !!!!

For Draw I'm using
=IF(G11=H11,1,0)

The games Played are calculated by =Sum(cells W, D, & L) so I know that this
is why this isn't working as wanted, I know that once I get the Draw to = "0"
that this will sort out the Played bit.

What do I need to do to get the Draw Cell for each team in each fixture to
be "0" until a score has been entered?

Thanks in advance for any & all help.
John


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
World Cup 2010 spreadsheet Originalgoth Excel Worksheet Functions 2 December 23rd 09 03:58 PM
World Cup 2010 Template George Brown Excel Discussion (Misc queries) 1 December 5th 09 08:53 PM
how can Activate Microsoft Office 2010? mohammad Excel Discussion (Misc queries) 1 November 1st 09 06:41 PM
year 2010 not working in IF SLP Excel Discussion (Misc queries) 2 December 13th 07 06:29 PM
World cup spreadsheet help devonpie Excel Worksheet Functions 7 June 8th 06 10:30 PM


All times are GMT +1. The time now is 02:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"