C
CWatters
Can anyone help me understand why this give an "error in formula"...
=LEFT(Sheet1!E2,3)
The cell sheet1!E2 contains:
"GBR 23"
Ignore the " marks - the source cell format is set to general as is the cell
containing the function.
All I'm trying to do is truncate it to "GBR"
The gap between GBR and 23 may contain spaces and/or tabs if that matters.
Many thanks.
Colin
=LEFT(Sheet1!E2,3)
The cell sheet1!E2 contains:
"GBR 23"
Ignore the " marks - the source cell format is set to general as is the cell
containing the function.
All I'm trying to do is truncate it to "GBR"
The gap between GBR and 23 may contain spaces and/or tabs if that matters.
Many thanks.
Colin