So like the title suggests, i need to be able to pull info into cells below based on the first cells data. So for example.
I have a doc and in A1 i have Hewlett Packard, i would like to be able to search a different excel doc sheet that has a large list of names in the A column with 6 rows of data below the name and pull those into the next 6 cells below the cell i am searching based off of.
so like in my worksheet i have:
A1 = Hewlett Packard
A2 = pulled data
A3 = pulled data
A4 = pulled data
A5 = pulled data
A6 = pulled data
A7 = pulled data
based on what i have in Cell A1 in my doc it then searches through another excel doc based on a partial word title so for example it only searches for the match word "Hewlett" once it finds that in the other doc it pulls its next 6 values into the next 6 cells in my doc. the other doc is kind of being used as a lookup table database for the info.
Is this possible to do without vba? If not using vba will be ok.
thanks
I have a doc and in A1 i have Hewlett Packard, i would like to be able to search a different excel doc sheet that has a large list of names in the A column with 6 rows of data below the name and pull those into the next 6 cells below the cell i am searching based off of.
so like in my worksheet i have:
A1 = Hewlett Packard
A2 = pulled data
A3 = pulled data
A4 = pulled data
A5 = pulled data
A6 = pulled data
A7 = pulled data
based on what i have in Cell A1 in my doc it then searches through another excel doc based on a partial word title so for example it only searches for the match word "Hewlett" once it finds that in the other doc it pulls its next 6 values into the next 6 cells in my doc. the other doc is kind of being used as a lookup table database for the info.
Is this possible to do without vba? If not using vba will be ok.
thanks
Last edited: