I'm not very clear with the euler's formula, and I couldn't find it anywhere. I'm sorry if it is a double post.
F + V - E = 2
Is the euler's formula.
If the equation balances, is it polyhedra all the time??
What if it was something like
5 vertices 11 faces and 14 edges??
What shape would it be??
Just because a triple of numbers $(V, E, F)$ satisfies $V + F - E = 2$, it won't automatically be the face vector of a polyhedron. For example, there's no polyhedron in $\Bbb R^3$ with face vector $(3, 4, 3)$, as there are no polyhedra with only $3$ vertices, at least $4$ are necessary. There are other inequalities constraining valid polytopes as well, although I can't think of any at the moment (things telling you that $V$ vertices can only be used to make so many faces, for example). These formulas are all necessary conditions a polyhedron must satisfy, generally they aren't sufficient to guarantee a polyhedron exists.
In the case of $(V, E, F) = (5, 14, 11)$ in particular, such a polyhedron can't exist. To maximize $F$, our polyhedron must have all triangular faces. In this case, each face must contain exactly $3$ edges, and each edge is contained in exactly $2$ faces, so that $F = \frac{2}{3}E$. Consequently every polytopes with $F$ faces and $E$ edges is subject to $F \leq \frac{2}{3} E$, but your numbers don't satisfy that inequality.
Bonus thoughts on Euler's Formula:
Euler's formula just tells you about a single combinatorial aspect of a polyhedron. It doesn't give you a full picture, combinatorially, and it certainly doesn't tell you all there is to know about the polyhedron 'geometrically'.
For example, start with a cube, whose f-vector is $(8, 12, 6)$ as it has $8$ vertices, $12$ edges, and $6$ faces. Now chop off a corner to obtain a new polyhedron with f-vector $(10, 15, 7)$. This polyhedron has an extra triangular face where the missing vertex was, $3$ additional edges, and $2$ new vertices. (This operation is known as truncation, specifically vertex truncation, as we can chop off edges, too).
If we want to chop off a corner of this new polyhedron, several things can happen.
We could chop off a vertex of the original that was connected to the missing vertex. We could chop off a vertex of the original cube that was directly opposite the missing vertex. We could chop off a vertex of the original cube that was neither adjacent to, nor opposite, our missing vertex. Finally, we could chop off one of our new vertices.
In all cases, we obtain a polytope whose f-vector is $(12, 18, 8)$, but could be any one of $4$ combinatorial equivalence classes of polyhedra. Euler's formula alone can't distinguish between them, however.
Going one step further, even if two polytopes are combinatorially equivalent (in the case of cutting off opposite corners of the cube, say), our resulting polytopes may not be geometrically equivalent, in this case depending on how 'deep' each of the cuts are.
So, Euler's formula is a powerful tool, absolutely! But there are many more degrees of freedom in a polyhedron, than just knowing how many vertices, edges, and faces there are.