Sorting data according to format

W

Wombat

Hi!

Is it possible to 'autofilter' a list according to the format of the cells?
Alternatively, could I create a new list with all the relevant lines of data
(eg. only cells that are bold would be included) and none of the irrelevant
cells?

Thanks for any help :)
 
D

David Biddulph

No.
Only by VBA, unless the formatting is (or could have been) by conditional
formatting, in which case you can filter by the condition which gives rise
to the format.
 
Top