KrazySmile
New Member
- Joined
- Jan 9, 2005
- Messages
- 34
hello every1
i need to search a value in a range ( A1:AN50 ) and return the value of the column next to it (in same row):
...|...A...|...B...|
.1|...5...|...7...|
.2|...7...|...3...|
.3|........|........|
.4|...3...|........|
i´ve come up with this formula:
A4 =VLOOKUP( 7; A1:AN50; ; FALSE )
i think this formula does what i want, but i cant find a way to tell to give back the value in next cell (the missing argument in formula)
apreciate the help|
Regards
Filipe Silva
i need to search a value in a range ( A1:AN50 ) and return the value of the column next to it (in same row):
...|...A...|...B...|
.1|...5...|...7...|
.2|...7...|...3...|
.3|........|........|
.4|...3...|........|
i´ve come up with this formula:
A4 =VLOOKUP( 7; A1:AN50; ; FALSE )
i think this formula does what i want, but i cant find a way to tell to give back the value in next cell (the missing argument in formula)
apreciate the help|
Regards
Filipe Silva