hello
We have two sheet in my workbook 1) Prarup-2 & 2)roadlist
We want to compare Roadlist colum B Value with Prarup-2 sheet ... Colum C
if Value Match then in Roadlist Sheet Display "Enter" in Column I otherwise that show <blank>
Currently we use following Vlookup formula that's work fine..
but we want this formula with index and match function....IF(ISERROR(VLOOKUP(B10,'Prarup-2'!$C$8:$C$1500,1,FALSE)=B10),"","Enter")
Thank you
Bookmarks