0

Using Grouping (rows=X) and Columns within

Hi there,

I have a design issue which I do not know how to implement and I would like to see if anyone can help me?

A report needs to be created which shows, by item, what the outstanding sales are for an item but in a "matrix format". e.g.

Item A (Grouping)
Size S M L XL
Colour Black 50 100 75 22
Colour White 25 50 65 32

Item B (Grouping)
Size 32 34 36 38 40
Colour Black 50 100 75 11 16
Colour White 25 50 65 21 21



I am using Jet Essentials 2012 and have been told to place Item A as a Value with Rows=X so that the Size and Colours will be correct for the item. As you can see, we have different sizes for ladies and mens items.

So, the issues I have are:

1) For Size, I am using =(NL("Columns"…) so that the Sizes go across the page. For Item A, this works great (I do notice that when running the report, the first size, S, has the formula =NL("Columns"…) but for the other sizes, the are the text value e.g. M. The issue is for Item B, the first Size is correct (32) but the others are using the first item's sizes (M,L,XL). Also, the 5th size, 40, is not calculated. Can youplease tell me whther this is possible or where I am going wrong?


2) For the values, I am using =NL("Sum"…) and have filtered on the Size with a "$", i.e E$8 on the row. This is fine for the first item and picks up the right size for both Colours (S,M,L,XL) but the next item uses E$8 instead of the next Size set (32,34,36,38,40). When I take out the "$", the 2nd colour on Item A has #VALUE errors as it is checking cell E9 instead of E8. Can you please tell me what formula should be used? Is this possible?

Thanks again for any help and it is much appreciated.

Michael

3 comments

Please sign in to leave a comment.