A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Problem with fomula IF, AND, OR... help



 
 
Thread Tools Display Modes
  #1  
Old April 14th, 2008, 10:15 AM posted to microsoft.public.excel.worksheet.functions
[email protected]
external usenet poster
 
Posts: 3
Default Problem with fomula IF, AND, OR... help

Hy,

I am trayng to do formula for sport betting. but i have problem with
1x and x2. How to make formula for this;

A B C
1 1 1
1 2 0
1 x 0
2 2 1
2 1 0
2 x 0
x x 1
x 1 0
x 2 0
1x 1 1
1x 2 0
1x x 1
x2 1 0
x2 2 1
x2 x 1


First column (A) is pick, second is result of game (b) a C is true of
false!!

=IF(A=b;1;........

Meny thank!


  #2  
Old April 14th, 2008, 10:38 AM posted to microsoft.public.excel.worksheet.functions
[email protected]
external usenet poster
 
Posts: 3
Default Problem with fomula IF, AND, OR... help

On 14 tra, 11:15, wrote:
Hy,

I am trayng to do formula for sport betting. but i have problem with
1x and x2. How to make formula for this;

A * *B * C
1 * *1 * *1
1 * *2 * *0
1 * *x * *0
2 * *2 * *1
2 * *1 * *0
2 * *x * *0
x * *x * *1
x * *1 * *0
x * *2 * *0
1x *1 * *1
1x *2 * *0
1x *x * *1
x2 *1 * *0
x2 *2 * *1
x2 *x * *1

First column (A) is pick, second is result of game (b) a C is true of
false!!

=IF(A=b;1;........

Meny thank!



I would like formula in colomn C to do result (1 - true, 0 - false)
when in column A or B somethinh of this
  #3  
Old April 14th, 2008, 11:07 AM posted to microsoft.public.excel.worksheet.functions
Stu Gnu[_2_]
external usenet poster
 
Posts: 7
Default Problem with fomula IF, AND, OR... help

If I understand you correctly, all you need is in C1 enter "=IF(A1=B1,1,0)
and copy it down.

" wrote:

On 14 tra, 11:15, wrote:
Hy,

I am trayng to do formula for sport betting. but i have problem with
1x and x2. How to make formula for this;

A B C
1 1 1
1 2 0
1 x 0
2 2 1
2 1 0
2 x 0
x x 1
x 1 0
x 2 0
1x 1 1
1x 2 0
1x x 1
x2 1 0
x2 2 1
x2 x 1

First column (A) is pick, second is result of game (b) a C is true of
false!!

=IF(A=b;1;........

Meny thank!



I would like formula in colomn C to do result (1 - true, 0 - false)
when in column A or B somethinh of this

  #4  
Old April 14th, 2008, 11:31 AM posted to microsoft.public.excel.worksheet.functions
[email protected]
external usenet poster
 
Posts: 3
Default Problem with fomula IF, AND, OR... help

On 14 tra, 12:07, Stu Gnu wrote:
If I understand you correctly, all you need is in C1 enter "=IF(A1=B1,1,0)
and copy it down.



" wrote:
On 14 tra, 11:15, wrote:
Hy,


I am trayng to do formula for sport betting. but i have problem with
1x and x2. How to make formula for this;


A * *B * C
1 * *1 * *1
1 * *2 * *0
1 * *x * *0
2 * *2 * *1
2 * *1 * *0
2 * *x * *0
x * *x * *1
x * *1 * *0
x * *2 * *0
1x *1 * *1
1x *2 * *0
1x *x * *1
x2 *1 * *0
x2 *2 * *1
x2 *x * *1


First column (A) is pick, second is result of game (b) a C is true of
false!!


=IF(A=b;1;........


Meny thank!


I would like formula in colomn C to do result (1 - true, 0 - false)
when in column A or B somethinh of this- Sakrij citirani tekst -


- Prikaži citirani tekst -


It is not so simple. I hawe only one row. I wont formula for all
combinations in one chell. if is in cheel A 1x and in chell B x i
would like ina chell C result for that combination.
  #5  
Old April 14th, 2008, 02:09 PM posted to microsoft.public.excel.worksheet.functions
Max
external usenet poster
 
Posts: 8,574
Default Problem with fomula IF, AND, OR... help

Try this in C1: =IF(ISNUMBER(SEARCH(B1,A1)),1,0)
Copy down. This seems to return the results that you indicate

P/s: Change the commas to semi-colons to suit
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
wrote
A B C
1 1 1
1 2 0
1 x 0
2 2 1
2 1 0
2 x 0
x x 1
x 1 0
x 2 0
1x 1 1
1x 2 0
1x x 1
x2 1 0
x2 2 1
x2 x 1


First column (A) is pick, second is result of game (b) a C is true of
false!!



  #6  
Old April 14th, 2008, 10:32 PM posted to microsoft.public.excel.worksheet.functions
Max
external usenet poster
 
Posts: 8,574
Default Problem with fomula IF, AND, OR... help

Ah, darned. You multi-posted in .programming. Pl don't multi-post.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:22 PM.


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