matching specific string

HWL

Active Member
Joined
Dec 1, 2009
Messages
462
Okay, I know how to use index(range,match(text,range,false),1) as a type of vlookup alternative but what I'm trying to do is look at a column and locate a specific string within the column that could be anywhere in the various cells of the column.

In theory, it would be like using index(range,match(search(text,range,1),range,false),1) but obviously that doesn't work.
Any ideas?
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
well I figured it out, wildcard, match(text&"*", range,0) however I have to make it work for Openoffice too and it seems OO doesn't like the wildcards -- I hate OO.
 
Upvote 0
thanks, but my business uses Excel and OO and I have to make my functions work with both.
 
Upvote 0
You might have better luck finding an Open Office answer in an Open Office forum, try here:

http://www.oooforum.org/

aH-HA!!! LibreOffice is the "fork" continuation of the original concept of OO. There is a big drama about all of this, but suffice it to say, the best on-going FREE development is in LibreOffice, built on the OO core but with improvements such as:

  • Basic macro interoperability
  • autofilter more like Excel
  • Delete like Excel instead of confirmation box.
<CITE>www.libreoffice.org</CITE>
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,728
Members
452,939
Latest member
WCrawford

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top