Adding user name associated with user id

F

fourlugas

Also one other thing. Is there a way to leave it blank if there is n
record on that row instead of it displaying #N/A
 
F

Frank Kabel

Hi
use
=IF(ISNA(VLOOKUP(A1,'other_sheet'!$A$1:$B$1000,2,0)),"",VLOOKUP(A1,'oth
er_sheet'!$A$1:$B$1000,2,0))
 

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