Stilll struggling with accounts - almost makes me want to quit doing anything!!
however, point is when I download csv and open in exel here is an example of 1 line ::
column A = 9/15/13 0:38
column B = Order Fee
column C = 9808139
column D = -0.29305 (~US $-0.49)
obviously can't work with column D like that!
Thanks!
Comments
I added some spaces to see if it will show
column D looks like this -0.29305 (~ < sp an class='price'>US $-0.49 < / sp an >)
all of that symbols and all is in column D
=TRIM(LEFT(#,(LEN(#)-13)))
The # should be replaced with column D cell reference (D1 for example) in each row.
This should, in theory at least , remove the (~US $-0.49) and give you a numerical value you can work with.