Copy formulas from cells in one row

khalil

Board Regular
Joined
Jun 2, 2011
Messages
100
hi all

i want to make formulas in number of cells to jump automatically to the next cells in the next row once i use any formula in the first row.

thanks inadvance
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Your description is not very clear, so I'll you want to know how to make cell references in formulas adjust as you copy ... make the cell references relative, i.e. remove the $ from the cell reference, so C2 instead of $C$2.

There are three absolute styles:

Reference Style and Meaning:
$A$1 = Both the column and row reference are fixed. Neither will be incremented or changed during a copy or fill operation.

$A1 = Only the column reference is fixed. This will not change during a fill or copy, but the row will change.

A$1 = Only the row reference is fixed. This will not change during a fill or copy, but the column will change.

If you select a reference in the formula, you can press F4 to cycle the reference between the 4 styles, e.g. C2 $C2 C$2 $C$2.
 
Upvote 0
hi Glenn

For example

Cell A1 has a formula
Cell A2 is blank

what i want is when cell A1 is filled with number or text through the formula in it then A2 will has the same formula from A1 automatically .

this is inorder not to copy 100's of rows down with the formula, to reduce the amount of saved cells

thanks Glenn:)
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,828
Members
452,946
Latest member
JoseDavid

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