Shakeable_Drip
Board Regular
- Joined
- May 30, 2023
- Messages
- 52
- Office Version
- 365
- Platform
- Windows
I'm familiar with Vlookup and prefer index/match and sometimes find/is number/search.
Not sure this is possible but my data is a single column 2K+lines and I'd like to search "targeted" portions of it.
"Why?" the data and variables are repeated, so index and match will hit the top most result in the column. not great if I want anything below that
The data is inconsistent so I am unable to use something like "index-match"XXX"plus 5 rows below.
What I'd like to do is target a search range and search for the value between that.
Something like Index and match "XXX" (top end of range, this is a unique value)
Index and match "ZZZ" (criteria is "ZZZ" MUST be below "XXX"---"ZZZ" is a NOT unique value)<-- I think this can be don't but I don't know what "relative" searching might be called to google it
Index and match "YYY" (range="XXX" to "ZZZ"---"YYY" is the thing I need)
Vocabulary to google and tutorial pages are welcome, in the below I need to find the number beside "eggs"
Not sure this is possible but my data is a single column 2K+lines and I'd like to search "targeted" portions of it.
"Why?" the data and variables are repeated, so index and match will hit the top most result in the column. not great if I want anything below that
The data is inconsistent so I am unable to use something like "index-match"XXX"plus 5 rows below.
What I'd like to do is target a search range and search for the value between that.
Something like Index and match "XXX" (top end of range, this is a unique value)
Index and match "ZZZ" (criteria is "ZZZ" MUST be below "XXX"---"ZZZ" is a NOT unique value)<-- I think this can be don't but I don't know what "relative" searching might be called to google it
Index and match "YYY" (range="XXX" to "ZZZ"---"YYY" is the thing I need)
Vocabulary to google and tutorial pages are welcome, in the below I need to find the number beside "eggs"
index = 1 |
thing 86 |
stuff 72 |
bread 0 |
brickbrack 96 |
end |
index = 2 |
eggs 12 |
thing 5 |
stuff 10 |
brickbrack 9 |
end |
index = 3 |
thing 15 |
stuff 27 |
brickbrack 55 |
end |