robertdseals
Active Member
- Joined
- May 14, 2008
- Messages
- 337
- Office Version
- 2010
- Platform
- Windows
Hello,
I would like to combine row() with a vlookup. So, if my data set looked like:
a b c
1 Apple
2 Banana
and down on row 17 I had
17 Apple
I would want to put in a formula that would be something similar to:
=row(vlookup(A17,A1:A2,1,0)) that would vlookup "apple" in cells A1 - A2 and return the row number that it is on. Any ideas?
I would like to combine row() with a vlookup. So, if my data set looked like:
a b c
1 Apple
2 Banana
and down on row 17 I had
17 Apple
I would want to put in a formula that would be something similar to:
=row(vlookup(A17,A1:A2,1,0)) that would vlookup "apple" in cells A1 - A2 and return the row number that it is on. Any ideas?