+ Reply to Thread
Results 1 to 4 of 4

How do I assign dollar value to text

  1. #1
    laughingbird
    Guest

    How do I assign dollar value to text

    I am putting together an invoice spreadsheet for Voice Overs. I want to be
    able to type :30 in Column D and have the value of $35 to appear in Column F.
    Subsequently, If I type :60 in Column D the value of $50 will appear in
    Column F, and :90 equals $75 and so on. How do I assign values to these
    text/column entries?

    Thank you,
    Laughingbird

  2. #2
    SVC
    Guest

    RE: How do I assign dollar value to text

    Try this formula in F1: =IF(D1=":30",35,IF(D1=":60", 50,IF(D1=":90",75,"")))
    and format the cell (or column) as currency. Copy down as far as necessary.
    If anything but the three values is entered in D, the cell will be left blank.

    "laughingbird" wrote:

    > I am putting together an invoice spreadsheet for Voice Overs. I want to be
    > able to type :30 in Column D and have the value of $35 to appear in Column F.
    > Subsequently, If I type :60 in Column D the value of $50 will appear in
    > Column F, and :90 equals $75 and so on. How do I assign values to these
    > text/column entries?
    >
    > Thank you,
    > Laughingbird


  3. #3
    CLR
    Guest

    RE: How do I assign dollar value to text

    There's several ways to do this, the best selection of which depends on how
    many choices you have.......if only a few, then "IF", or "LOOKUP" would
    probably be better, if many choices, then "VLOOKUP" would probably be
    better........

    Vaya con Dios,
    Chuck, CABGx3



    "laughingbird" wrote:

    > I am putting together an invoice spreadsheet for Voice Overs. I want to be
    > able to type :30 in Column D and have the value of $35 to appear in Column F.
    > Subsequently, If I type :60 in Column D the value of $50 will appear in
    > Column F, and :90 equals $75 and so on. How do I assign values to these
    > text/column entries?
    >
    > Thank you,
    > Laughingbird


  4. #4
    laughingbird
    Guest

    RE: How do I assign dollar value to text

    It worked! Thank you soooo much!!!

    "SVC" wrote:

    > Try this formula in F1: =IF(D1=":30",35,IF(D1=":60", 50,IF(D1=":90",75,"")))
    > and format the cell (or column) as currency. Copy down as far as necessary.
    > If anything but the three values is entered in D, the cell will be left blank.
    >
    > "laughingbird" wrote:
    >
    > > I am putting together an invoice spreadsheet for Voice Overs. I want to be
    > > able to type :30 in Column D and have the value of $35 to appear in Column F.
    > > Subsequently, If I type :60 in Column D the value of $50 will appear in
    > > Column F, and :90 equals $75 and so on. How do I assign values to these
    > > text/column entries?
    > >
    > > Thank you,
    > > Laughingbird


+ 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