I am working on a spreadsheet where I need to search for a name, then take the information that is below it (3 rows) and transfer it to another sheet and have the information show in columns.
For example:
example 1.JPG
Should turn to:
example 2.JPG
I am working on a spreadsheet where I need to search for a name, then take the information that is below it (3 rows) and transfer it to another sheet and have the information show in columns.
For example:
example 1.JPG
Should turn to:
example 2.JPG
Hi and welcome to the forum
Please do not upload a picture of your file...rather, upload a sample of your workbook, showing what data you are working with, a few samples of your expected outcome (manually entered is ok) and how you arrived at that. (Exclude sensitive info). Pictures are pretty much impossible to edit, and no-one wants to re-type your data for you. Also, not all members can upload picture files (Company firewalls, etc.)
To attach a file to your post,
click advanced (next to quick post),
scroll down until you see "manage file",
click that and select "add files" (top right corner).
click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"
Once the upload is completed the file name will appear below the input boxes in this window.
You can then close the window to return to the new post screen.
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
Agree with Alan on uploading a sample workbook.
However, take a look at using the INDEX/MATCH combo, you can add 3 to the row match. For more detailed advice, we await your workbook![]()
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Here is my sample
Thanks for the file.
Try this, copied across...
=INDEX(Data!$B:$B,MATCH($A2,Data!$B:$B,0)+COLUMN(Data!A$1))
Note that on Data Sheeet, Smith is spelt wrong
Or this
in C1 and pull to the right to column F and down
=IF(MOD(ROW(A1),6)=1,INDEX($A1:$A$16,COLUMNS($C$1:C1)),"")
A B C D E F 1Alex Keyser Alex Keyser 2 3Very nice 2 2 3 3 4Very nice 5 6 7Jason Bigs Jason Bigs 1 2Great job 8 1 9 2 10Great job 11 12 13Brendon Phelps Brendon Phelps 10 8I'd buy again 14 10 15 8 16I'd buy again
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
You guys are awesome!!! I don't understand why you do this for free, but I'm thankful!!! Is there a way to make the results blank instead of "N/A" if a match is not found?
You're welcome and thank you for the feedback!
To remove "NA" or any other errors just add IFERROR function to your formula
ex: =IFERROR(yourformula),""
Please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).
I just did the most annoying and fun happy dance. Thank you!!!!!!
hahaha thanks for the kind words, it's responses like yours that make it worth while![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks