Im using the below to change a range of cells if the cell value = BH and do nothing if it doesnt.
What I would like to do is to colour the cell if it = BH rather than change the value. I know I can do it with a loop or conditional formatting but is there a way to adapt the code below to do it in one hit.
any help much appreciated
What I would like to do is to colour the cell if it = BH rather than change the value. I know I can do it with a loop or conditional formatting but is there a way to adapt the code below to do it in one hit.
VBA Code:
[d2:j53] = [if(d2:j53="BH","Bank",d2:j53)]
any help much appreciated