Slight modification to my formula:Essentially I need the formula to check cell B5 for a match in either cell AE12, or AE13, or AE18, or AE19, or AE25, or AE26
If true the check the cell value in E8 to see if the number is between 2.251 & 2.55
If the number in E8 is within the specified range, then return 12, else 0
[COLOR=#333333]=IF(AND(OR(AE12=B5,AE13[/COLOR][COLOR=#333333]=B5[/COLOR][COLOR=#333333],AE18[/COLOR][COLOR=#333333]=B5[/COLOR][COLOR=#333333],AE19[/COLOR][COLOR=#333333]=B5[/COLOR][COLOR=#333333],AE25[/COLOR][COLOR=#333333]=B5[/COLOR][COLOR=#333333],AE26[/COLOR][COLOR=#333333]=B5)[/COLOR][COLOR=#333333],E8>=2.251,E8<=2.55),12,0)[/COLOR]