Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pasting Word table cell with paragraph markers into single Excel c | Excel Discussion (Misc queries) | |||
AutoFIll -by dragging the bottom-right corner of the cell | Excel Discussion (Misc queries) | |||
how to create a variable column in cell reference | Excel Worksheet Functions | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |