Forum Discussion
Returning value based on a text list
- Jul 10, 2017
Hello,
You can use the Vlookup function for this. Consider the following screenshot:
The account list in columns E and F shows which team an account belongs to.
When an account is entered into cell A2, the formula in B2 looks up that account in column E and returns the team name from column F
The formula, as seen in the formula bar is
=VLOOKUP(A2,$E$2:$F$14,2,FALSE)
The formula can then be copied down.
Hello,
You can use the Vlookup function for this. Consider the following screenshot:
The account list in columns E and F shows which team an account belongs to.
When an account is entered into cell A2, the formula in B2 looks up that account in column E and returns the team name from column F
The formula, as seen in the formula bar is
=VLOOKUP(A2,$E$2:$F$14,2,FALSE)
The formula can then be copied down.