![]() |
#1
|
|||
|
|||
![]()
Hi.. Using Vlookup I can find the data I'm looking for in a sorted list. I then want to find the next occurrance of the same data so in effect I want my VLOOKUP table_array to be altered to start one row after where the original data was found. I may then want to find a third instance of the same data so the table_array range would need to start one row later again. Can you give me some pointers on how would I do this?
EG - If I use: =vlookup($a$1,Data!$A$1:$D$50,1,false) to find my target string and it finds it in the 'Data' sheet in row A27 how would I find the next occurrance without manually altering my function to =vlookup($a$1,Data!$A$28:$D$50,1,false)? (That is A27+1 so that it starts looking in the remainder of the table_array to find any other instances.) Thanks in advance. Last edited by pdab09; 11-18-2010 at 02:19 AM. Reason: Icons appeared in text! |
Tags |
table_array, variable, vlookup |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using Vlookup & IF together | thelauncher | Excel | 5 | 08-25-2013 11:32 PM |
how to make fields calculation variable according to the filter i use | duraid | Project | 0 | 09-09-2010 01:05 PM |
Share VBA variable in multiple templates | shameerau | Word VBA | 0 | 07-05-2010 08:37 PM |
Inputting variable data | axy | Word | 0 | 09-08-2009 04:50 PM |
![]() |
Ssendam | Excel | 1 | 07-16-2009 11:44 AM |