M
matt.barton.uk
I've got a column of cells with a date and time separated
by a single space. I'm trying to delete the time.
The format is as follows
23-Apr-2006 20:00:00, This is stored as a text field.
I know that I can use the left function, but that gives me a small
issue and I have tried the following:
=srw.xls!G2+=LEFT(G2,FIND(" ",G2)-1)
The data is linked from another spreadsheet, but if I use a function to
shorten the field, it stays as a text field. Once the function is in
place, any link with the original data is lost.
How can I get around this?
In essance, I need to have an automatic updating field, linked to
another spreadsheet, that will only display the first 11 characters
whilst retaining the link to the original data source.
Thanks in anticipation.
by a single space. I'm trying to delete the time.
The format is as follows
23-Apr-2006 20:00:00, This is stored as a text field.
I know that I can use the left function, but that gives me a small
issue and I have tried the following:
=srw.xls!G2+=LEFT(G2,FIND(" ",G2)-1)
The data is linked from another spreadsheet, but if I use a function to
shorten the field, it stays as a text field. Once the function is in
place, any link with the original data is lost.
How can I get around this?
In essance, I need to have an automatic updating field, linked to
another spreadsheet, that will only display the first 11 characters
whilst retaining the link to the original data source.
Thanks in anticipation.