cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
marshmadness98
Level II

Going from Quarterly to Yearly averages

Hi! I have average water level elevation by quarter, but I am trying to get yearly averages. Is there a conditional statement or formula I could use to do this, even if every year doesn't have an even four quarters?

1 REPLY 1
txnelson
Super User

Re: Going from Quarterly to Yearly averages

If your quarterly water level elevation data is in a single column, then one can use Tables=> Summary to calculate the mean of the quarterly averages.
If your data are laid out with each quarter in a separate column, then you will need to create a new column that has the formula
mean(qt1,qt2,qt3,qt4),
where qt1-qt4 need to be replaced with the actual names of the columns have have the average data.
Jim

Recommended Articles