Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
if you mean multiply each item in a column then this will work. Modify to
suit Sub multiplyall() For Each c In Range("c7:c10") c.Offset(, 1) = c * 1.4 Next End Sub -- Don Guillett SalesAid Software "multiply a row by a certain number?" <multiply a row by a certain wrote in message ... i am having trouble with excel i want to multiply this row by 1.4 and make it appear next to it if anyone can help thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
how can i multiply a number in each cell? | Excel Discussion (Misc queries) | |||
How do I multiply Column G Totals by a number and display the res. | Excel Discussion (Misc queries) | |||
multiply by actual number in cell | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |