Hard copy is hard copy.You can read it , experiment it , prepare notes and lot. So why read online samples when you can own a full copy for less than 4$ .Email [email protected]  to buy hard copy of the same. If you think the excel book can be improved please email the author at [email protected]
 

Home

You want to split MA12345-890 in to MA12345 and 890?

 

First let’s try to understand the problem. Lets say you have a data something like ‘MA12345-890’ and you want to split the same in to two columns one column will have ‘MA12345’ and the other column will have ‘890’.  Before we get in to how we can approach the problem we need to understand a very important formula ‘MID’. Below figure ‘MID in action’ explains in detail how ‘MID’ function works. ‘MID’ takes three arguments original text, start and how many characters to extract from the original text. MID extracts a string from a given string using the start position and number of characters from that position. For instance if we have a string ‘Shivprasad’ , we can tell the ‘MID’ function please extract string from position ‘1’ to and ‘4’ characters from position ‘1’. ‘MID’ will then give us ‘Shiv’ as output.  Below figure ‘MID in action’ explains the same in a more pictorial format.

Figure: - MID in action

To solve the above problem we need to follow four steps and use three functions:-

You can see from the below figure how we have successfully extracted both data in to two different columns.

 

Figure: - MID, LEN and FIND in action

Hard copy is hard copy.You can read it , experiment it , prepare notes and lot. So why read online samples when you can own a full copy for less than 4$ .Email [email protected]  to buy hard copy of the same. If you think the excel book can be improved please email the author at [email protected]
 

Home

Hosted by www.Geocities.ws

1