Step 1: Find the sum of all numbers from 1 to 100.
The numbers 1 to 100 form an AP with first term 1, last term 100, and 100 terms. Using \(S=\frac{n}{2}(a+l)\):
\[ S = \frac{100}{2}(1+100) = 50\times101 = 5050 \]
Step 2: Find the sum of multiples of 3 up to 100.
The multiples of 3 up to 100 are \(3,6,9,\ldots,99\), an AP with common difference 3. The number of terms is \(\frac{99}{3}=33\).
\[ S_3 = \frac{33}{2}(3+99) = \frac{33}{2}\times102 = 33\times51 = 1683 \]
Step 3: Find the sum of multiples of 5 up to 100.
The multiples of 5 up to 100 are \(5,10,\ldots,100\), with \(\frac{100}{5}=20\) terms.
\[ S_5 = \frac{20}{2}(5+100) = 10\times105 = 1050 \]
Step 4: Remove the multiples of 3 and the multiples of 5 from the total.
The numbers that are not divisible by 3 and not divisible by 5 are found by taking every multiple of 3 and every multiple of 5 out of the total sum:
\[ \text{Required sum} = 5050 - 1683 - 1050 = 2317 \]
Options (A) 2946 and (B) 2732 do not match this computation, and option (C) 2632 comes from a different way of combining the two sets, which is not what this question is asking for.
Final Answer:
The required sum is 2317.
\[ \boxed{2317} \]