Pages

Wednesday 10 August 2011

Left Function

 
To extract the characters from a text string based on the no of character specify from left
Syntax
LEFT(text,num_chars)
 BCD
8NamesFirst NameFormula
9Rajeev SharmaRajeev=LEFT(B9,FIND(" ",B9)-1)
10Rohit BansalRohit=LEFT(B10,FIND(" ",B10)-1)
11Amit shrivastavaAmit=LEFT(B11,FIND(" ",B11)-1)
Find function which is used with left finds the space and returns the position of space

No comments:

Post a Comment