Relative formulas and cells

bugmcw

New Member
Joined
Jul 13, 2010
Messages
37
My favorite sounding board,

I have a sheet of formulas that pull data to create essentially a marketing report. Unfortunately, the way the sheet is set up now, whenever I have new data added, i have to move each cell down 1 (or over 1 as the case may be). My question is can i move cells relative to one another? For instance:

cell A1: =B1
cell A2: =B2

If i change cell A1 to =B2, i want cell A2 to automatically go 1 cell below whatever A1 equals.

in order words: if a1=b1 then a2=b2 and if a1=b7 then a2=b8

I hope this makes sense, thanks everyone!
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
THanks for your help, but I'm a little lost. What would go in the place of "B"?
What does the formula =+F1+1 represent? I haven't seen a =+ before?

Thanks again!
 
Upvote 0
You misunderstand. You want A1 to link to B1, hence the "B" in the INDIRECT formula. The "+" in column F is redundant - I only used formulae in column F to increment the row by 1. The below might explain a bit better.

Excel Workbook
ABCDEF
1Text1Text11
2Text2Text22
3Text3Text33
4Text4Text44
Sheet1
 
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,856
Members
452,948
Latest member
UsmanAli786

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