Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
devonpie
 
Posts: n/a
Default World cup spreadsheet help


Hello

I am a primary school teacher and my 10 year olds ( the brighter ones)
have been working on creating a world cup scoresheet. We have come up
against a problem however and I will try my best to explain this. We
have used if functions to get a league table going and it all works and
updates correctly. One problem - when the scores are blank the league
table thinks that these are all 0-0 draws and each team starts with 3
draws. I can't work my way round it because I don't know excel well
enough. HELP!


--
devonpie
------------------------------------------------------------------------
devonpie's Profile: http://www.excelforum.com/member.php...o&userid=35226
View this thread: http://www.excelforum.com/showthread...hreadid=550025

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Hudson
 
Posts: n/a
Default World cup spreadsheet help

Hi,
Not really sure of your question, but....

If you have an IF statement in B1 and you want to test whether cell A1 is
empty, you would use something like:

=IF(A1="","",your desired output here)

This code will leave cell B1 empty if A1 is empty.

--
Ken Hudson


"devonpie" wrote:


Hello

I am a primary school teacher and my 10 year olds ( the brighter ones)
have been working on creating a world cup scoresheet. We have come up
against a problem however and I will try my best to explain this. We
have used if functions to get a league table going and it all works and
updates correctly. One problem - when the scores are blank the league
table thinks that these are all 0-0 draws and each team starts with 3
draws. I can't work my way round it because I don't know excel well
enough. HELP!


--
devonpie
------------------------------------------------------------------------
devonpie's Profile: http://www.excelforum.com/member.php...o&userid=35226
View this thread: http://www.excelforum.com/showthread...hreadid=550025


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bearacade
 
Posts: n/a
Default World cup spreadsheet help


a bit hard to help without the fuctions you are using.

But trying the ISBLANK() and ISNUMBER() functions.

I put an example you can look at:

=IF(ISBLANK(A1),"blank", IF(ISNUMBER(A1), IF(A1=0, "0 is the score", A1
& " is the score"), "Nonnumeric entry detected"))

So to break it down, it first check to see

is A1 blank?

if yes, display the word "blank"
If no then find out if A1 is a number?

If yes, is A1 a 0?
If no display Nonnumeric entry detected

If A1 is a 0, display 0 is the score,
If A1 is a number and higher than 0, display the number as the score

I put it all together so that you can see how each part works. If you
have any more questions, don't hesitate to ask


--
Bearacade


------------------------------------------------------------------------
Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016
View this thread: http://www.excelforum.com/showthread...hreadid=550025

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default World cup spreadsheet help

I have produced a World Cup spreadsheet; if you are interested, I can post to
you.

"devonpie" wrote:


Hello

I am a primary school teacher and my 10 year olds ( the brighter ones)
have been working on creating a world cup scoresheet. We have come up
against a problem however and I will try my best to explain this. We
have used if functions to get a league table going and it all works and
updates correctly. One problem - when the scores are blank the league
table thinks that these are all 0-0 draws and each team starts with 3
draws. I can't work my way round it because I don't know excel well
enough. HELP!


--
devonpie
------------------------------------------------------------------------
devonpie's Profile: http://www.excelforum.com/member.php...o&userid=35226
View this thread: http://www.excelforum.com/showthread...hreadid=550025


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
devonpie
 
Posts: n/a
Default World cup spreadsheet help


I f someone has msn messenger, please add me at
and talk me through how to do this. Would be most grateful and would
make some kids happy tomorrow.

Cheers


--
devonpie
------------------------------------------------------------------------
devonpie's Profile:
http://www.excelforum.com/member.php...o&userid=35226
View this thread: http://www.excelforum.com/showthread...hreadid=550025



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bearacade
 
Posts: n/a
Default World cup spreadsheet help


I don't have MSN, but if you want to send me an email
, or send me the spreadsheet, I will be glad to
help.


--
Bearacade


------------------------------------------------------------------------
Bearacade's Profile:
http://www.excelforum.com/member.php...o&userid=35016
View this thread: http://www.excelforum.com/showthread...hreadid=550025

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
devonpie
 
Posts: n/a
Default World cup spreadsheet help


email sent, cheers.


--
devonpie
------------------------------------------------------------------------
devonpie's Profile: http://www.excelforum.com/member.php...o&userid=35226
View this thread: http://www.excelforum.com/showthread...hreadid=550025

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bearacade
 
Posts: n/a
Default World cup spreadsheet help


I send it back to ya


--
Bearacade


------------------------------------------------------------------------
Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016
View this thread: http://www.excelforum.com/showthread...hreadid=550025

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
How to handle multiple currencies with one spreadsheet Michael Mullican Excel Discussion (Misc queries) 1 October 5th 05 05:18 PM
Using Excel spreadsheet as input to Access dougb415 Excel Discussion (Misc queries) 0 September 22nd 05 02:33 PM
Spreadsheet merging problems Sam B Excel Worksheet Functions 0 September 19th 05 08:05 PM
Linkage data between two spreadsheet vitality Excel Worksheet Functions 2 September 15th 05 06:49 AM
Linking formula to external spreadsheet Tunde Excel Discussion (Misc queries) 1 March 1st 05 03:05 AM


All times are GMT +1. The time now is 10:41 AM.

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

About Us

"It's about Microsoft Excel"