|
|
|
|
|
by proamdev123
984 days ago
|
|
The workaround for many to many relationships isn’t too hard. What you have to do is create another table containing unique values of items sold, and then make 1:many relationships from that table to the other two.
You can easily make the unique value table by copying and pasting all of the items sold into a single column on a new sheet, highlight them all, and then Data -> Drop Duplicates.
It’s a little annoying, but not hard. |
|