Hi all, first post - be nice!
I'm trying to pull some data off of multiple sheets which are automatically generated each Sunday. The problem I have, the sheets are 250-285 rows long, and the columns grow every week (with trend information).
If I need to pull a specific bit of data, the titles in the rows aren't always in the same place.. If a category hasn't been sold, it won't appear in one sheet, but will be in another - pushing them 'out of whack' when compared.
Is there a way in which I could search for a word or phrase in a column, and the output be its row number? I can then use that in a HLOOKUP.
I can't use a VLOOKUP, as sometimes the weeks don't update or 1 is missed if there are no sales in that category - so I need to lookup both the week no., and the category I want to find.
So:
x 1 2 3 4 5 6 7
a
b
c
d
I would want to look up 5c, but the location of 5c isn't necessarily in the same place, row b might not be there, and 4 might be missing from the sequence..
I hope that makes some sense!!
Or - another possibility - it is possible for a VLOOKUP to return the last piece of data? So I could VLOOKUP the phrase I want, and it would return the farest right column, of farest -1 if I want a WoW comparison, etc.
I'm trying to pull some data off of multiple sheets which are automatically generated each Sunday. The problem I have, the sheets are 250-285 rows long, and the columns grow every week (with trend information).
If I need to pull a specific bit of data, the titles in the rows aren't always in the same place.. If a category hasn't been sold, it won't appear in one sheet, but will be in another - pushing them 'out of whack' when compared.
Is there a way in which I could search for a word or phrase in a column, and the output be its row number? I can then use that in a HLOOKUP.
I can't use a VLOOKUP, as sometimes the weeks don't update or 1 is missed if there are no sales in that category - so I need to lookup both the week no., and the category I want to find.
So:
x 1 2 3 4 5 6 7
a
b
c
d
I would want to look up 5c, but the location of 5c isn't necessarily in the same place, row b might not be there, and 4 might be missing from the sequence..
I hope that makes some sense!!
Or - another possibility - it is possible for a VLOOKUP to return the last piece of data? So I could VLOOKUP the phrase I want, and it would return the farest right column, of farest -1 if I want a WoW comparison, etc.