Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . Open the file sealevel _ dataGMSL in excel.The dataset is contained in two columns. The first column contains date information. The first four
Open the file sealeveldataGMSL in excel.The dataset is contained in two columns. The first column contains date information. The first fourdigit number is the year. The following four decimal places represent a percentage of the year that has passed in days, falling approximately on the middle of each month Jan days x days January Feb days x days February Dec days x days December Aug days x days August The second column is the Global Mean Sea Level GMSL in millimeters, compared with the average level in Create a new column showing the month and the year in values that are easier to interpret: Create a new column to the right of GMSL and name it Year. Use the INT function to put the year portion of the Time column in your new column. To do this, type in the first cell under the header of the new column, and then double click the bottom right corner of the cell to apply the function to all of the cells in that column. Create a new column to the right for the fraction of the year. Title this column Fraction. To do this, insert a formula in the cell below the header in the new column which subtracts Year from Time: then apply the function to all of the cells in that column. Create a new column to the right called days which will convert the Fraction column to the number of days that have passed that year. To do this, Write a formula in the new column that multiplies the value in Fraction by Make sure that the value in the days column now matches the example values shown in step Reformat this column as Numbers, and reduce the number of decimal points shown until only the whole number is shown. The days column shows what is referred to as the Julian day. The chart on the following page will allow you to match Julian Date to the DayMonth format we are more used to Look at the chart and make sure you understand which date each number in the days column refers to Answer the questions below the chart. Julian Date Conversion Table What month and day does the number represent? What month and day does the number represent? How many years of data are represented in this dataset? There are several ways to find out. One way is to use the data filter. Go to the Data tab in the header, click Advanced, then select copy to another location and Unique records only. How many GMSL values in the dataset are negative? Use the COUNTIF function on your new worksheet to find out. Graph the data from a single year pick any year Create a scatter chart. Use the Days column for the x axis, and GMSL for the y axis. Make sure to title the chart with the year. Add a linear trendline to the chart. Do the values change over the course of the year? Repeat for two other random years. Fill out the table below:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started