+ Reply to Thread
Results 1 to 2 of 2

make a letter in a cell automatically equal a dollar amount

  1. #1
    kimzim
    Guest

    make a letter in a cell automatically equal a dollar amount

    need to know the formula to have a certain group of cells set up so that when
    a specific letter is entered, it will automatically enter a dollar amount

  2. #2
    DaveB
    Guest

    RE: make a letter in a cell automatically equal a dollar amount

    Set up a lookup table that will match the numeric dollar amount to the
    corresponding letter, assume this will occur in columns A and B like so, and
    starting in row 1:

    Column A Column B
    Row1 A $100
    Row2 B $200
    Row3 C $300
    ... ...

    Now, assume you enter all of your letters column D starting on row 1 (so
    first value is in D1), enter this function in E1 to output the corresponding
    numeric dollar amount:

    =VLOOKUP(D1,$A$1:$B$1000,2,0)

    Does that help?
    --
    Regards,

    Dave


    "kimzim" wrote:

    > need to know the formula to have a certain group of cells set up so that when
    > a specific letter is entered, it will automatically enter a dollar amount


+ 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