sushilchandi
New Member
- Joined
- Mar 31, 2013
- Messages
- 5
Hi ,
I need help adding numbers after a slash in multiple columns
For eg
<tbody>
</tbody>
So i need the total of 1.01+21.11+100.12+1.00 = 123.24 in the last col
I can do this using vba but was wondering if this can be done WITHOUT vba.
Will appreciate all your help
I need help adding numbers after a slash in multiple columns
For eg
1/1.01 | 65/21.11 | 100/100.12 | 45/1.00 | Sum= 123.24 |
<tbody>
</tbody>
So i need the total of 1.01+21.11+100.12+1.00 = 123.24 in the last col
I can do this using vba but was wondering if this can be done WITHOUT vba.
Will appreciate all your help