Share via

Scatter plot showing beach profile

Anonymous
2012-04-11T03:46:36+00:00

i have a scatter plot showing cross section, (profile), of a beach with distance versus elevation. how do i calculate the area underneath the profile using excel? i know its b*h/2...but how do i do this?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2012-04-12T08:20:27+00:00

i have a scatter plot showing cross section, (profile), of a beach with distance versus elevation. how do i calculate the area underneath the profile using excel? i know its b*h/2...but how do i do this?

For a triangle, base*height/2 is the area. For a rectangle, base*height is the area.

The simplest approximation of area might be a set of rectangles defined by your data.

It's even simpler if one of the variables has equally-spaced values.

For more info, tell us more about the data (upon which the scatter plot is based).

-  Mike Middleton, www.TreePlan.com

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2012-04-12T03:30:58+00:00

    One way:

    Have the values of b in one column (say column B)

    Have the corresponding height values in another column (Perhaps column C)

    In an adjacent column use a cell forumula.  =B2*C2/2 then copy the cell formula down

    Was this answer helpful?

    0 comments No comments