+ Reply to Thread
Results 1 to 2 of 2

Multiplication in one cell

  1. #1
    Need to Multiply within one cell
    Guest

    Multiplication in one cell

    Is there a formula where I can input a number in a cell and get the sum of
    that number X $4.20 .
    Example
    Cell a1
    If i typed in 5 I would get $21.00
    I tried #*$4.20= but it doesnt work
    any ideas

  2. #2
    Bill Martin -- (Remove NOSPAM from address)
    Guest

    Re: Multiplication in one cell

    Need to Multiply within one cell wrote:
    > Is there a formula where I can input a number in a cell and get the sum of
    > that number X $4.20 .
    > Example
    > Cell a1
    > If i typed in 5 I would get $21.00
    > I tried #*$4.20= but it doesnt work
    > any ideas



    You're asking for a circular reference. A cell that changes itself. I don't
    believe it can be done simply. You'd have to use VBA trapping to sense somebody
    typing in that one cell and then modify it I guess. It's probably more trouble
    and effort learning programming on your part than it's worth.

    Any reason you can't just put:

    [B1] = A1*4.20

    Bill

+ 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