Forum Discussion
Kazi Hassan
Nov 15, 2018Copper Contributor
Combining IF and INDEX functions
Hi am trying to find out if I could index match with if the following : matching the invoice from production volume and match it to the delivery date to populate the sales according to the month
| Production Volume | Sales | ||||||||||||
| Invoice | Jan-18 | Feb-18 | Mar-18 | Apr-18 | Shipping | Consignment | Date Of Delivery | Invoice | Jan-18 | Feb-18 | Mar-18 | Apr-18 | |
| INV1525 | 100 | 100 | 300 | 150 | 60 | 30 | 01-Apr | INV1525 | FALSE | ||||
| INV1526 | 200 | 200 | 200 | 300 | 45 | 45 | 01-Apr | INV1526 | |||||
| INV1527 | 200 | 300 | 100 | 300 | 30 | 30 | 02-Mar | INV1527 | |||||
| INV1528 | 400 | 400 | 130 | 300 | 0 | 0 | 01-Jan | INV1528 |
1 Reply
- Detlef_LewinSilver Contributor
Hi
You have to change the data into a data set list (unpivot) and then create a Pivot table.