+ Reply to Thread
Results 1 to 9 of 9

Need Help with a formula....

  1. #1
    Registered User
    Join Date
    04-01-2010
    Location
    NJ
    MS-Off Ver
    Excel 2007
    Posts
    3

    Need Help with a formula....

    Hello,

    I have been wrestling with an Excel formula all day. I'm working on a fantasy baseball cheat sheet. Our leage awards bonus points for batting average. Column Q contains the batting average for each player. The bonus points are as follows:

    <274 = 0 points
    275-279 = 50 Points
    280-284 = 60 Points
    285-289 = 70 Points
    290-299 = 80 Points
    300-309 = 90 Points
    310 - 319 = 100 Points
    Over 320 = 150 Poiints
    =IF(Q3<=274,0,IF(Q3>=275<=279,50,IF(Q3>=280<=284,60,IF(Q3>=285<=289,70,IF(Q3>=290<=299,80,IF(Q3>=300<=309,90,IF(Q3>=310<=319,100,IF(Q3>=320,150))))))))

    But It's not working. I get "False" across the board. Can someone help me out here?

    Here is what I came up with:

  2. #2
    Registered User
    Join Date
    04-01-2010
    Location
    NJ
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Need Help with a formula....

    Not sure what happened to my post....LOL. After I wrote "over 320 = 150 Points, It should have read "here is what I came up with" followed by my formula.

    I then added the "I get False across the board" bit.

  3. #3
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Need Help with a formula....

    Please change Yur title....
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, ?Born in USSR?
    Vusal M Dadashev

    Baku, Azerbaijan

  4. #4
    Forum Contributor
    Join Date
    01-28-2008
    MS-Off Ver
    Excel 365
    Posts
    157

    Re: Need Help with a formula....

    You can use the VLookUp worksheet function (interval form). The final argument should be defaulted so that you don't get the exact form. Excel help and the f sub x (insert function) can show you what to do.

  5. #5
    Registered User
    Join Date
    04-01-2010
    Location
    NJ
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Need Help with a formula....

    Ok,

    What do I need to change it too? sorry, I'm new here

  6. #6
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Need Help with a formula....

    Bit of a mouthful but try

    Please Login or Register  to view this content.

  7. #7
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Need Help with a formula....

    Or this one
    =LOOKUP(F18,{0;275;280;285;290;300;310;320},{0;50;60;70;80;90;100;150})

  8. #8
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Need Help with a formula....

    contaminated

    That's the way to go

    I just took igetbombeds' formula and "fixed" it

  9. #9
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Need Help with a formula....

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1