mimitan
Technical User
- Dec 17, 2004
- 34
I have a a Price Column that has data as this:
Reg Price
---------
2/5.00
2/1.00
3/10.00
10/1.00
I can not do any calculation using this column. As a result I want to see if there is a way for me to split the data into 2 column as this
Reg Price Unit Price
--------- ---- -----
2/5.00 2 5.00
2/1.00 2 1.00
3/10.00 3 10.00
10/1.00 10 1.00
Thanks
Reg Price
---------
2/5.00
2/1.00
3/10.00
10/1.00
I can not do any calculation using this column. As a result I want to see if there is a way for me to split the data into 2 column as this
Reg Price Unit Price
--------- ---- -----
2/5.00 2 5.00
2/1.00 2 1.00
3/10.00 3 10.00
10/1.00 10 1.00
Thanks