W
Walter3
Originally posted by Walter3
Hi Alan
I am using a standard worksheet format. One spreedsheet is my materia
use on a job ( item, description, Quantity ) the other is a list of al
items ( item, description, items used ) I can use vlookup to lookup i
one spreedsheet, that works well. I need it to be able to open close
spreedsheets to give me a total item used for a YTD report so i kno
how much items used.
ex
VLOOKUP(A2,'C:\[john.XLS]ESTSHEET'!$A:$D,4,true)+VLOOKUP(A2,'C:\[tony.XLS]ESTSHEET'!$A:$D,4,true)
Etc......
Can [tony.xls] be substituted by a *.xls to eliminate all the + sign
or is there a beter way and how do i do it. I am a beginner.
How can this be done to lookup the data in closed workbooks.
I don't want to open all of them to get a total ( I need to find ou
YYTD report of all items
Hi Alan
I am using a standard worksheet format. One spreedsheet is my materia
use on a job ( item, description, Quantity ) the other is a list of al
items ( item, description, items used ) I can use vlookup to lookup i
one spreedsheet, that works well. I need it to be able to open close
spreedsheets to give me a total item used for a YTD report so i kno
how much items used.
ex
VLOOKUP(A2,'C:\[john.XLS]ESTSHEET'!$A:$D,4,true)+VLOOKUP(A2,'C:\[tony.XLS]ESTSHEET'!$A:$D,4,true)
Etc......
Can [tony.xls] be substituted by a *.xls to eliminate all the + sign
or is there a beter way and how do i do it. I am a beginner.
How can this be done to lookup the data in closed workbooks.
I don't want to open all of them to get a total ( I need to find ou
YYTD report of all items