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
06 Feb 10 06:49
Joined:
Date Joined: 08 Aug 08
| Topic/replies: 1,271 | Blogger: Glengarry Glen Ross's blog
Just getting my spread sheets ready for the flat, am self taught so need some help that may seen obvious to some.

if cell p18 is Q A, I want cell q18 to have the number 40 in it.
Also, if cell p18 is S A cell q18 to be -20

tia
GGR
Pause Switch to Standard View Excel help please
Show More
Loading...
Report Lori February 6, 2010 6:53 AM GMT
=IF(p18="qa",40,(IF(p18="sa",20,0)))

The format for If is query, return if true, return if false.

In this instance, it checks to see if p18 is "qa" , if so it returns 40
if not, it checks again to see if it's "sa", if so it returns 20, if not it returns 0

If the only options are qa and sa, you could simplify to

=IF(A2="qa",40,20)
Report Lori February 6, 2010 6:54 AM GMT
I seem to remember Contrarian had a better way of doing multiple IFs, but like you I'm self taught so I don't always use the most efficient way
Report Lori February 6, 2010 6:57 AM GMT
PS: Please get your interest rates spreadsheet more accurate at predicting changes :|
Report gup February 6, 2010 7:00 AM GMT
hi
if I understand correct what you need place the following in q18 cell
=IF(P18="QA";40;IF(P18="A";-20;""))

if the formula doesn't work at all replace ; with ,
Report Compound Magic February 6, 2010 7:06 AM GMT
My two cents ~
=IF(P18="QA",40,IF(P18="SA",20,""))
Report Compound Magic February 6, 2010 7:08 AM GMT
Typo should be
=IF(P18="QA",40,IF(P18="SA",-20,""))
Report Lori February 6, 2010 7:10 AM GMT
Actually it may have been you CM who had a good way of dealing with multiple IFs. I'm gonna have to dig it up
Report Glengarry Glen Ross February 6, 2010 7:10 AM GMT
Lori 06 Feb 07:57
PS: Please get your interest rates spreadsheet more accurate at predicting changes
:|

It got the top of the market dead right though, "Not Long Now" market to lose 1000pts this week.

lol
Report gup February 6, 2010 7:10 AM GMT
typo from me also
=IF(P18="QA";40;IF(P18="SA";-20;""))
Report Lori February 6, 2010 7:10 AM GMT
oops, I did the same with the -20
Report Glengarry Glen Ross February 6, 2010 7:14 AM GMT
Thanks all, I will give it a wizz after brekkie
Report Glengarry Glen Ross February 6, 2010 8:00 AM GMT
IF
AL 40
QA 30
PR 20
HU -10
SA -20

any chance you can do all these in cell p18 and p19
please
Pretty please
Report Glengarry Glen Ross February 6, 2010 8:07 AM GMT
any chance you can do all these in cell p18 and q19
Report Lori February 6, 2010 8:12 AM GMT
=IF(P23="AL",40,IF(P23="QA",30,IF(P23="PR",20,IF(P23="HU",-10,IF(P23="SA",-2...
Report Glengarry Glen Ross February 6, 2010 8:14 AM GMT
many thanks lori

that is a proper formula!!
Report Compound Magic February 6, 2010 8:23 AM GMT
=IF(P18="AL",40,IF(P18="QA",30,IF(P18="PR",20,IF(P18="HU",-10,IF(P18="SA",-20,"")))))

Enter into Q18
Report Compound Magic February 6, 2010 8:24 AM GMT
Beat me to it lori
You've done that to me before
Cheers
Report Glengarry Glen Ross February 6, 2010 8:41 AM GMT
and thanks to you too compound.

I won´t live long enough to learn how to do these formulas!!
Post Your Reply
<CTRL+Enter> to submit
Please login to post a reply.

Wonder

Instance ID: 13539
www.betfair.com