The N and O are NOT next to each other , the I is directly before the D and the letters EEE are NOT together( 2 E's can be together).
Here's what i tried to do but got stuck
N O together A= 12!2!/ 3! I Before D B= 12!/ 3! EEE together C= 11!
n= A + B + C - |A ∩ B| - |A ∩ C| - |B ∩ C| + |A ∩ B ∩ C|
then i tried to change |B| since we need its complement to do Total - n
so |B| = 13!-12!\over 3!
Then when i try to do A ∩ B it gets complicated. I just need to know if theres an easier way of approaching this.
Since the $I$ is directly before the $D$, we can regard those two as a single element $\fbox{$ID$}$ throughout.
Then there are 12 elements, 3 identical, giving $\frac{12!}{3!}$ basic permutations. However a certain number are forbidden, which are those containing $\fbox{$NO$}$, $\fbox{$ON$}$ and $\fbox{$EEE$}$. These arise in $\frac{11!}{3!}$, $\frac{11!}{3!}$ and $10!$ ways, with $2\cdot9!$ arrangements having both problems.
By inclusion-exclusion we get the final count of $$\frac{12!}{3!} - 2\frac{11!}{3!} - 10! + 2\cdot9!$$