Forums

General Betting

There is currently 1 person viewing this thread.
Glengarry Glen Ross
26 Mar 10 11:33
Joined:
Date Joined: 08 Aug 08
| Topic/replies: 1,271 | Blogger: Glengarry Glen Ross's blog
Hi all

Formula in cell is
=100/(W1013/W1033*100)

what I want is, if the number in this cell is less than 350, I want to nomber to be 0 (zero)

tia
GGR

Post your reply

Text Format: Table: Smilies:
Forum does not support HTML
Insert Photo
Cancel
sort by:
Show
per page
Replies: 8
By:
Lori
When: 26 Mar 10 11:37
=IF(100/(W1013/W1033*100)smallerthansign350,0,100/(W1013/W1033*100))

The number after the first comma is what goes in the cell if your condition (being smaller than 350, the sign for which doesn't work on betfair) is met (In this case zero). The number after the second comma is what goes in there if it's over 350 (In this case, the original formula)
By:
Glengarry Glen Ross
When: 26 Mar 10 11:39
Many thanks lori, I will give it a go.

just experimenting on making my own tissue
By:
Glengarry Glen Ross
When: 29 Mar 10 15:41
Got a simpler one for you
tia

if cell w970 is less than 301, cell x970 to be 0
By:
SM
When: 29 Mar 10 15:47
In cell x970

=if(w970islessthansign301,0,"")


What do you want x970 to be if w970 is greater than 301? In the above example it will be blank.
By:
Glengarry Glen Ross
When: 29 Mar 10 16:00
In cell x970

=if(w970islessthansign301,0,"")


What do you want x970 to be if w970 is greater than 301? In the above example it will be blank.

Thanks SM

The numbers in both cells are the same so I want the number to stay the same in w970
By:
SM
When: 29 Mar 10 16:03
Right, this should do that:

In cell x970

=if(w970islessthansign301,0,w970)
By:
Glengarry Glen Ross
When: 29 Mar 10 16:09
Many thanks will give it a go
By:
Glengarry Glen Ross
When: 29 Mar 10 16:16
Spot on

Thanks again.
sort by:
Show
per page

Post your reply

Text Format: Table: Smilies:
Forum does not support HTML
Insert Photo
Cancel
‹ back to topics
www.betfair.com