Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
As mentioned already someone was kind enough to give me a formula which did the job, but your answer also appreciated which which works for the draw scenario but seems not to work for other scenarios except for an exact predition. Nevertheless thanks for your help. BRgds SOz "Franz Verga" wrote: Soz wrote: Hello, In the meantime someone has assisted me but it would be interesting to hear your thoughts on this matter. For your info B2 = actual score for home team C2 = actual score for away team E2 = predicted score of home team F2 = predicted score of away team thanks and best regards Soz Try this formula: =IF(AND((G2=D2),(F2=C2)),3,IF(AND(ABS(G2-D2)<2,G2-F2=D2-C2),2,IF(OR(AND((G2F2),(D2C2)),AND(ABS(G2-D2)1,G2-F2=D2-C2),AND((G2<F2),(D2<C2))),1,0))) or in German: =WENN(UND((G2=D2);(F2=C2));3;WENN(UND(ABS(G2-D2)<2;G2-F2=D2-C2);2;WENN(ODER(UND((G2F2);(D2C2));UND(ABS(G2-D2)1;G2-F2=D2-C2);UND((G2<F2);(D2<C2)));1;0))) -- (I'm not sure of names of menus, options and commands, because translating from the Italian version of Excel...) Hope I helped you. Thanks in advance for your feedback. Ciao Franz Verga from Italy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating a Custom Excel Function to Calculate Gini Coefficients | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Hyperlinks using R[1]C[1] and offset function in its cell referenc | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |