I have a situation where I need to find/lookup values buried in a field. I was thinking that a reverse of FINDSERIES would work great here, but I’m not sure how to pull it off. In the attachment I’ve provided a example and a detailed description of what i want to do. Take a look and let me know if you can offer any insight.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
reverse FINDSERIES (v2003 sp2)
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » reverse FINDSERIES (v2003 sp2)
- This topic has 9 replies, 3 voices, and was last updated 17 years, 1 month ago.
AuthorTopicWScchambers@work
AskWoody LoungerApril 28, 2008 at 7:52 pm #450560Viewing 0 reply threadsAuthorReplies-
WSsdckapr
AskWoody Lounger -
WScchambers@work
AskWoody LoungerApril 28, 2008 at 8:59 pm #1107153I was able to recreate the formula in my test environment using book1, but I’m still struggling with the actual application of the formula in my full production file. For some reason, it returns the header (REM#) instead of the actual value. But beyond that, I’m not sure how to accomodate this to return every iteration of where the value appears. The formula that you provided will only return the first iteration of where the event appears. What to do when it’s there more than once and refers to 2 or more different tickets? thanks.
-
WSHansV
AskWoody Lounger -
WSHansV
AskWoody Lounger -
WSsdckapr
AskWoody LoungerApril 28, 2008 at 11:45 pm #1107194You can add this function to a module:
Option Explicit Function RevFindSeries(vValue, rngAll As Range, _ iCol As Integer, Optional sSep As String = ", ") Dim rCell As Range Dim rng As Range On Error GoTo ErrHandler Set rng = Intersect(rngAll, rngAll.Columns(1)) For Each rCell In rng If InStr(rCell.Value, vValue) 0 Then _ RevFindSeries = RevFindSeries & sSep & _ rCell.Offset(0, iCol).Value Next rCell If RevFindSeries = "" Then RevFindSeries = CVErr(xlErrNA) Else RevFindSeries = Right(RevFindSeries, Len(RevFindSeries) - Len(sSep)) End If ErrHandler: If Err.Number 0 Then RevFindSeries = CVErr(xlErrValue) End Function
And then use a line like:
=revfindseries(A3,Sheet2!$B$2:$B$6,-1)It is a minor modification of my VlookupAll function from post 395,235. You can look at what the options are there as well as looking on how you could modify others. I modified it to use a “contains” rather than an exact match…
Steve
-
WScchambers@work
AskWoody LoungerApril 30, 2008 at 6:28 pm #1107470Sorry for the delay in the response. I just now getting back into this to take a look at the original resolution using the array. When I use the array in the sample file, the formula works correctly. I’ve tried to incorporate this back to my original full file and found a strange scenario. The formula only returns the header [REM#], the first cell of the column. Does this make any sense to you?
{=INDEX(Sheet2!A:A,MIN(IF(ISNUMBER(FIND(A3,Sheet2!$B$2:$B$6)),ROW(Sheet2!$B$2:$B$6))))}
{=INDEX(REMEDY!B:B,MIN(IF(ISNUMBER(FIND(D6,REMEDY!$C$2:$C$4000)),ROW(REMEDY!$C$2:$C$4000))))}
-
WSsdckapr
AskWoody Lounger -
WScchambers@work
AskWoody LoungerApril 30, 2008 at 8:31 pm #1107487Okay, I can see that, but the problem that I have in fully understanding this is that this shouldn’t be a case issue because the fields that we are looking at contain numbers, not text. Also, I expect to see results because the number that I am looking for is there. I’m attaching a sample where I’ve incorporated the array and came back with the header. Do you think it might be having a problem because the field is too large?
-
WSsdckapr
AskWoody LoungerApril 30, 2008 at 10:34 pm #1107505In O2 try this:
=INDEX(REMEDY!B:B,MIN(IF(ISNUMBER(SEARCH(D2,REMEDY!$C$2:$C$4000)),ROW(REMEDY!$C$2:$C$4000))))The lookup in column D should match the row you are looking up in (you had D3 in cell O2)
Also manual calculation is entered so you must hit to get the result to show after copying the formula.
Steve
-
-
-
-
Viewing 0 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Lost sound after the upgrade to 24H2?
by
Susan Bradley
8 hours, 1 minute ago -
How to move 10GB of data in C:\ProgramData\Package Cache ?
by
Alex5723
8 hours, 56 minutes ago -
Plugged in 24-7
by
CWBillow
16 hours, 18 minutes ago -
Netflix, Apple, BofA websites hijacked with fake help-desk numbers
by
Nibbled To Death By Ducks
21 hours, 9 minutes ago -
Have Copilot there but not taking over the screen in Word
by
CWBillow
18 hours, 18 minutes ago -
Windows 11 blocks Chrome 137.0.7151.68, 137.0.7151.69
by
Alex5723
2 days, 12 hours ago -
Are Macs immune?
by
Susan Bradley
10 hours, 21 minutes ago -
HP Envy and the Function keys
by
CWBillow
1 day, 20 hours ago -
Microsoft : Removal of unwanted drivers from Windows Update
by
Alex5723
2 hours, 23 minutes ago -
MacOS 26 beta 1 dropped support for Firewire 400/800
by
Alex5723
2 days, 23 hours ago -
Unable to update to version 22h2
by
04om
8 hours, 4 minutes ago -
Windows 11 Insider Preview Build 26100.4482 (24H2) released to Release Preview
by
joep517
3 days, 7 hours ago -
Windows 11 Insider Preview build 27881 released to Canary
by
joep517
3 days, 7 hours ago -
Very Quarrelsome Taskbar!
by
CWBillow
2 days, 17 hours ago -
Move OneNote Notebook OFF OneDrive and make it local
by
CWBillow
3 days, 20 hours ago -
Microsoft 365 to block file access via legacy auth protocols by default
by
Alex5723
3 days, 9 hours ago -
Is your battery draining?
by
Susan Bradley
8 hours, 42 minutes ago -
The 16-billion-record data breach that no one’s ever heard of
by
Alex5723
8 hours, 42 minutes ago -
Weasel Words Rule Too Many Data Breach Notifications
by
Nibbled To Death By Ducks
4 days ago -
Windows Command Prompt and Powershell will not open as Administrator
by
Gordski
2 hours, 27 minutes ago -
Intel Management Engine (Intel ME) Security Issue
by
PL1
3 days, 8 hours ago -
Old Geek Forced to Update. Buy a Win 11 PC? Yikes! How do I cope?
by
RonE22
3 days, 1 hour ago -
National scam day
by
Susan Bradley
2 days, 7 hours ago -
macOS Tahoe 26 the end of the road for Intel Macs, OCLP, Hackintosh
by
Alex5723
3 days, 4 hours ago -
Cyberattack on some Washington Post journalists’ email accounts
by
Bob99
5 days, 1 hour ago -
Tools to support internet discussions
by
Kathy Stevens
3 days, 13 hours ago -
How get Group Policy to allow specific Driver to download?
by
Tex265
4 days, 16 hours ago -
AI is good sometimes
by
Susan Bradley
5 days, 8 hours ago -
Mozilla quietly tests Perplexity AI as a New Firefox Search Option
by
Alex5723
4 days, 22 hours ago -
Perplexity Pro free for 12 mos for Samsung Galaxy phones
by
Patricia Grace
6 days, 8 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.