Vlook up to combine data in many sheets

F

Frank Situmorang

Hello,

I tried to make Vlookup using a common key for 3 sheets but, It seem not to
work, and when I coppy it to the row below, it repeats the same the result of
formula in the 1st row.

This is my formula:
=IF(ISNA(VLOOKUP($C6,Gaji_Harian1!$C$5:$N$500,6,FALSE)),0,VLOOKUP($C$5,Gaji_Harian1!$C$5:$N$500,6,FALSE))+IF(ISNA(VLOOKUP($C6,'Gaji_Harian1
(2)'!$C$5:$N$500,6,FALSE)),0,VLOOKUP($C$5,'Gaji_Harian1
(2)'!$C$5:$N$500,6,FALSE))+IF(ISNA(VLOOKUP($C6,'Gaji_Harian1
(3)'!$C$5:$N$500,6,FALSE)),0,VLOOKUP($C$5,'Gaji_Harian1
(3)'!$C$5:$N$500,6,FALSE))

Thanks for any help.

Frank
 
J

Jacob Skaria

Two points

--The cell reference is VLOOKUP($C6, OR VLOOKUP(C$5
--Missing single around the 1st sheet name.

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top