+ Reply to Thread
Results 1 to 13 of 13

Equation for Letters equating to figures

  1. #1
    Registered User
    Join Date
    11-03-2020
    Location
    germany
    MS-Off Ver
    365
    Posts
    46

    Equation for Letters equating to figures

    In row 1, column "A" (question) " how much is that " ,column "B" (Answer) for instance letter "G" and in column "C", letter " G" equates to let's say 37.50.

    Column. ..... A........B.......C
    Row1. ..... Question...G......37.50

    Note to all participants:

    j0SAND and Bailymaus are the same person.
    Last edited by AliGW; 02-28-2024 at 06:55 AM. Reason: Mod note added.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,428

    Re: Letters equating to figures

    What's the question?

    There are instructions at the top of the page explaining how to attach your sample workbook (yellow banner: HOW TO ATTACH YOUR SAMPLE WORKBOOK). Screenshots are of little practical use as we cannot manipulate them.

    A good sample workbook has just 10-20 rows of representative data that has been desensitised. The sample layout accurately matches that of your real data. It also has expected results mocked up, worked examples where required, relevant cells highlighted and a few explanatory notes.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,428

    Re: Equation for Letters equating to figures

    Fir the avoidance of doubt, I am waiting for you to attach a sample workbook.

  4. #4
    Forum Expert
    Join Date
    07-23-2018
    Location
    UK
    MS-Off Ver
    O365 32bit (Windows)
    Posts
    2,047

    Re: Equation for Letters equating to figures

    Maybe

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by ByteMarks; 02-27-2024 at 08:37 AM.

  5. #5
    Registered User
    Join Date
    11-03-2020
    Location
    germany
    MS-Off Ver
    365
    Posts
    46

    Re: Equation for Letters equating to figures

    Looking for an equation to convert a given letter to a figure, as an answer to a question. The question can be answered by many letters where each letter equating to a different figure,ie answer A means 20, B means 50, C means 37.50 and so on.
    Column A, question. Column B, answer. Column C, the figure.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,428

    Re: Equation for Letters equating to figures

    Waiting for a workbook, but it sounds like you need to set up a lookup table and then use XLOOKUP.

  7. #7
    Registered User
    Join Date
    02-27-2024
    Location
    Germany
    MS-Off Ver
    Microsoft office 365
    Posts
    29

    Equation for Letters equating to figures

    I have an idea which involves a question in column A. The answer which is to be given in column B is a single letter or pair of letters, from a group of 5. lets call them A, F, K, WE and U.
    These letters equate to a value to be used elsewhere in the spreadsheet.

    At the moment i do not have a spreadsheet, just and idea and it has been suggested that using " XLOOKUP " is a possibility to get to where i want.

    as an example,


    A B
    ________________________
    paid? A

    Paid? U

    non paid? F

    non paid? WE

    Paid? K


    Each answer in column B has a different value.

    I hope this enough to help you advise me if " XLOOKUP " is the way to go and offer a suggestion.

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,428

    Re: Using XLOOKUP

    In the absence of a workbook, you could try this:

    =LOOKUP(A1,{"A","F","K","U","WE"},{1,2,3,4,5})

    Change the values in red to the values you wish to return for each letter.

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,428

    Re: Equation for Letters equating to figures

    Note to all participants:

    j0SAND and Bailymaus are the same person.

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,428

    Re: Equation for Letters equating to figures

    So, do you have Excel 2007 or 365?

    Please respond to the suggestions offered for 365 in post #4 and for 2007 in post #8.

    If neither helps, then you MUST provide a sample workbook, manually mocked up.

  11. #11
    Registered User
    Join Date
    02-27-2024
    Location
    Germany
    MS-Off Ver
    Microsoft office 365
    Posts
    29

    Re: Equation for Letters equating to figures

    At the moment excel 2007

  12. #12
    Registered User
    Join Date
    02-27-2024
    Location
    Germany
    MS-Off Ver
    Microsoft office 365
    Posts
    29

    Re: Equation for Letters equating to figures

    I would like to thank you for the help and expertise in handling my question. It has been long and drawn out due to my inexperience but time has prevailed. Your suggestion of
    " =LOOKUP(A1,{"A","F","K","U","WE"},{1,2,3,4,5}) " worked after changing the comma`s to semi colons (a previous problem that I had experienced once before and just managed to remember).
    I am in the process of upgrading my 2007 version to a newer one and hopefully make thing easier.

  13. #13
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,428

    Re: Equation for Letters equating to figures

    We need to get to the bottom of your profile issue so that you can use the other (original) account and this one can be closed. The old account tells us that you are already using 365!

    Please send me a private message with details of your logging in issues so that I can contact the tech team.


    Glad to have helped.

    If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. [SOLVED] Combobox to accept letters or convert figures to time
    By JamesT1 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 06-10-2019, 09:10 AM
  2. Equating ranges
    By tibetors in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-30-2013, 05:54 AM
  3. Need help comparing letters as figures for quantitative data analysis
    By t-money in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-05-2013, 10:20 AM
  4. Conversion of an array of figures inputted into cells as word figures to Excel figures
    By Allan Simpson730 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-08-2013, 07:25 AM
  5. sum not equating to parts
    By tinkerbelle in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-10-2007, 05:26 AM
  6. Summing figures within letters???
    By Simon Lloyd in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-14-2006, 02:21 AM
  7. [SOLVED] Replacing letters for figures in formula
    By Irene in forum Excel General
    Replies: 11
    Last Post: 01-06-2006, 10:39 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