Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Where is the Instr() function in Excel 2003?

Previous version of MS Excel had string function called Instr() which
returned the numerical position of a substring. I use it quite frequently but
I can't find it in Microsoft Excel 2003. Was it removed? Why?

The Instr() string function is still in Access 2003, so why wouldn't it
still be in Excel 2003.

Terry H
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 98
Default Where is the Instr() function in Excel 2003?

Hi Chem21

Try:

=Find("Find_String","In_String","Start Number")

Thanks,

Simon

chem21 wrote:
Previous version of MS Excel had string function called Instr() which
returned the numerical position of a substring. I use it quite frequently but
I can't find it in Microsoft Excel 2003. Was it removed? Why?

The Instr() string function is still in Access 2003, so why wouldn't it
still be in Excel 2003.

Terry H


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200610/1

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Where is the Instr() function in Excel 2003?

Hi Terry,

AFAIK, the Instr() function was available in VBA only, and it still is.
Use the FIND() function in a worksheet

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"chem21" wrote in message ...
| Previous version of MS Excel had string function called Instr() which
| returned the numerical position of a substring. I use it quite frequently but
| I can't find it in Microsoft Excel 2003. Was it removed? Why?
|
| The Instr() string function is still in Access 2003, so why wouldn't it
| still be in Excel 2003.
|
| Terry H


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 751
Default Where is the Instr() function in Excel 2003?

Terry,
sometimes the Worksheet functions used in Excel have the same name as
those used in VBA (e.g. MID). Sometimes they have slightly different
names (e.g. RAND in Excel, Rnd in VBA). It can also happen that a
symbol is a function in Excel (MOD(5, 2)) and an operator in VBA (e.g.
5 Mod 2)

VBA Instr is served by FIND() and SEARCH(). They have identical syntax.
FIND is case sensitive and SEARCH is case-insensitive.

Does this help?
Kostis Vezerides

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need some comments on my Utility_Move class module. jchen Excel Worksheet Functions 0 August 21st 06 07:05 PM
WHERE IS THE INTERPOLATION FUNCTION IN EXCEL 2003 Cooper Excel Worksheet Functions 3 March 20th 06 03:39 PM
Excel 2003, Insert Function, create full name & descriptions cybersurfer Excel Worksheet Functions 0 July 14th 05 05:13 PM
WHY WAS THE CONVERT FUNCTION DROPPED IN EXCEL 2003??? dan Excel Worksheet Functions 2 May 5th 05 06:03 AM
CHR() function not working in Excel 2003 Richard Jonas Excel Discussion (Misc queries) 4 February 16th 05 08:45 AM


All times are GMT +1. The time now is 12:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"