G
Guest
H
I have a list of data in Sheet1! Column A (rows 5 to 10000) that has the formula.......=Suburb!K5, K6, K7 et
All cells in the column are not always populated with data, but I need the formula to reach the 10000 th row, because in some instances I have 10000 entries in the suburb sheet
In column A I have many duplicates, what I have done is use this formula in col B to remove the duplicates
=IF(COUNTIF($A$5:A5,A5)=1,A5,""
This works ok, but takes forever, I then need to sort the unique entries, but again this takes forever as it always looks to the whole range (A5:A10000
Is there a way to set the formula up to only look at non blank cells and can I also sort the non blank cells
Thanks for any hel
Geron
I have a list of data in Sheet1! Column A (rows 5 to 10000) that has the formula.......=Suburb!K5, K6, K7 et
All cells in the column are not always populated with data, but I need the formula to reach the 10000 th row, because in some instances I have 10000 entries in the suburb sheet
In column A I have many duplicates, what I have done is use this formula in col B to remove the duplicates
=IF(COUNTIF($A$5:A5,A5)=1,A5,""
This works ok, but takes forever, I then need to sort the unique entries, but again this takes forever as it always looks to the whole range (A5:A10000
Is there a way to set the formula up to only look at non blank cells and can I also sort the non blank cells
Thanks for any hel
Geron