Hi Toppers
The columns side of that works perfectly, but there seems to be a problem
with the row side.
the result brings up Sheet 2 col A listing all of the row headings twice
regardless of whether they are listed as TRUE or FALSE, but it only lists a
column heading in Sheet 2 col B where FALSE is actually found in the data
source. so it ends up looking like this;
A B
1 Row Col
2 Sales
3 Sales
4 Costs
5 Costs Mar
6 Total
7 Total
my
vb is not good enough to spot what is working correctly on the column
aspects of the code that needs to be applied to the row aspects so the result
ends up looking like this;
A B
1 Row Col
2
3
4
5 Costs Mar
6
7
once again, really appreciate your help on this
jb