My calculation shows #N/A using IF and VLOOKUP

Copper Contributor

Hello everyone,

 

I find difficulty to fix an error in my calculation.

Please find the attachment below.

You can find the error at sheet asumsi cell D20 untill D23.

 

Ill be more than happy if we can discuss further

 

thankyou

1 Reply

@AnggiPutri 

You should use FALSE as fourth argument of VLOOKUP.

For example in D20:

=IF($E$20=802,VLOOKUP(B20,$P$8:$S$11,3,FALSE),IF($E$20=1000,VLOOKUP(B20,$P$8:$S$11,4,FALSE)))

 

Your workbook has several circular references, for example in I20 (change it to 100%), and in J67:J76 (not sure what that should be)