J
Jim SWS
I have a small array of part numbers, descriptions and
costs that I have exported from a text.file that came from
an inventory report. The text.file is in a report format
for printing. It's the only choice I have from MAS 90.
The part numbers and descriptions I can lookup, however
the costs are on the next row. Is there away to offset the
Vlookup to pickup the data from the 7th column and one row
down.
For example =VLOOKUP(C9,partcost,7,FALSE)returns the data
from G993 and I need the data from G994 . I've tried using
Offset without any luck.
C9 is reading the part number.
The data looks likes this.
G993 Part number, Description, , , , ,empty
G994 blank1,blank2,blank3,blank4,blank5,blank6,Cost
I just know it can be done..
Thanks in advance.
Jim
costs that I have exported from a text.file that came from
an inventory report. The text.file is in a report format
for printing. It's the only choice I have from MAS 90.
The part numbers and descriptions I can lookup, however
the costs are on the next row. Is there away to offset the
Vlookup to pickup the data from the 7th column and one row
down.
For example =VLOOKUP(C9,partcost,7,FALSE)returns the data
from G993 and I need the data from G994 . I've tried using
Offset without any luck.
C9 is reading the part number.
The data looks likes this.
G993 Part number, Description, , , , ,empty
G994 blank1,blank2,blank3,blank4,blank5,blank6,Cost
I just know it can be done..
Thanks in advance.
Jim