Ok, did some fast search in the documentation but could not find it in the 500 pages + since I honestly dont know what to search for.
I am kind of new to this but I have a sheet with many rows and columns, lets call it sheet1.
What I would like to manage is to find rows in sheet1 based on string and then copy the values to current sheet.
For example sheet1 looks like this -
A B C D
Volvo 4 1 1
Volvo 3 2 1
Volvo 2 2 1
Fiat 10 10 10
Fiat 2 2 2
Fiat 3 0 5
BMW 4 4 4
Now how do I find rows/columns containing the word “Volvo” and copy the value from for example b, c and d columns? What is the correct way to do this? =SEARCH(“Volvo”,$sheet1) but what else?
Any help appreciated!