Hi,
I have the array formula:
=IFERROR(INDEX('Balance Sheet New'!$C$7:$C$55,MATCH(1,--(COUNTIF($E$5:E5,'Balance Sheet New'!$C$7:$C$55)=0),)),"")
Which shows unique entries from a list on the sheet "Balance Sheet"
Is there any way I can in which I can restrict it further to only include numbers which are 6 charters in length only?
e.g. the list:
113000
22.1
22.2
234200
0
210000
Would become:
113000
234200
210000
Paul
Bookmarks