Hi all,
So this one may be a bit confusing to explain so I'll try my best! I'm on O365.
I have a table, which will grow by rows as time goes on.
I also have a master list, that has a host of different numbers in it, with unique headers to identify what's in each column
From there, I have one final table that's my 'lookup'
Using the value in the ID3 column of 'eee', what I need is a formula that does the following
1. Checks what's in 'ID3' (eee), then looks up the 'lookup' to return a header (like a straight VLOOKUP) = 400 Range
2. Using the header, select the corresponding column of the 2nd table (like an INDEX MATCH) = 4th Column
3. Then, checks all the numbers in ID7 that exist to return the next highest number (like a MAX, maybe?) = 402
I can logically spell out how to do it, but for the life of me I can't figure out the correct syntax to get it to actually work.
Appreciate any and all help guys!
So this one may be a bit confusing to explain so I'll try my best! I'm on O365.
I have a table, which will grow by rows as time goes on.
ID1 | ID2 | ID3 | ID4 | ID5 | ID6 | ID7 | ID8 |
1 | 2 | aaa | bbb | ccc | ddd | 100 | 100 |
2 | 2 | eee | fff | ggg | hhh | 400 | 400 |
3 | 3 | iii | jjj | kkk | lll | 700 | 700 |
4 | 4 | eee | mmm | nnn | ooo | 401 | 401 |
I also have a master list, that has a host of different numbers in it, with unique headers to identify what's in each column
100 Range | 200 Range | 300 Range | 400 Range | 500 Range | 600 Range | 700 Range | 800 Range | 900 Range | 1000 Range |
100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000 |
101 | 201 | 301 | 401 | 501 | 601 | 701 | 801 | 901 | 1001 |
102 | 202 | 302 | 402 | 502 | 602 | 702 | 802 | 902 | 10 |
From there, I have one final table that's my 'lookup'
aaa | 100 Range |
eee | 400 Range |
iii | 700 Range |
Using the value in the ID3 column of 'eee', what I need is a formula that does the following
1. Checks what's in 'ID3' (eee), then looks up the 'lookup' to return a header (like a straight VLOOKUP) = 400 Range
2. Using the header, select the corresponding column of the 2nd table (like an INDEX MATCH) = 4th Column
3. Then, checks all the numbers in ID7 that exist to return the next highest number (like a MAX, maybe?) = 402
I can logically spell out how to do it, but for the life of me I can't figure out the correct syntax to get it to actually work.
Appreciate any and all help guys!