Hi Brett,
Thanks for the quick repsonse but I don't think I am doing something right. My sales data starts in cell F11 and goes down the column. So I went to column G, inserted a blank column and typed in the following
=RIGHT(F11,LEN(F11-2)) and the cell then displays #Value!
So then I thought I should have been in cell F11 so I did that and got a circular formula error!
Then I removed the first columns so that the USD data was in A col and tried both B1 and A1. Still with no success.
Where am I going wrong?
Thks
Gayle :)
Main Topics
Browse All Topics





by: brettdjPosted on 2003-12-03 at 01:33:05ID: 9865327
Hi Gayle
You can remove the first two characters with a formula such as
=RIGHT(A1,LEN(A1-2))
if your first sales data cell was A1.
Then copy the formula down or accross to convert the other cells
Cheers
Dave