Tagged Questions
1
vote
1answer
933 views
Vim: Fuzzy file search comparable to Sublime Text 2's?
I've tried FuzzyFinder, ⌘+T, and Ctrl+P (which is my finder of choice right now), but none hold a candle to Sublime Text 2. For example, I want to type:
Head.php
and have it find, among others:
...
3
votes
3answers
2k views
EXCEL 2010 Check if sub string value in cell match with other string from range of cells
I am stuck with this one from hours.
I have range with cells with string values:
A1 text1
A2 text2
An text3
And other column with other string values like:
B1 text1sampletext
...