+ Reply to Thread
Results 1 to 2 of 2

Drop down menu, convert letter to number

  1. #1
    Registered User
    Join Date
    07-28-2008
    Location
    UK
    Posts
    8

    Drop down menu, convert letter to number

    Hi guys

    I have a drop down menu using data validation and the values are B,C,D
    I want to keep the letter in a cell, but make each one become number, so B=5, C=10, D=20
    I have another dropo down menu that contains 6,10,16

    What I require is that once the 2 drop down menus have 'values selected' I need to multiply the 2 cells together

    so for example

    If B and 6 was selected, I require the 3rd cell to be 5*6
    so what is the formula?

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Drop down menu, convert letter to number

    Hi,

    Assuming that the letter and number drop-down menus are in cells A1 and B1 respectively, enter this formula in C1:

    =LOOKUP(A1,{"B","C","D"},{5,10,20})*B1

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

+ 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. Convert number into letter, it is possible?
    By Exxcel Noob in forum Excel General
    Replies: 7
    Last Post: 05-02-2012, 05:24 PM
  2. Excel 2007 : Convert a letter to a number
    By CamnJane in forum Excel General
    Replies: 3
    Last Post: 10-25-2011, 10:52 PM
  3. Convert letter to Number
    By gtmeloney in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-23-2009, 11:10 AM
  4. add-in menu fails to drop down on alt+letter
    By Cheeky Charlie in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 12-08-2008, 11:49 AM
  5. How do I convert a given number into a letter?
    By vortex0001 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-08-2005, 06:05 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