happyhungarian
Board Regular
- Joined
- Jul 19, 2011
- Messages
- 242
- Office Version
-
- 365
- Platform
-
- Windows
I was wondering if there is a way to have a vlookup (or some other formula) to take information from a row that's X number of rows away from the value you're looking up. Example: my data source spits out information in the following format (all of this would be in column A for example):
Customer 1
Cumulative
Incremental
Customer 2
Cumulative
Incremental
If I want to do a vlookup for Customer 2's Incremental data is there a way to have the formula find "Customer 2" but then take the information from 2 rows after? Obviously I can't just vlookup "incremental" because it would take Customer 1's data. I thought about adding a second column with just the "Customer 2" portion repeating down the side and then using the Sumproduct formula to do a 2-criteria lookup but I really need to avoid adding a second column.
Thanks for the help as always
Jesse
Customer 1
Cumulative
Incremental
Customer 2
Cumulative
Incremental
If I want to do a vlookup for Customer 2's Incremental data is there a way to have the formula find "Customer 2" but then take the information from 2 rows after? Obviously I can't just vlookup "incremental" because it would take Customer 1's data. I thought about adding a second column with just the "Customer 2" portion repeating down the side and then using the Sumproduct formula to do a 2-criteria lookup but I really need to avoid adding a second column.
Thanks for the help as always
Jesse