Thread: [Solved] Need help with a formula
View Single Post
 
Old 04-25-2017, 06:41 AM
gebobs gebobs is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

Code:
=if(and(countif(i:i,c2)>0,d2=vlookup(c2,i:j,2,false)),true,false)
Reply With Quote