+ Reply to Thread
Results 1 to 8 of 8

Excel 2007 : Exel problem

  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.

  7. #7
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983

    Re: Exel problem

    Jackass66

    Please take a couple of minutes and read ALL the Forum Rules then edit your thread title by following the instructions in the rules (Rule 1) so that it better discribes your problem/request
    Please Read Forum Rules Before Posting
    Wrap VBA code by selecting the code and clicking the # icon or Read This
    How To Cross Post politely

    Top Excel links for beginners to Experts

    If you are pleased with a member's answer then use the Scales icon to rate it
    If my reply has assisted or failed to assist you I welcome your Feedback.

  8. #8
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Exel problem

    Quote Originally Posted by DonkeyOte View Post
    No problem - I've added a link to my signature detailing a useful function Translation listing... might come in handy.
    Hey DonkeyOte,

    Neat idea to add all those links to your signature.. makes it easier than constantly looking for them in your bookmarks and attaching them to specific threads...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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