hello, i have done some searching and not found an answer yet
i am working on something that requires referencing to a different workbook for each day for 3 months (so 90 different workbooks).
now column A on every workbook will be my lookup value
each workbook has a different number of columns but the last column will always be a "total" coumn.
i want to pull the Total Coumn from each workbook refrencing to my lookup value to column A (i do not want all the rows in these workbooks, just the ones i want to refrence to)
i already know how to make the lookups to reach the needed workbooks, i just need to know how to get it to be the last cell with data in it, i am guessing it needs to be something that will count columns to use for the index
example:
reference workbooks:
Lookup match A B C Total
DG 0 1 1 2
D8 2 4 1 7
1B 0 2 0 2
C2 2 1 3 6
4T 4 0 2 6
results i need:
Lookup Value Day1 Day2
DG 2 4
1B 2 5
C2 6 6
i am working on something that requires referencing to a different workbook for each day for 3 months (so 90 different workbooks).
now column A on every workbook will be my lookup value
each workbook has a different number of columns but the last column will always be a "total" coumn.
i want to pull the Total Coumn from each workbook refrencing to my lookup value to column A (i do not want all the rows in these workbooks, just the ones i want to refrence to)
i already know how to make the lookups to reach the needed workbooks, i just need to know how to get it to be the last cell with data in it, i am guessing it needs to be something that will count columns to use for the index
example:
reference workbooks:
Lookup match A B C Total
DG 0 1 1 2
D8 2 4 1 7
1B 0 2 0 2
C2 2 1 3 6
4T 4 0 2 6
results i need:
Lookup Value Day1 Day2
DG 2 4
1B 2 5
C2 6 6