Hi,
I have a column with tha following datas:
4*
7
9*
12
3
I need to devide all numbers by the total of two column data:
4* ---> 4 / (4+9)
7 ---> 7 / (4+9)
9* ---> 9 / (4+9)
12 ---> 12/ (4+9)
3 ---> 3 / (4+9)
How can I formulate this.
Urgent please, immidiate replies will be highly appreciated.
Thanks a lot inadvance
I have a column with tha following datas:
4*
7
9*
12
3
I need to devide all numbers by the total of two column data:
4* ---> 4 / (4+9)
7 ---> 7 / (4+9)
9* ---> 9 / (4+9)
12 ---> 12/ (4+9)
3 ---> 3 / (4+9)
How can I formulate this.
Urgent please, immidiate replies will be highly appreciated.
Thanks a lot inadvance