(This is a follow up on another question Deriving the conditional distributions of a multivariate normal distribution.)
I struggle when I condition several variables on another. My question is how to find the distribution of: $(y_1, y_2|y_3)$ where \begin{align} Y &\sim MVN_3(μ, Σ) \\[5pt] \text{where } μ &= (0,0,0) \\[5pt] \text{ and covariance matrix is }Σ &= \begin{bmatrix}1 &\rho_{12} &\rho{13} \\ \rho_{12} &1 &\rho_{23} \\ \rho_{12} &\rho_{23} &1 \end{bmatrix} \end{align}
Can I use the same form as in the question above?
The other way would also be interesting: $(y_1|y_2, y_3)$...