• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Formula Forensics 003

I've tried it and somehow it's slower than using the two arrays as I mentioned before, one for listing and one for removing duplicates.


It's a really hard one
 
1. You can keep sheet calculation in "Manual" mode. And then calculate sheet as and when needed i.e. when you want to see updated data. This wouldn't slow down the sheet during work / data input.


2. You can also try pivot table but it will require few more steps every time to adjust the data / filters.


3. Using VBA is also possible but then you need to run the code to get updated data.
 
Ok I'll see if I can code it somehow. Thank you. Going back to the formulas issue, I'm struggling with this formula that I use to remove the duplicates:


=IFERROR(INDEX(List1,MATCH(0,COUNTIF($K$13:K17,List1),0)),"")


Somehow it doesn't recognize cells that begin with the character <, such as "<b>Blablabla(1)</b>


Does anyone know how i could make it pick up this category?
 
Back
Top