Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is the current code I am using:
x = 2 Do Until Cells(x, 1).Value < "" Cells(x, 5).Value = "IF(LOOKUP F2,'SORTING CRITERA'!B:B)=F2,LOOKUP(F2,'SORTING CRITERA'!B:B,'SORTING CRITERA'!A:A),0)" x = x + 1 Loop I am looking for the function to change relative to the current row...right now in row 2 it is correct, but I would like the Lookup to change to F3 in row 3, F4 in row 4 ect... Any suggestions?? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Syntax for stopping a Do Loop? | Excel Discussion (Misc queries) | |||
Loop in a loop syntax | Excel Programming | |||
VBA Loop Case..If syntax | Excel Programming | |||
loop syntax | Excel Programming | |||
"Loop until" syntax question | Excel Programming |