+ Reply to Thread
Results 1 to 6 of 6

IF Function ?

  1. #1
    Forum Contributor
    Join Date
    06-03-2010
    Location
    Jeddah, Saudi Arabia
    MS-Off Ver
    Excel 2013
    Posts
    135

    IF Function ?

    hi to all experts,

    He i m defining one formula with If function :

    what i m trying to define which is following :

    =+IF(B10=1000,"1.6",IF(B10=900,"1.5",IF(B10=800,"1.4",IF(B10=700,"1.3",IF(B10=600,"1.2",IF(B10=500,"1.1",IF(B10=400,"1.0",IF(B10=300,"0.9",IF(B10=200,".0.8"))))))))))

    Here i m little bit confuse the IF function taking formula just upto B10=400,"1.0" after this it is taking 'FLASE".

    pls guide me if somebody can.

    thanks,,,,,

  2. #2
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    re: IF Function ?

    Hi VICTOR5
    This worked when i removed one )

    =IF(B10=1000,"1.6",IF(B10=900,"1.5",IF(B10=800,"1.4",IF(B10=700,"1.3",IF(B10=600,"1.2",IF(B10=500," 1.1",IF(B10=400,"1.0",IF(B10=300,"0.9",IF(B10=200,".0.8")))))))))

    another way
    =LOOKUP(B10,{100,200,300,400,500,600,700,800,900,1000},{0.7,0.8,0.9,1,1.1,1.2,1.3,1.4,1.5,1.6})
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  3. #3
    Registered User
    Join Date
    04-01-2011
    Location
    Manila, Philippines
    MS-Off Ver
    2019
    Posts
    53

    re: IF Function ?

    I am sure that your cell value in B10 is not equal to your defined criteria such as,
    1000, 900, 800, 700, 600, 500, 400, 300, 200
    If your B10 value is other than those values, definitely it will have a FALSE result.

    Maybe you could try to explain what will be your desired result after entering a specific value in B10.
    Simply hit the star button to say THANK YOU.

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    re: IF Function ?

    How about this:

    =B1/1000 + 0.6

  5. #5
    Forum Contributor
    Join Date
    06-03-2010
    Location
    Jeddah, Saudi Arabia
    MS-Off Ver
    Excel 2013
    Posts
    135

    Re: Need help in IF Function ? SOLVED

    thank.....buddy

  6. #6
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    re: IF Function ?

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ 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