+ Reply to Thread
Results 1 to 2 of 2

Variable Data from a Pull Down Menu

Hybrid View

ameretsu Variable Data from a Pull... 12-15-2008, 04:07 AM
Bob Phillips Build a lookup table of... 12-15-2008, 04:51 AM
  1. #1
    Registered User
    Join Date
    09-02-2008
    Location
    Cosmopolis, WA
    Posts
    2

    Variable Data from a Pull Down Menu

    Hello. Is there a way to have a cell input different data dependent upon the result from a choice from a preceeding pull down menu? Each client has different billing schedules, and the cell would calculate based on the formula for the specific schedule. For example, if A1 contained "DDS" rather than "Law Firm" from a pull down, is there a way to have a specific formula for each in B1? If so, how many arguments can I use? Thanks in advance for your help.
    Last edited by VBA Noob; 12-15-2008 at 09:42 AM.

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284
    Build a lookup table of corresponding values and use

    =VLOOKUP(A1,lookup_table,2,False)

+ 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