P
Presto
In Access 2003 to get a word before the " / " from Smith/Jones you use
the following code:
IIf([Team1] Is Null,"",Left([Team1],InStr([Team1],"/")-1))
What would the equivalent of this in an Excel spreadsheet? I want to have
the field blank if there is no data in the field.
the following code:
IIf([Team1] Is Null,"",Left([Team1],InStr([Team1],"/")-1))
What would the equivalent of this in an Excel spreadsheet? I want to have
the field blank if there is no data in the field.