Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jboss73
 
Posts: n/a
Default Simple Function question?

This is a simple mistake but for some reason I can not get around it...any
help would be great.

What I am trying to accomplish is to have one cell (in this case T11)
display the winner of a game from cells R10 and R12. I am using "IF" , <
and = to display the winner or a tie. The problem I am running into is if
they two cells have not played yet, it will show in cell T11 the first cell
(R10) as the winner. Is there a formula to add to this so it will not show a
winner in T11 until a number is in place? Here is my formula:
=(IF(S10S12,R10,R12)+IF(S10=S12,0))
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Simple Function question?

Don't, know where S10 and S12 come into it

=IF(OR(R10="",R12=""),"",IF(R10R12,R10,IF(R10<R12 ,R12,"tie")))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"jboss73" wrote in message
...
This is a simple mistake but for some reason I can not get around it...any
help would be great.

What I am trying to accomplish is to have one cell (in this case T11)
display the winner of a game from cells R10 and R12. I am using "IF" , <
and = to display the winner or a tie. The problem I am running into is if
they two cells have not played yet, it will show in cell T11 the first

cell
(R10) as the winner. Is there a formula to add to this so it will not

show a
winner in T11 until a number is in place? Here is my formula:
=(IF(S10S12,R10,R12)+IF(S10=S12,0))



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jboss73
 
Posts: n/a
Default Simple Function question?

Got it.....thanks for your help!

"Bob Phillips" wrote:

Don't, know where S10 and S12 come into it

=IF(OR(R10="",R12=""),"",IF(R10R12,R10,IF(R10<R12 ,R12,"tie")))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"jboss73" wrote in message
...
This is a simple mistake but for some reason I can not get around it...any
help would be great.

What I am trying to accomplish is to have one cell (in this case T11)
display the winner of a game from cells R10 and R12. I am using "IF" , <
and = to display the winner or a tie. The problem I am running into is if
they two cells have not played yet, it will show in cell T11 the first

cell
(R10) as the winner. Is there a formula to add to this so it will not

show a
winner in T11 until a number is in place? Here is my formula:
=(IF(S10S12,R10,R12)+IF(S10=S12,0))




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets
 
Posts: n/a
Default Simple Function question?

Hi

When R10:R11 contain player names, and S10:S11 their scores, then
=CHOOSE(IF(OR(S10="";S11="");1;(S10S11)+2*(S10S1 1)+1);"Tie";R10;R11)


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"jboss73" wrote in message
...
This is a simple mistake but for some reason I can not get around it...any
help would be great.

What I am trying to accomplish is to have one cell (in this case T11)
display the winner of a game from cells R10 and R12. I am using "IF" , <
and = to display the winner or a tie. The problem I am running into is if
they two cells have not played yet, it will show in cell T11 the first
cell
(R10) as the winner. Is there a formula to add to this so it will not
show a
winner in T11 until a number is in place? Here is my formula:
=(IF(S10S12,R10,R12)+IF(S10=S12,0))



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
Simple count function berminator Excel Worksheet Functions 4 July 1st 05 02:46 PM
Simple question: Difference between two dates? dstock Excel Discussion (Misc queries) 2 June 23rd 05 01:40 AM
Array Function Question sunfish62 Excel Worksheet Functions 3 June 23rd 05 12:52 AM
Function question Dale Rosenthal Excel Worksheet Functions 4 January 25th 05 03:47 AM
Simple, Monday morning brain function craigwojo Excel Worksheet Functions 2 November 15th 04 01:43 PM


All times are GMT +1. The time now is 11:39 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"