windycity_SP500
New Member
- Joined
- Feb 6, 2020
- Messages
- 2
- Office Version
- 2007
- Platform
- Windows
Similar to this link(reference the bottom)- I am trying to return multiple corresponding values with two look up conditions, horizontally, in one row. Then I can apply it down other rows.
Not sure how to go about this- I have been stuck for days. I provided a sample below:
What I need is here:
Based on Name and ID shown below, I need to fetch the corresponding qty for those look up conditions. For instance, Joe with ID 'A', should output QTY 66 and 4.
I am able to return such value for one condition, but that isn't the result I need. Any help would be greatly appreciated. Thank you!
Not sure how to go about this- I have been stuck for days. I provided a sample below:
ID | Name | Qty |
---|---|---|
A | Clark | 9 |
a | Ann | 11 |
p | Bob | 50 |
p | Bob | 65 |
a | Joe | 66 |
o | Ty | 4 |
A | Joe | 4 |
b | Joe | 80 |
What I need is here:
Based on Name and ID shown below, I need to fetch the corresponding qty for those look up conditions. For instance, Joe with ID 'A', should output QTY 66 and 4.
Name | ID | qty | qty | qty | qty | qty | qty | qty | etc… |
---|---|---|---|---|---|---|---|---|---|
Joe | a | ||||||||
bob | B |
I am able to return such value for one condition, but that isn't the result I need. Any help would be greatly appreciated. Thank you!