Hi, what i am trying to do is save the following formula as a text file:
=IF(Sheet1!A3="","","00"&","&Sheet1!A3&","&"FLOOR"&","&TEXT(Sheet1!B3,"DD/MM/YYY")&","&TEXT(Sheet1!B3,"DD/MM/YYY")&","&Sheet1!D3&","&Sheet1!E3&",")
But when I do it comes out like this:
"00,18111,FLOOR,12/05/2006,12/05/2006,0900,0103,"
Rather than like this:
00,18111,FLOOR,12/05/2006,12/05/2006,0900,0103,
Which is exactly how i need it becasuse the program i am trying import it into will only read it with a comma on the end and without the "
I have found that if i copy the contents of the cell into notepad first and then save it as a text file the program will import it with no problem.
Any ideas?!
Cheers