Hello
I need code to check if a last character in a cell is an exclamation.
Example
B!
If the last character in a cell is an exclamation, I then need to multiply a range of cells below it by 0.0001.
(I'm changing values in the range from ppm to %)
Make this
B!
3
6
22
120
Look like this
B!
0.0003
0.0006
0.0022
0.0120
Thanks for any help
Tom
I need code to check if a last character in a cell is an exclamation.
Example
B!
If the last character in a cell is an exclamation, I then need to multiply a range of cells below it by 0.0001.
(I'm changing values in the range from ppm to %)
Make this
B!
3
6
22
120
Look like this
B!
0.0003
0.0006
0.0022
0.0120
Thanks for any help
Tom