Hi is possible to change the cells that contain specific value to another without the use of looping or extra code (is there any built in function in Excel)?
for example in Excel 2007 I have a range (A1:B3)
A B C
1 -1 56 100
2 100 45 1
3 34 -999 0
now I want to change the cells' value to 7 if it contains 100, so now our range becomes
A B C
1 -1 56 7
2 7 45 1
3 34 -999 0