Forum Discussion
markjoyus
Apr 26, 2021Copper Contributor
Vlookup find next
I need a function that will work like vlookup, but will return values from the next row in an array where the lookup_value recurs.
I have a table with a list of clients and their past appointments over a 6 month period. I'm trying to list each individual's appointments in a separate worksheet with the aid of a vlookup type function, or whatever function will do the job.
3 Replies
- SergeiBaklanDiamond Contributor
You may use INDEX/MATCH with MATCH()+1
- markjoyusCopper ContributorI'm using a PC/Windows 8.1 Office 365