Forums

General Betting

Welcome to Live View – Take the tour to learn more
Start Tour
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
Pause Switch to Standard View Excel Help Please
Show More
Loading...
Report Lori March 26, 2010 10:37 AM GMT
=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)
Report Glengarry Glen Ross March 26, 2010 10:39 AM GMT
Many thanks lori, I will give it a go.

just experimenting on making my own tissue
Report Glengarry Glen Ross March 29, 2010 3:41 PM BST
Got a simpler one for you
tia

if cell w970 is less than 301, cell x970 to be 0
Report SM March 29, 2010 3:47 PM BST
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.
Report Glengarry Glen Ross March 29, 2010 4:00 PM BST
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
Report SM March 29, 2010 4:03 PM BST
Right, this should do that:

In cell x970

=if(w970islessthansign301,0,w970)
Report Glengarry Glen Ross March 29, 2010 4:09 PM BST
Many thanks will give it a go
Report Glengarry Glen Ross March 29, 2010 4:16 PM BST
Spot on

Thanks again.
Post Your Reply
<CTRL+Enter> to submit
Please login to post a reply.

Wonder

Instance ID: 13539
www.betfair.com