Alternative to a loop?

andrewsutton

Board Regular
Joined
Oct 19, 2004
Messages
59
Hello all,

I have thirteen columns, I:U. They display man-months for Jan-Dec, plus a total.

I need to insert thirteen columns to the right, and fill them up with man-hours, by multiplying the man-hours figure by the number of man-hours in each month. The number of man-hours in each man-month is held on a different sheet, in C11 to N11.

Extra info: the number of rows that need this done to them is about 4000, but this varies and needs to be detected by the macro.

Is there any way of doing this without a loop?

Come to that, if a loops the best way, I'm not to good at them either... any help much appreciated.

Thanks,

Andrew
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
How about V1 = I1*'other sheet name'!C$11?

Then, copy V1 down through row 4000 and right through column AH.
 
Upvote 0
How would I do that in a macro? I am going to use the data for a pivot table later, so I would prefer to have values rather than formulae in the cells.

Thanks,
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,483
Members
448,967
Latest member
visheshkotha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top