installing a range at once

noalla

New Member
Joined
Feb 24, 2023
Messages
1
Office Version
  1. 365
2023 EN.xlsm
ABCDEFG
1Column1Column2Column3Column1Column2Column3
210000.1515020000.001150
320000.360040000.002600
430000.45135060000.0031350
550000.6300080000.0043000
660000.754500100000.0054500
770000.96300120000.0066300
880001.058400140000.0078400
990001.210800160000.00810800
10100001.3513500180000.00913500
11What is required is that I want to install the contents of cells in the range A1:A9 all at once
12The problem is that even when I use the macro in cells G1:G9, it repeats and copies the same equations in the range A1:A9, and I want them to apply to any field if the macro is activated, or if there is another way that makes me install a specific range in one go.
13MACRO NAME "F"
Sheet1
Cell Formulas
RangeFormula
C2,G2C2=$A$2*$B$2
C3,G3C3=$A$3*$B$3
C4,G4C4=$A$4*$B$4
C5,G5C5=$A$5*$B$5
C6,G6C6=$A$6*$B$6
C7,G7C7=$A$7*$B$7
C8,G8C8=$A$8*$B$8
C9,G9C9=$A$9*$B$9
C10,G10C10=$A$10*$B$10
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
You might want to post the macro that you are using, if you say that is what is installing the formulas.
 
Upvote 0

Forum statistics

Threads
1,216,095
Messages
6,128,795
Members
449,468
Latest member
AGreen17

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