Results 1 to 9 of 9

Else If in Excel?

Threaded View

  1. #1
    Registered User
    Join Date
    05-28-2008
    Posts
    20

    Else If in Excel?

    Is it possible to do an ELSE IF statement in Excel?

    I'm trying to perform a task in which a drop-down box determines which value should activate a VLookup. The only approach I can think of is using nested IF statements but I'm thinking there must be a better way.

    To better clarify:

    =IF(C6=W8,VLOOKUP(...),IF(C6=W9,VLOOKUP(...),IF(C6=W10),VLOOKUP(...),etc)))

    How should I approach this?
    Last edited by VBA Noob; 05-29-2008 at 04:55 PM.

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