M
mp
Is there a way to lookup a value from a table of data that
corresponds to 2 variables?
For example, I have a data set organized like this:
(Name) (#)
Suzy 105
Bob 149
Jane 123
I know how to use vlookup to find "Suzy" in the data set
and report back the number in the column next to the name
identifier.
However, if I add another variable like this to the set:
(Location) (Name) (#)
Phoenix Suzy 105
Phoenix bob 149
Phoenix Jane 123
New York Suzy 136
New York Bob 187
New York Jane 99
Is there a way to look up "Suzy in Pheonix" and report back
the number? VLookup can't do this because it will find
two "Suzy"'s.
Thanks!
corresponds to 2 variables?
For example, I have a data set organized like this:
(Name) (#)
Suzy 105
Bob 149
Jane 123
I know how to use vlookup to find "Suzy" in the data set
and report back the number in the column next to the name
identifier.
However, if I add another variable like this to the set:
(Location) (Name) (#)
Phoenix Suzy 105
Phoenix bob 149
Phoenix Jane 123
New York Suzy 136
New York Bob 187
New York Jane 99
Is there a way to look up "Suzy in Pheonix" and report back
the number? VLookup can't do this because it will find
two "Suzy"'s.
Thanks!