For this project, you import data to complete the inventory worksheet for WearEver Accessories. You use Flash Fill to enter product codes and sort the data. You also filter data, work with an Excel table, prepare subtotals, build a PivotTable, and use Text functions.
[Student Learning Outcomes 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8]
Files Needed: WearEver-04.xlsx and WearEverText-04.txt (GP-E4-1) (Student data files are available in the Library of your SIMnet account.)
Completed Project File Name: [your initials] Excel 4-1.xlsx
Skills Covered in This Project
- Import a text file.
- Convert a table to a range.
- Use Flash Fill to complete data.
- Set conditional formatting.
- Use an AutoFilter.
- Create an Excel table.
- Add a field in a table.
- Use the Subtotal command.
- Create and format a PivotTable.
- Use the LEN function to count characters.
- Open the WearEver-04 workbook from your student data files and save it as [your initials] Excel 4-1.
- Import a text file.
- Select cell I3 on the Inventory sheet. Imported data will start one row below this location in cell I4.
- Click the From Text/CSV button [Data tab, Get & Transform Data group].
- Find and select the WearEverText-04.txt file from your student data files in the Import Data window.
- Click Import to open the preview window.
- Click the Delimiter arrow and choose Tab. The data preview in two columns.
- Click the Load arrow and select Load To.
- Select Existing worksheet (Figure 4-86).
- Verify that cell $I$3 displays as the location and click OK. The supplier name and phone number display in an Excel table.
- Convert a table to a range and format data.
- Close the Queries & Connections pane.
- Select cell I3.
- Click the Convert to Range button [Table Design tab, Tools group].
- Click OK in the message box to remove the query definition (Figure 4-87).
- Select cells I3:J3 and clear all [Home tab, Editing group].
- Select cells I4:J40 and clear formats [Home tab, Editing group].
- Format cells I4:J40 with Trebuchet MS from the Theme Fonts.
- Use the Format Painter button to copy formatting from cell H4 to cells I4:J4.
- AutoFit columns I:J.
- Select cells A1:J2 and click the launcher in the Alignment group [Home tab]. From the Horizontal list, choose Center Across Selection.
- Use Flash Fill to insert catalog codes.
- Insert a column between columns B and C.
- Type Catalog Code in cell C4.
- Type we001_rhb in cell C5 and press Enter.
- Type we002 in cell C6 and press Enter. Excel assumes the pattern and fills the column (Figure 4-88).
- AutoFit column C.
- Apply conditional formatting.
- Select cells F5:F40, the quantity in stock.
- Click the Conditional Formatting button [Home tab, Styles group].
- Click Highlight Cells Rules and select Less Than.
- Type 2 in the Format cells that are LESS THAN box.
- Click OK to accept the Light Red Fill with Dark Red Text format.
- Display and use AutoFilter arrows.
- Select cell A5 and click the Filter button [Data tab, Sort & Filter group].
- Click the AutoFilter arrow for the Supplier column.
- Deselect the (Select All) box to remove all the check marks.
- Select the Jennifer’s Closet box.
- Click OK. The data is filtered to show only records from one supplier (Figure 4-89).
- Copy the Inventory worksheet to the end and name the copy Markup. Set the tab color to Gold, Accent 4 (eighth column, first row). AutoFit columns as needed.
- Clear a filter and conditional formatting.
- Click the AutoFilter arrow for the Supplier column.
- Select Clear Filter from “Supplier.”
- Click the Filter button [Data tab, Sort & Filter group] to hide the AutoFilter arrows.
- Click the Conditional Formatting button [Home tab, Styles group].
- Select Clear Rules and select Clear Rules From Entire Sheet.
- Create an Excel table.
- Select cells A5 on the Markup sheet. The data range has a header row with a blank row above it, and there is a blank row below the data.
- Click the Format as Table button [Home tab, Styles group].
- Choose Gold, Table Style Medium 5 in the Table Styles gallery.
- Confirm the range ($A$4:$K$40) in the Create Table dialog box, that the My table has headers box is checked, and click OK.
- Select cells A4:K4 and change the Font Color to Black, Text 1, Lighter 5%.
- Select cells A4:K40 and apply All Borders.
- Select cell A5 and click the Table Name box [Table Design tab, Properties group].
- Type tblMarkup and press Enter.
- Add a calculated column to a table.
- Insert a column at column J.
- Type Markup in cell J4 and press Enter.
- Type = in cell J5 and click cell I5. The structured reference is @Retail].
- Type − for subtraction and click cell H5 (Figure 4-90).
- Press Enter to copy the formula.
- Press Ctrl+Home.
- Copy the Markup worksheet to the end and name the copy Subtotals. Set the tab color to Black, Text 1 (second column).
- Prepare for the Subtotal command.
- Select cell A5 on the Subtotals sheet. The records are sorted by the “Product ID” column.
- Click the Filter arrow for Supplier and sort in ascending order. The Product ID order is maintained within each supplier group.
- Click the Data tab. Note that the Subtotal button [Outline group] is grayed out because you cannot use the command in a table.
- Click the Convert to Range button [Table Design tab, Tools group] and click Yes. The formatting is now inconsistent.
- Select cells A4:L40 and click the arrow with the Fill Color button [Home tab, Font group].
- Choose No Fill.
- Complete the Subtotal command.
- Select cell A5 and click the Subtotal button [Data tab, Outline group].
- Click the At each change in arrow and choose Supplier.
- Click the Use function arrow and verify or choose Count.
- Check the Supplier box in the Add subtotal to area.
- Deselect any other selected fields in the Add subtotal to list (Figure 4-91).
- Click OK. A subtotal row displays at the bottom of each group and shows how many products are available from each supplier.
- Format the labels in cell J17, J26, and J43:J44 as right-aligned (Figure 4-92).
- Create a PivotTable.
- Click the Markup sheet tab and select cell A5.
- Click the PivotTable button [Insert tab, Tables group].
- Verify that the Table/Range is tblMarkup in the Create PivotTable dialog box and that the New Worksheet button is selected.
- Click OK. A blank PivotTable layout displays on a new sheet.
- Name the sheet PivotTable.
- Size and position the PivotTable Fields pane as needed.
- Add fields in a PivotTable.
- Select the Product box in the PivotTable Fields pane to place it in the Rows area.
- Select the Quantity box to place it in the Values area.
- Drag the Supplier field name into the Columns area.
- Format a PivotTable.
- Click the More button in the PivotTable Styles group [Design tab].
- Select Light Orange, Pivot Style Medium 7.
- Select the Banded Rows box [Design tab, PivotTable Style Options group].
- Select the Banded Columns box [Design tab, PivotTable Style Options group]
- Select cells A3:E4 and change the Font Color to Black, Text 1, Lighter 5%.
- Format cells A3:E4 as bold.
- Click the Field Headers button [PivotTable Analyze tab, Show group] to hide the filter arrows (Figure 4-93).
- Use the LEN function to count characters.
- Select the CatalogPrep sheet tab and click cell D5.
- Click the Text button [Formulas tab, Function Library group] and select LEN.
- Select cell B5 for the Text argument.
- Click OK. The first result is 19.
- Copy the formula in cell D5 to cell E5.
- Copy cells D5:E5 to reach row 40.
- Select cell F5.
- Build a formula to add cells D5, E5, and 2 as specified in the text box.
- Copy the formula in cell F5 to reach row 40.
- Save and close the workbook (Figure 4-94).
Do you need help with this assignment or any other? We got you! Place your order and leave the rest to our experts.
