SEARCH « Text functions « Microsoft Office Excel 2007 Tutorial

Home
Microsoft Office Excel 2007 Tutorial
1.Introduction
2.Editing
3.Format Style
4.Table
5.Chart
6.Formula
7.Workbook Worksheet
8.Wordart Clip Art Shape Picture
9.PivotTable PivotChart
10.Data Analysis
11.Macro ActiveX Add in
12.Security
13.Collaboration
14.Database functions
15.Date Time functions
16.Engineering functions
17.Information functions
18.Logical functions
19.Lookup Reference functions
20.Math Trigonometry functions
21.Statistical functions
22.Text functions
VBA / Excel / Access / Word
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Microsoft Office Excel 2007 Tutorial » Text functions » SEARCH 
22.20.SEARCH
22.20.1.SEARCH(find_text,within_text,start_num), SEARCHB(find_text,within_text,start_num) finds one text value within another (not case-sensitive)SEARCH(find_text,within_text,start_num), SEARCHB(find_text,within_text,start_num) finds one text value within another (not case-sensitive)
22.20.2.=SEARCH ("Birthday", A1)=SEARCH (
22.20.3.=SEARCH ("y??",A1) returns the first place where a y is followed by any two characters=SEARCH (
22.20.4.=SEARCH ("yo?",A1) returns the first place where yo is followed by any single character=SEARCH (
22.20.5.=SEARCH ("b*d",A1): the search pattern is the letter b, followed by any number of characters, followed by the letter d=SEARCH (
22.20.6.Search for the word Report and replaces those six characters it with the word Summary:Search for the word Report and replaces those six characters it with the word Summary:
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.