accountinggeek
Technical User
I have a single table with over thirty columns of numeric data. The first column is a text description of the field I want to lookup. So as an example, I have:
ID Lookup_Value Return Value Quantity Cost
1 Quantity 100 100 80
1 Cost 80 100 80
2 Quantity 100 50 40
2 Cost 80 50 40
3 Quantity 100 60 30
3 Cost 80 60 30
As you can see, the return value(from dlookup) returns the same value over and over again.
What I want to see is the following:
ID Lookup_Value Return Value Quantity Cost
1 Quantity 100 100 80
1 Cost 80 100 80
2 Quantity 50 50 40
2 Cost 40 50 40
3 Quantity 60 60 30
3 Cost 30 60 30
Anyone out there that can help? Thanks
ID Lookup_Value Return Value Quantity Cost
1 Quantity 100 100 80
1 Cost 80 100 80
2 Quantity 100 50 40
2 Cost 80 50 40
3 Quantity 100 60 30
3 Cost 80 60 30
As you can see, the return value(from dlookup) returns the same value over and over again.
What I want to see is the following:
ID Lookup_Value Return Value Quantity Cost
1 Quantity 100 100 80
1 Cost 80 100 80
2 Quantity 50 50 40
2 Cost 40 50 40
3 Quantity 60 60 30
3 Cost 30 60 30
Anyone out there that can help? Thanks