+ Reply to Thread
Results 1 to 8 of 8

Excel 2007 : Exel problem

Hybrid View

  1. #1
    Registered User
    Join Date
    04-23-2009
    Location
    finland
    MS-Off Ver
    Excel 2003
    Posts
    3

    Exel problem

    Hello

    I have this little problem with exel. I was just wondering is it even possible to do?? Or am I just wasting my time.

    if there is a number 25-70 in B1 then number 50 comes to A1 and if there is a number 70-150 in B1 then number 100 comes to A1 and if there is a number 150-250 in B1 then number 200 comes to A1.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Exel problem

    Yes you can use LOOKUP

    =IF(N(B1)>=25,LOOKUP(B1,{25,70,150},{50,100,200}),0)

  3. #3
    Registered User
    Join Date
    04-23-2009
    Location
    finland
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Exel problem

    Quote Originally Posted by DonkeyOte View Post
    Yes you can use LOOKUP

    =IF(N(B1)>=25,LOOKUP(B1,{25,70,150},{50,100,200}),0)
    What does that N mean =(N(B1) . I copied this to my A1 but it says its incorrect.

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Exel problem

    Our regional settings will be different (I'm UK) and the functions may need to be translated if you're running in Finish language... I've attached a file with working example - when you open on your own machine the functions should translate automatically...
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    04-23-2009
    Location
    finland
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Exel problem

    Quote Originally Posted by DonkeyOte View Post
    Our regional settings will be different (I'm UK) and the functions may need to be translated if you're running in Finish language... I've attached a file with working example - when you open on your own machine the functions should translate automatically...
    thank yo very much I opened that with my own exel and it tranlated it to finnish. thanks!

  6. #6
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Exel problem

    No problem - I've added a link to my signature detailing a useful function Translation listing... might come in handy.

+ 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