Collection cell information, this should be easy (maybe)

DSLA

Active Member
Joined
Jun 6, 2005
Messages
301
I few cells that are quite big, but there is only 1 line of information on them each.

The cell is A9 to A95, it's a merged cell structure.

I would like to copy the value inside the cell, but not the cell itself (because of the big size).

Also i would like to automate it, so it could collect the information automatically, not depending on the specific size of the cell. Could this be done with Vlookup or something?

Can someone help me with this one?
 
In some cases you can construct formulas with functions that will make it work without C-S-E.

Here however I think you need it.

My general suggestion for your case is to re-think your layout and, if possible, avoid merged cells.
 
Upvote 0

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
I'm testing it with unmerged cells, is there any changes to the formula when the files are not merged?
 
Upvote 0
Yes it worked, but in the previous answer you said: "My general suggestion for your case is to re-think your layout and, if possible, avoid merged cells."

Now i have removed the merged cells and i asked if now there could be another way to handle the data collecting without the CTRL+SHIFT+ENTER.
 
Upvote 0
OK, so C+S+E was the issue.

Try:

=INDEX(DATA1!A1:A1000;SUMPRODUCT(SMALL((DATA1!A1:A1000<>"")*(ROW(DATA1!A1:A1000));1+COUNTBLANK(DATA1!A1:A1000))))

Should work whether you have merged cells or not.

It is the bolded 1 you should change to get second e.t.c.
 
Upvote 0

Forum statistics

Threads
1,216,116
Messages
6,128,930
Members
449,479
Latest member
nana abanyin

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