Hello I have a question on how to do a VLOOKUP on different sheets within the same workbook... Basically I would like to make a macro code to do the following:
1. Select Sheet PS
2. In cell D2 enter the Vlookup
3. Drag the formula down to the last row
I have this Vlookup but it return an error stating too many arguments and cant get it to work?
=IF(ISNA(VLOOKUP(A2,Regulares!J:L,3,0),ISNA(VLOOKUP('Temp Activos'!G:I,3,0),ISNA(VLOOKUP(A2,'Temp JA'!G:I,3,0),VLOOKUP(A2,'Temp Fit'!G:I,3,0)))))
1. Select Sheet PS
2. In cell D2 enter the Vlookup
3. Drag the formula down to the last row
I have this Vlookup but it return an error stating too many arguments and cant get it to work?
=IF(ISNA(VLOOKUP(A2,Regulares!J:L,3,0),ISNA(VLOOKUP('Temp Activos'!G:I,3,0),ISNA(VLOOKUP(A2,'Temp JA'!G:I,3,0),VLOOKUP(A2,'Temp Fit'!G:I,3,0)))))