In order to extract the five-digit postal code from North Wales, PA, what is the correct function?

Correct
The correct syntax is =RIGHT(B2,5). The RIGHT function returns a set number of characters from the right side of a text string. B2 is the specified cell. And 5 is the number of characters to return.