Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am look to do an Offset of something like a offset. I level data in
column "A" and Part Number in Column "B". What I need to do is look at the level data for "1, 2, 3, 4, ets." Then lookup the table for the first value that is equal to data -1 and report out the Part Number from its column "B". Data A B 1 P1 2 P2 3 P3 3 P4 4 P5 Results A B C 0 P 1 P1 P 2 P2 P1 3 P3 P2 3 P4 P2 4 P5 P4 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare Cell Values, Offset(-1,0), Offset(-1,-1), and xlFillDefaul | Excel Worksheet Functions | |||
Compare Cell Values, Offset(-1,0), Offset(-1,-1), and xlFillDefaul | Excel Programming | |||
Find, Copy offset to offset on other sheet, Run-time 1004. | Excel Programming | |||
select offset (variable ,1) to offset(variable ,variable) | Excel Programming | |||
Problem with Range.Cells.Offset and Range.Cells( row + offset, column) | Excel Programming |