![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Text > MID |
MID(text, start_num, num_chars) |
| Returns the text string which is a substring of the given string. |
| text | The text string containing the characters you want to extract. | |
| start_num | The position of the first character you want to extract in text. | |
| num_chars | The number of characters you want to return. |
| REMARKS |
| If "num_chars" < 0, then #VALUE! is returned. | ||
| The first character in text has "start_num" 1, and so on. | ||
| There is also a MIDB() function which can be used with languages that use the double-byte character set. |
| EXAMPLES |
|
| Functions - M | Index - M | Text Manipulation | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |