The formula below tells excel to assign a value of PRO to anything with the value H-Nov-030-01.
How would I get the formula below to search for anything like H-(whatever)-(value less than 5)-(whatever)?
How would I get the formula below to search for anything like H-(whatever)-(value less than 5)-(whatever)?
Code:
=IF(OR(A3="H-Nov-030-01"),"PRO",IF(A3="ZFC","COM","PGR"))