Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
multiply a row by a certain number?
 
Posts: n/a
Default multiply a row by a certain number?

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
  #2   Report Post  
Don Guillett
 
Posts: n/a
Default

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



  #3   Report Post  
Sandy Mann
 
Posts: n/a
Default

Copy & paste the data into the next column then, in an empty cell anywhere
in the sheet, enter 1.4 and copy that cell. Highlight the newly pasted
column and then right click and select Paste Special Multiply


HTH

Sandy
--
to e-mail direct replace @mailinator.com with @tiscali.co.uk


"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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seed numbers for random number generation, uniform distribution darebo Excel Discussion (Misc queries) 3 April 21st 23 09:02 PM
how can i multiply a number in each cell? jay Excel Discussion (Misc queries) 3 February 3rd 05 04:52 PM
How do I multiply Column G Totals by a number and display the res. wewgyro Excel Discussion (Misc queries) 2 December 5th 04 04:27 PM
multiply by actual number in cell CJ Cerezo Excel Worksheet Functions 3 November 29th 04 09:43 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 07:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"