C
Ckana74
I have an excel file that was generated by another program.
the file has a column like theis
B1 200
B2 56
B3 -1
B4 10
B5 -1
B6 100
I want to be able to do the following
if the value is equal to -1 leave it alone if it is different from -1
then change the value to (value/5)
Please help...i would really appreciate it.
Thank you a lot
the file has a column like theis
B1 200
B2 56
B3 -1
B4 10
B5 -1
B6 100
I want to be able to do the following
if the value is equal to -1 leave it alone if it is different from -1
then change the value to (value/5)
Please help...i would really appreciate it.
Thank you a lot