Setting patterns

B

Brisbane Rob

I have to regularly print a three page list and I set a pattern on ever
third row to make it easier to read across the page. Now I want t
filter it so only rows which meet certain criteria are shown and som
will be hidden. This upsets the 'every third row' concept.

Any ideas on how I can achieve this?

Thanks
 
B

Bryan Hessey

You could use a helper column that uses the criteria to determine tha
the row should be hidden or printed and Filter on the non-hidden rows.

Such a formula could be (say) testing column B, set in column E, set
in E1, and in E2 the formula:

=IF(B2="NO","H"&E1,1+MOD(RIGHT(E1),3))

dragged down to the end of your data.

filtered by Custom, Does Not Begin with H

Hope this helps

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top