Have a cell which will either have W
, L
or BB
in it.I want to add the cell in O6
if the N6 cell contains any of the strings mentioned below what is the code for this?
below is what I currently have thought it to be.
=if(N6=("W"&&"L"&&"BB"),+O6)