Results 1 to 7 of 7

Based on data validation list value Formula

Threaded View

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

    Re: Based on data validation list value Formula

    Is your data validation pulling from a named range or a cell range. Let's say your quarters are in C1:C6
    in B8
    =INDEX(C1:C6, MATCH(B3,C1:C6,0)+1)
    Make sense?

    Update: =IF(ISERROR(INDEX(C1:C6, MATCH(B3,C1:C6,0)+1)),"", INDEX(C1:C6, MATCH(B3,C1:C6,0)+1))
    Last edited by ChemistB; 12-10-2012 at 03:04 PM.
    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

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