C
Carrie
Hi,
I have created a formula that looks up some data I need.
The formula is as follows:
=IF(ISERROR(VLOOKUP(+A11,EEFData_XLSReport'!
$A$989:$I$1094,8,FALSE)),0,VLOOKUP(+A11,EEFData_XLSReport'!
$A$989:$I$1094,8,FALSE))
This formula works fine; however, the information I'm
pulling from the table to another spreadsheet is sorted by
year and 3 subcategories in each year. This means that
each time I need to update the tables to the current
month's information, I have to go to each individual
formula and tell it what section of data to use as its
table. This takes me about 30 minutes. I would like to
be able to have my formula automatically narrow the
table's range based on the year and subcategory . Does
anybody know of a way to do this?
Thanks,
Carrie
I have created a formula that looks up some data I need.
The formula is as follows:
=IF(ISERROR(VLOOKUP(+A11,EEFData_XLSReport'!
$A$989:$I$1094,8,FALSE)),0,VLOOKUP(+A11,EEFData_XLSReport'!
$A$989:$I$1094,8,FALSE))
This formula works fine; however, the information I'm
pulling from the table to another spreadsheet is sorted by
year and 3 subcategories in each year. This means that
each time I need to update the tables to the current
month's information, I have to go to each individual
formula and tell it what section of data to use as its
table. This takes me about 30 minutes. I would like to
be able to have my formula automatically narrow the
table's range based on the year and subcategory . Does
anybody know of a way to do this?
Thanks,
Carrie