Quantcast
Channel: Active questions tagged worksheet-function - Super User
Viewing all articles
Browse latest Browse all 918

How to Autoincrement the Column index number by dragging VLOOKUP formula down

$
0
0

I need to drag a Vlookup down and have the Column index number in to increase by 1 every row I drag it down.

So for example:Row 1:

IF(VLOOKUP(A2,'Jan 2024'!$D:$BP,**35**,0)<=0,"IGNORE",VLOOKUP(A2,'Jan 2024'!$D:$BP,**35**,0))

I need row 2 to be:

IF(VLOOKUP(A3,'Jan 2024'!$D:$BP,**36**,0)<=0,"IGNORE",VLOOKUP(A3,'Jan 2024'!$D:$BP,**36**,0))

The bold 35 is what I need to autoincrement just like how the A2 becomes A3 for the lookup value Autoincrements. Any ideas on how I can do this?


Viewing all articles
Browse latest Browse all 918

Trending Articles