S
soltek
I have this code to match a certain part code...
=IF(ISNUMBER(MATCH(H7,BSCODES,0)),"S","D")
Unfortunatly, any row that doesnt contain information automaticall
tells this to place a D in the cell. Is there a way to fix thi
formula to say if there there is no part number in H7, to not lis
either S or D
=IF(ISNUMBER(MATCH(H7,BSCODES,0)),"S","D")
Unfortunatly, any row that doesnt contain information automaticall
tells this to place a D in the cell. Is there a way to fix thi
formula to say if there there is no part number in H7, to not lis
either S or D