+ Reply to Thread
Results 1 to 4 of 4

Coding letters and numbers

  1. #1
    Linds
    Guest

    Coding letters and numbers

    Is there a way to have a monetary vaue appear when a letter is typed into a
    cell?

  2. #2
    Niek Otten
    Guest

    Re: Coding letters and numbers

    Tools>Autocorrect options

    If this is not at all what you mean, try being a bit more specific

    --
    Kind regards,

    Niek Otten

    "Linds" <[email protected]> wrote in message
    news:[email protected]...
    > Is there a way to have a monetary vaue appear when a letter is typed into
    > a
    > cell?




  3. #3
    Dave Peterson
    Guest

    Re: Coding letters and numbers

    Maybe you could use a table on another worksheet and a helper cell that would
    contain an =vlookup() formula.

    =if(a1="","",vlookup(a1,sheet2!a:b,2,false))

    You may want to read Debra Dalgleish's notes:
    http://www.contextures.com/xlFunctions02.html

    Linds wrote:
    >
    > Is there a way to have a monetary vaue appear when a letter is typed into a
    > cell?


    --

    Dave Peterson

  4. #4
    Gord Dibben
    Guest

    Re: Coding letters and numbers

    Linds

    In the same cell?

    You would need to use Autocorrect or event code.

    In another cell use this =LOOKUP(A1,{"A","B","C","D","E"},{10,30,40,50,60})


    Gord Dibben Excel MVP

    On Wed, 21 Dec 2005 09:16:02 -0800, "Linds" <[email protected]>
    wrote:

    >Is there a way to have a monetary vaue appear when a letter is typed into a
    >cell?


+ 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