So if you have $N \sim \mathrm{Poisson}(\lambda)$ or $N \sim \mathrm{Binomial}(n,p)$ I'm curious about the convolution $$X = \sum_{i=1}^N X_i$$ (where $X_i \sim \mathrm{Normal}(\mu, \sigma)$ and $X=0$ if $N=0$) I guess alternatively this is the compound distribution $$\mathrm{Normal}(N\cdot\mu, \sqrt{N}\cdot\sigma)$$ but that's not much more help.
Another way to think about this, if you know the number of customers entering a bank in a day is determined by a binomial distribution, and the amount they each deposit/withdraw is a normal distribution, what is the distribution for the amount deposited/withdrawn in a day (not just the EV)?