=IF(H19>0," ",IF(H19=0,(VLOOKUP(A19,Residents1,8,FALSE))))

Using the above formula I occasionally get a #N/A result (especially when the search array hasn't been updated) and I think the best way to avoid this is to introduce ISNA (?)

Any help appreciated

JB