May 09 2022 01:51 PM
Hi,
I am trying to make a contact list from multiple sheets that we use for different trades. All the contact information is in the same cells on each sheet. I am wanting to add a sheet at the end that will pull all the information in to use as a directory. Examples below.
Trying to get info put into this format.
May 10 2022 12:54 AM
With your permission, I recommend to provide more information.
You'll get a quicker and more accurate answer, and those who want to help don't have to invest time guessing the problem.
I recommend: Always inform about your Excel version, operating system, storage medium/hard drive, OneDrive, Sharepoint, etc.).
If possible, add a file (without sensitive data) and use this file to describe your project step by step.
Don't forget that not every Excel user has a clue about every job and what you see he can't see.
In this link you will find some more information about it:
Welcome to your Excel discussion space!
Here is a solution suggestion with the possible integration of hyperlinks that might help you.
Create or change a cell reference
Hope I was able to help you with this information/links.
I know I don't know anything (Socrates)
May 11 2022 04:58 AM - edited May 11 2022 04:59 AM
I don't know if you're an insider, but this request is something TOCOL and WRAPROWS were made to handle.
This is all you'd need (This sample has the data going down 30 rows):
=WRAPROWS(TOCOL(Sheet6!A1:D30,1,1),5)