Formula to to give result with 2 optiins

Jefftow

New Member
Joined
Dec 10, 2019
Messages
6
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. Mobile
I’m trying to do a score sheet that enters 1 for win 3 for lost. that bits ok but I want an option that enters 1 or 3 based on a draw And giving result based on who has most points.
example
IF A1 > B1 TRUE/FALSE. BUT IF EQUAL THEN HIGHEST VALUE OF C1 OR D1 GIVES TRUE/FALSE.

IF THAT MAKES SENSE
many thanks
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
This may help to clarify
 

Attachments

  • 30796BF5-5039-4D17-A889-3C3985EF8EC5.jpeg
    30796BF5-5039-4D17-A889-3C3985EF8EC5.jpeg
    30.4 KB · Views: 6
Upvote 0
Hi, if I understand you

Book1
ABCDEFG
1223312Result33
2213312ResultTrue
3123312ResultYou must check this conditional values
Sheet23
Cell Formulas
RangeFormula
G1:G2G1=IF(A1>B1,TRUE,IF(A1=B1,MAX(C1:D1),"Check values"))
G3G3=IF(A3>B3,TRUE,IF(A3=B3,MAX(C3:D3),"You must check this conditional values"))
 
Upvote 0
How about
=IF(C2=F2,IF(D2>G2,3,1),IF(C2>F2,3,1))
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0
How do you determine if it's 1 or 3?

What does this mean? What is in C1 and D1, and how you determine TRUE vs. FALSE based on those two values?

How do you determine if it's 1 or 3?

What does this mean? What is in C1 and D1, and how you determine TRUE vs. FALSE based on those two values?
it’s an online golf game score sheet prep is opponts score so he may score -16 and my teams player -16 that being the case the winner is decided on points.
value 1 or 3 are the medals that opponent has left he starts with 3 if he loses he is left with 1 if he loses twice he has. None
sorry probably still none the wiser
score
 
Upvote 0
Thank you all for your help very much appreciated
 
Upvote 0

Forum statistics

Threads
1,214,912
Messages
6,122,200
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top