I have two columns E3:E63 with dropdowns that I need calculated as a value of 1 when a dropdown selection is chosen. I need to cross reference with column F3:F63 and if it contains certain words I need that value to decrease by 0.5. I can get the countif formula to work by using =Countif(E3:E63, "new") but I don't know what to add on to the formula to subtract .5 from it if one of the names from F3:F63 are selected (chanin, mark, chris, tim, isaac). Any help would be greatly appreciated!