subject

GO16_XL_CH02_GRADER_2E_HW - Plants 1.2 Project Description:
In the following project, you will edit a worksheet detailing the current inventory of plants at the Pasadena facility.
Instructions:
For the purpose of grading the project you are required to perform the following tasks:
Step Instructions Points Possible
1 Start Excel. Download and open the file named
go16_xl_ch02_grader_2e_hw. xlsx. 0.000
2 To the right of column B, insert two new columns
to create new blank columns C and D. By using
Flash Fill in the two new columns, split the data in
column B into a column for Item # in column C and
Category in column D. Be sure that Item # and Category
display as the column headings, and then delete column B. 8.000
3 By using the Cut and Paste commands, cut column C
—Category—and paste it to column H, and then delete
the empty column C. Apply AutoFit to columns A:G. 2.000

4 In cell B4, insert a function to calculate the Total Items in
Stock by summing the Quantity in Stock data, and then
apply Comma style with zero decimal places to the result. 8.000
5 In the appropriate cell in the range B5:B8, insert functions
to calculate the Average, Median, Lowest, and Highest
retail prices, and then apply the Accounting Number Format
to each result. 10.000
6 Move the range A4:B8 to the range D4:E8, apply the 40% -
Accent4 cell style to the range, and then select columns
D:E and AutoFit. 3.000
7 In cell C6, type Statistics and then select the range C4:C8.
From the Format Cells dialog box, merge the selected cells,
and change the text Orientation to 25 Degrees. Format cell
C6 with Bold, a Font Size of 14 pt. In cell C6 change the Font
Color to Blue-Gray, Text 2. Apply Middle Align and Align Right. 16.000
8 In the Category column, replace all occurrences of Vine
Roses with Patio Roses. 2.000
9 In cell B10, use the COUNTIF function to count the number
of Specialty plant types in the Category column. 4.000
10 In cell H13, type Stock Level. In cell H14, enter an IF function
to determine the items that must be ordered. If the Quantity in
Stock is less than 50, the Value_if_true is Order. Otherwise the
Value_if_false is OK. Fill the formula down through cell H42. 5.000
11 Apply Conditional Formatting to the Stock Level column so
that cells that contain the text Order are formatted with Bold
Italic and with a Font Color of Green, Accent 6. Apply
Conditional Formatting to the Quantity in Stock column by
applying a Gradient Fill Green Data Bar. 8.000
12 Format the range A13:H42 as a Table with headers, and
apply the style Table Style Light 20. Sort the table from A
to Z by Item Name, and then filter on the Category column
to display only the Specialty types. 11.000
13 Display a Total Row in the table, and then in cell A43, sum
the Quantity in Stock for the Specialty items. Type the result
in cell B11. Click in the table and remove the total row from
the table. Clear the Category filter. 10.000
14 Merge & Center A1 across columns A:H and apply the Title
cell style. Merge & Center A2 across columns A:H, and apply
the Heading 1 cell style. Change the theme to Mesh, and then
select and AutoFit all the columns. 8.000
15 Set the orientation to Landscape. From the Page Setup dialog
box, center the worksheet Horizontally, and set row 13 to repeat
at the top of each page. Display the Print Preview. Apply the
Fit All Columns on One Page setting. Insert a custom footer in
the left section with the file name. 5.000
16 Save the file and close Excel. Submit the file as directed. 0.000
Total Points 100.000

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 08:40
1. the program must provide following functions to extract some statistics. note that the data_list parameter specified in these functions may be the same for all functions or different for different functions—that is your choice. a skeleton file is provided on mirmir. a) open_file()prompts the user to enter a year number for the data file. the program will check whether the year is between 1990 and 2015 (both inclusive). if year number is valid, the program will try to open data file with file name ‘year.txt’, where is the year. appropriate error message should be shown if the data file cannot be opened or if the year number is invalid. this function will loop until it receives proper input and successfully opens the file. it returns a file pointer and year. i. hint: use string concatenation to construct the file name b) read_file(fp)has one parameter, a file pointer read. this function returns a list of your choosing containing data you need for other parts of this project. c) find_average(data_list) takes a list of data (of some organization of your choosing) and returns the average salary. the function does not print anything. hints: i. this is not the average of the last column of data. it is not mathematically valid to find an average by finding the average of averages—for example, in this case there are many more in the lowest category than in the highest category. ii. how many wage earners are considered in finding the average (denominator)
Answers: 1
question
Computers and Technology, 23.06.2019 02:50
Define a class named movie. include private fields for the title,year, and name of the director. include three public functions withprototypes void movie: : settitle(cstring); , voidmovie: : setyear(int); , void movie: : setdirector(string); . includeanother function that displays all the information about a movie.write a main() function that declares a movie object namedmyfavoritemovie. set and display the object's fields.this is what i have but know its wrong since it will notcompile: #include#includeusing namespace std; //class declarationclass movie{private: string movietitle ; string movieyear; string directorname; public: void settitle(string title); void setyear(string year); void setdirector(string director); void displayinfo(); }; //class implementationvoid movie: : settitle(string title){ movietitle = title; cout< < "what is the title of themovie? "< > temp; myfavoritemovie.settitle(temp); cout< < "enter movie year"< > temp; myfavoritemovie.setyear(temp); cout< < "enter director'sname"< > temp; myfavoritemovie.setdirector(temp); //display all the data myfavoritemovie.displayinfo(); system("pause"); return 0; this code is not entirely mine someone on cramster edited my firstcode but then i try manipulating the new code and i still get acompile error message : \documents\visual studio 2008\projects\movie\movie\movie.cpp(46) : error c2679: binary '< < ' : no operator found which takes aright-hand operand of type 'std: : string' (or there is no acceptableconversion)c: \program files (x86)\microsoft visual studio9.0\vc\include\ostream(653): could be'std: : basic_ostream< _elem,_traits> & std: : operator< < > (std: : basic_ostream< _elem,_traits> & ,const char *)w
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
Barbara is interested in pursuing a career in the science and math pathway. which qualifications will her reach that goal? a.an advanced knowledge of physics and math b.an advanced knowledge of engineering and math c. an advanced knowledge of physics and robotics an d. advanced knowledge of machinery and math
Answers: 2
question
Computers and Technology, 24.06.2019 13:00
Ais a built in formula in spread spread a is any math process such as addition or subtraction. options are function and operation
Answers: 1
You know the right answer?
GO16_XL_CH02_GRADER_2E_HW - Plants 1.2 Project Description:
In the following project, you wil...
Questions
question
World Languages, 18.10.2020 01:01
question
History, 18.10.2020 01:01
question
Mathematics, 18.10.2020 01:01
Questions on the website: 13722363