I need help with the Google Sheet formula. I am trying to combine the array formula with vlookup and import range to get specific values from three columns from two different sheet
For example, if you write c15, it will look for this specific value in the first or the second sheet. When finding it, it will get the value from the chosen columns and write it in the new sheet. The formula works perfectly with one file, but I want the formula to vlookup within the two sheets
This is the formula
=ArrayFormula(VLOOKUP(C4,IMPORT RANGE("URL","Autoparts!A:AC"),{5,29,10},0))
C4
is the cell that has the value I'm looking for.
{5,29,10}
These are the columns where to look for the needed values.
Any help is appreciated.