How about this:

=IF(B2>'Item List'!D3,0,vlookup(A2,'Item List'!A2:F17,4,false)-vlookup('Item List'!A3,Inventory!A1:E16,2,false))
Just remove the additional "=" signs.

Cheers,