+ Reply to Thread
Results 1 to 5 of 5

IF or VLookup or BOTH ??

  1. #1
    Registered User
    Join Date
    02-07-2005
    Posts
    4

    IF or VLookup or BOTH ??

    Hi !


    I'm really stuck on this one...

    I have to create a table from which I need to extract conditional data on another sheet....


    On the example included the purpose is :

    On the data sheet the prices are ordered by size 0.50-0.75-1-1.25...etc
    and by clarity coll-Sp1-Sp2....etc...

    Now I'm trying to find out how to automatically retrieve those prices on the worksheet..after I fill in the weight and the clarity

    So for example if I fill in 0.75 on the worksheet(C2) and then i select Sp1(B4) , I'd like to have the price appear automatically in C4...

    Then Sp2(B5) -> 85(C5)
    Sp3(B6) -> 50(C6)

    ETC........


    Thanks to those willing to spare a second of their precious time...
    Very much appreciated
    Attached Files Attached Files
    Last edited by Sam Deen; 02-07-2005 at 11:35 AM.

  2. #2
    Forum Contributor
    Join Date
    12-04-2003
    Posts
    360
    use:

    =OFFSET(Data!$B$2,MATCH(B4,Data!$B$3:$B$6,0),MATCH($C$2,Data!$C$2:$G$2,0))

    then fill down to auto complete the other cells.

  3. #3
    Registered User
    Join Date
    02-07-2005
    Posts
    4
    Thank You

    I'm gonna try it out tonight, I'll let you know if it worked

    God Bless

  4. #4
    Registered User
    Join Date
    02-07-2005
    Posts
    4
    Matt That worked great !!!

    Only when I tried to apply it to the original it didn't lol


    If u'd be so kind to have a look...I don't understand what I'm doing wrong

    Thank You
    Last edited by Sam Deen; 02-07-2005 at 04:18 PM.

  5. #5
    Registered User
    Join Date
    02-07-2005
    Posts
    4
    never mind I found it

    I'm an idiot lol

+ 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