Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default formula help needed

new to spreedsheets and a bit stuck

i'm doing a spreedsheet of results for a snooker league. i'm doing a form
table from the results but having a problem i need a formula
the formula i have is
=IF('game 1+16'!C18=1,"Win","Lose")
which takes the result ie 1 point for win 0 for lose and turns it to 1=Win
and 0=Lose
the problem i have is if no data is entered on result page (1/0)(ie field
blank) meaning they didn't play in that game it still comes up with a lose on
form page even though no data was entered how can i keep it blank ?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default formula help needed

=IF('game 1+16'!C18=1,"Win","Lose")

Maybe this:

=IF('game 1+16'!C18="","",IF('game 1+16'!C18=1,"Win","Lose"))

--
Biff
Microsoft Excel MVP


"stevenkeen" wrote in message
...
new to spreedsheets and a bit stuck

i'm doing a spreedsheet of results for a snooker league. i'm doing a form
table from the results but having a problem i need a formula
the formula i have is
=IF('game 1+16'!C18=1,"Win","Lose")
which takes the result ie 1 point for win 0 for lose and turns it to 1=Win
and 0=Lose
the problem i have is if no data is entered on result page (1/0)(ie field
blank) meaning they didn't play in that game it still comes up with a lose
on
form page even though no data was entered how can i keep it blank ?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default formula help needed

Try

=IF('game 1+16'!C18,IF('game 1+16'!C18=1,"Win","Lose"),"")

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"stevenkeen" wrote:

new to spreedsheets and a bit stuck

i'm doing a spreedsheet of results for a snooker league. i'm doing a form
table from the results but having a problem i need a formula
the formula i have is
=IF('game 1+16'!C18=1,"Win","Lose")
which takes the result ie 1 point for win 0 for lose and turns it to 1=Win
and 0=Lose
the problem i have is if no data is entered on result page (1/0)(ie field
blank) meaning they didn't play in that game it still comes up with a lose on
form page even though no data was entered how can i keep it blank ?

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
Excel formula to copy/paste formula needed please. colwyn Excel Discussion (Misc queries) 4 October 22nd 08 11:27 PM
Formula needed Seth Excel Discussion (Misc queries) 3 August 16th 08 07:17 PM
IF AND Formula Help Needed Karen Smith Excel Discussion (Misc queries) 8 December 17th 07 07:09 PM
formula needed Dave O. Excel Discussion (Misc queries) 2 December 28th 06 07:36 PM
Little more help needed for my IF formula Greg Excel Discussion (Misc queries) 4 February 28th 06 11:16 PM


All times are GMT +1. The time now is 09:49 PM.

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"