markgoolsbay
New Member
- Joined
- Aug 24, 2017
- Messages
- 4
Hello,
I want to apply a formula that searches a range modified by another formula. For instance, if you had a column with some unimportant two-character prefix and you wanted to perform a VLOOKUP on the 5 trailing characters, is there a way to do so without first creating a separate column using the formula, =MID(text, 3, 5) ?
It would look something like this... =VLOOKUP( D1, MID(A:A,3,5) , 2 , FALSE)
A:A being the cells with the extra 2 character prefix, MID(A:A,3,5)being your modified range, and D1 being the matching cell after all cells in A:A range are trimmed.Thanks!
Mark
I want to apply a formula that searches a range modified by another formula. For instance, if you had a column with some unimportant two-character prefix and you wanted to perform a VLOOKUP on the 5 trailing characters, is there a way to do so without first creating a separate column using the formula, =MID(text, 3, 5) ?
It would look something like this... =VLOOKUP( D1, MID(A:A,3,5) , 2 , FALSE)
A:A being the cells with the extra 2 character prefix, MID(A:A,3,5)being your modified range, and D1 being the matching cell after all cells in A:A range are trimmed.Thanks!
Mark