+ Reply to Thread
Results 1 to 9 of 9

lookup

Hybrid View

  1. #1
    Registered User
    Join Date
    11-27-2008
    Location
    male'
    Posts
    5
    Quote Originally Posted by JBeaucaire View Post
    Your formula works fine, your ranges in A17:A19 are off by one level.

    Change them to:
    A17=0
    A18=.5
    A19=1
    No... Actually A17:A19 is 0.00-0.49, 0.50-0.99, 1.00-1.49

  2. #2
    Registered User
    Join Date
    11-27-2008
    Location
    male'
    Posts
    5
    Quote Originally Posted by Kinghart View Post
    No... Actually A17:A19 is 0.00-0.49, 0.50-0.99, 1.00-1.49
    Sorry about that...
    Here's what I want excel to do for me….
    I want the final result (in which I want the formula to be) in cell c7 (as in the attached sheet)
    first I want to match the text in f3 from the table
    next I want to match the value in b3 and display the value in c7
    I'm usuin a formula like this:
    INDEX($B$17:$I$19,MATCH(B3,$A$17:$A$19,-1),MATCH(F3,$B$16:$I$16,0))

    But an not getting what I want…
    Attached Files Attached Files

  3. #3
    Valued Forum Contributor
    Join Date
    09-07-2006
    Posts
    520
    first I want to match the text in f3 from the table
    next I want to match the value in b3 and display the value in c7
    I'm using a formula like this:
    INDEX($B$17:$I$19,MATCH(B3,$A$17:$A$19,-1),MATCH(F3,$B$16:$I$16,0))
    Try in C7, normal ENTER:
    =INDEX($B$17:$I$19,MATCH(TRUE,INDEX(B3<=$A$17:$A$19,),0),MATCH(F3,$B$16:$I$16,0))
    Max
    Singapore

  4. #4
    Registered User
    Join Date
    11-27-2008
    Location
    male'
    Posts
    5
    Quote Originally Posted by Max, Singapore View Post
    Try in C7, normal ENTER:
    =INDEX($B$17:$I$19,MATCH(TRUE,INDEX(B3<=$A$17:$A$19,),0),MATCH(F3,$B$16:$I$16,0))
    Nope... that works for the values below 0.5 but not greater than 1... example 1.2

    Actually A17:A19 is 0.00-0.49, 0.50-0.99, 1.00-1.49
    Edit/Delete Message
    Last edited by Kinghart; 11-29-2008 at 07:47 AM.

  5. #5
    Registered User
    Join Date
    11-27-2008
    Location
    male'
    Posts
    5
    Quote Originally Posted by Kinghart View Post
    Nope... that works for the values below 0.5 but not greater than 1... example 1.2

    Actually A17:A19 is 0.00-0.49, 0.50-0.99, 1.00-1.49
    Edit/Delete Message
    Sorry And Thanks Bro.... It seems to be working perfectly.. my mistake :-)

  6. #6
    Valued Forum Contributor
    Join Date
    09-07-2006
    Posts
    520
    Nope... that works for the values below 0.5 but not greater than 1... example 1.2
    But it works fine in your sample when I tested it out??
    With B3 containing eg: 1.2, F3: g, C7 returned: 44

    Actually A17:A19 is 0.00-0.49, 0.50-0.99, 1.00-1.49
    If you have since changed the rules as depicted in your earlier sample
    to the above, why don't you just try changing A17:A19 to reflect your new limits: 0.49, 0.99, 1.49

+ 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