Next Cell vs Absolute or Relative

dhubz

New Member
Joined
Sep 10, 2014
Messages
48
Office Version
  1. 2016
Platform
  1. Windows
Is there a way to take the next cell not the next relative cell and not an absolute cell. I am trying to autofill some information into a more useful format. When I use cell=cell for the first one and autofill down it takes the next relative cell(looks like last column), and I need it to take the actual next cell(I want it to look like the 4th column). I am populating the source table with values from other worksheets.

excelprob_zpsca273891.jpg


Thanks
 
Last edited:

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Well you image doesn't seem to work, but what do you mean the "next cell"? I'm assuming you mean the next filled cell?
 
Upvote 0
Image is reloaded, that should make the question easier to answer
 
Upvote 0
If you can spare a couple of helper columns, then you could use the formula:

Code:
=INDIRECT(ADDRESS(E1,F1,4))

Where E1 is 1 and F1 is 1
E2 = 1 and F2 = 2
E3 = 1 and F3 = 3

E4 and F4 are blank, as is F4

Then E5 = 2 and F5 = 1
etc. etc.
 
Upvote 0

Forum statistics

Threads
1,215,014
Messages
6,122,697
Members
449,092
Latest member
snoom82

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