Pulling value from another line item in the same module
Hi
I have an Emp List. An employee can have 2 records in the list (the 2nd one with an extension ABC OR). I need to pull the values of the 2nd record in another line item of the 1st record. Could you please suggest how to show the values in Red below? Thanks
Is ABC OR? | Projected sales | ABC OR Sales | |
John Doe | Y | 1000 | 520 |
John Doe ABC OR | 520 | ||
Roger Federer | 1200 | ||
Rafael Nadal | 1400 | ||
Serena Williams | Y | 2100 | 1200 |
Serena Williams ABC OR | 1200 | ||
Maria Sharapova | 2500 | ||
Venus Williams | Y | 1400 | 700 |
Venus Williams ABC OR | 700 |
Tagged:
1
Best Answer
-
I have an idea to solve this problem,
- Create one line item (call it 'Modified Name") which will concatenate the name and "ABC OR" and show that for every list item (Text formatted).
- Create another line item (Found ABC OR ,Emp List formatted ) which which will use Finditem(Emp List, Modified Name). So it will show "John Doe ABC OR" in cell corresponding to "John Doe"
- ABC OR Sales :- Use lookup > Projected Sales[Lookup:Found ABC OR] . It'll bring sales of John Does ABC OR in John Doe's ABC OR Sales
I hope it helps.
Thanks!
-Shubham
1
Answers
-
That works, thank you
0