View Single Post
 
Old 02-22-2018, 01:23 PM
NBVC's Avatar
NBVC NBVC is offline Windows 10 Office 2013
The Formula Guy
 
Join Date: Mar 2012
Location: Mississauga, CANADA
Posts: 215
NBVC will become famous soon enoughNBVC will become famous soon enough
Default

Perhaps?

Code:
=IF(IFERROR(VLOOKUP(VALUE(A1),Codes!$A$1:$B$30,2,0),VLOOKUP(TEXT(A1,0),Codes!$A$1:$B$30,2,0))="Y",B2*2,0)
Reply With Quote