hi;
hope my english is comprehensible
I have two sheet with some same column and quite a few different column. Say sheet X and sheet Y
I want to use a formula for;
return the value of column A in sheet Y
if a value in similiar column in sheet X is the same with sheet Y.
column A in sheet Y might be blank. which means the value returned should also be blank
i tried a combination of IF and COLLECT. IF and MATCH. IF and FIND. All either #INVALID DATA TYPE or #UNPARSEABLE
my last formula
=VLOOKUP("=[Kode Kapling]@row"; {Daftar Sales Order in Progress Range 5}; 3)
so basically. if {Daftar Sales Order in Progress Range 5} is = [Kode Kapling]@row) --> both is the same column type and information
than i want the cell to be filled with a value in sheet {Daftar Sales Order in Progress} in column number 3 of the same row
the response is #incorrect argument set
this is sheet X where i want the formula is
and this is the 'source sheet'
thx before