Calculate how many posts and sections a fence needs for a given total length.
Calculate how many posts and sections a fence needs for a given total length.
The total fence length is divided by your chosen post spacing to get the number of sections, and one extra post is added since a fence with n sections always needs n+1 posts (one at each end plus every point in between).