+ Reply to Thread
Results 1 to 3 of 3

nested if and offset formula from dropdown list

  1. #1
    Registered User
    Join Date
    09-29-2006
    Posts
    18

    nested if and offset formula from dropdown list

    I have two lists ("fulllist" & "code" - A1:A20 is a data validated dropdown list of "fulllist". I want B2:B20 to return a list item offset one column to the item selected in A1:20

    So, if A:1 drop down equals "asphalt paving" I want B:2 to insert a code from a list on cell right of asphalt paving.

    Something like =IF(B31<>"fulllist",=OFFSET("fulllist",0,1,,),"") This returns an error. I have a feeling I need to use match. I can't seem to find an answer to this and I bet it is fairly simple.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: nested if and offset formula from dropdown list

    Assuming that "FullList" has only unique values (Yes?)

    Let's say Fulllist is in Sheet2!A1:A100
    In B1 (sheet1)
    =INDEX(Sheet2!$B$1:$B$100, MATCH(A1, FullList,0))
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    09-29-2006
    Posts
    18

    Re: nested if and offset formula from dropdown list

    yes...thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Nested Formula (PRODUCT & OFFSET)
    By alamagan in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-31-2013, 01:39 PM
  2. Replies: 0
    Last Post: 08-22-2012, 03:52 PM
  3. Replies: 21
    Last Post: 12-02-2009, 03:27 PM
  4. Replies: 2
    Last Post: 10-08-2009, 09:51 PM
  5. Date dropdown list and a Time dropdown list in outlook
    By L_ter in forum Outlook Programming / VBA / Macros
    Replies: 3
    Last Post: 03-30-2009, 02:33 AM

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