+ Reply to Thread
Results 1 to 3 of 3

Giving letters numerical value and calculation with them

  1. #1
    Registered User
    Join Date
    03-11-2019
    Location
    Split, Croatia
    MS-Off Ver
    2016
    Posts
    2

    Giving letters numerical value and calculation with them

    Hello everybody,

    I'm using excel 2016 and my boss has given me an assignment.

    I need to make let's call it a data base. In that data base I need to enter in column B letters I, II, III, and T, and I need to give those number following values 810, 610,360 and 220 and multiply that cells with cells in column J to get what I need. I don't know how to do it.

    Any help is welcomed.
    Last edited by fedaykin92; 03-11-2019 at 04:43 AM.

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Giving letters numerical value and calculation with them

    welcome to the forum. if you are talking about typing in column B and automatically changing those letters into numbers, it requires VBA.

    but if you want it done in another cell, you have several options such as:
    =CHOOSE(MATCH(B2,{"I","II","III","T"},0),810,610,360,220)
    =INDEX({810,610,360,220},MATCH(B2,{"I","II","III","T"},0))
    =LOOKUP(B2,{"I","II","III","T"},{810,610,360,220})
    doing a table with all the letters in column Q and numbers in column R for eg and:
    =INDEX(R:R,MATCH(B2,Q:Q,0))

    or even calculating straight away to combine any of those above with column J's numbers. for eg:
    =INDEX(R:R,MATCH(B2,Q:Q,0))*J2
    Attached Files Attached Files

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    03-11-2019
    Location
    Split, Croatia
    MS-Off Ver
    2016
    Posts
    2

    Re: Giving letters numerical value and calculation with them

    Thank you a lot this is exactly what I need. You have been of great help

+ 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. Giving text a numerical value
    By KillieAndy87 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-25-2018, 03:21 PM
  2. Giving grades a numerical value
    By josh60 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-24-2016, 06:32 PM
  3. Giving a letter a numerical value
    By imnotgoodatexcel in forum Excel General
    Replies: 20
    Last Post: 04-08-2014, 08:47 PM
  4. Replies: 3
    Last Post: 09-10-2012, 03:08 PM
  5. [SOLVED] Giving Text a Numerical Value
    By ryanklein in forum Excel General
    Replies: 4
    Last Post: 03-21-2006, 11:35 PM
  6. Giving a letter a numerical value
    By Mullet2262 in forum Excel General
    Replies: 5
    Last Post: 03-08-2006, 09:23 PM
  7. [SOLVED] Giving Months Numerical Values
    By luvthavodka in forum Excel General
    Replies: 1
    Last Post: 12-09-2005, 07:00 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