:: Home / Resources / Excel Homework

Courtyard Medical Project 3 Excel ACP 3

tutor

Expert Tutors

correct

Correct Answers

process

Step-by-Step Solutions

24hours

24/7 Assistance

Excel Homework

Courtyard Medical Project 3 Excel ACP 3

By: DoMyOnlineClassforMe.org

Updated: December 2, 2024

Category: Excel Homework


Steps to complete this project:

Mark the steps as checked when you complete them.

  1. Open the CourtyardMedical_Project3-Excel-ACP-3 start file. If the workbook opens in Protected View, click the Enable Editing button so you can modify it.
  2. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor.
  3. Build a COUNTIF formula. 
    1. Select cell J4 on the Billing sheet and start a COUNTIF function [Statistical category]. 
    2. Select cells F4:F33 for the Range argument and type < > with no space between the symbols as the criteria. The < > criteria finds cells that are not empty. If you type the formula, enclose the symbols within quotation marks. 
  4. Create a SUMIFS formula. 
    1. Select cell J5 and start a SUMIFS function [Math & Trig category] with cells $E$4:$E$33 as the Sum_range argument. 
    2. Select the department name column for Criteria_range1. Remember that argument ranges must have the same dimension. 
    3. For Criteria1, type bar* for the Bariatric department. If you prefer to type the formula, you must include quotation marks around the criteria. 
    4. Select the billing date column for Criteria_range2
    5. For Criteria2, type <=1/1/23 to select dates in 2022. If you type the formula, include quotation marks and the ending parenthesis.
  5. Copy and edit a SUMIFS formula. 
    1. Copy the formula in cell J5 to cell J6
    2. Edit the Criteria1 argument in cell J6 to select the Cardiology department. 
    3. Edit the Criteria_range2 argument to refer to the values in the Date Paid column. 
    4. Edit the Criteria2 argument to find dates after 2022. 
    5. Format cells J5:J6 as Currency with zero decimal places. 
  6. Apply formats to cells in the Billing sheet. 
    1. Merge & Center cells I3:J3.
    2. Set the font size for the merged cell to 16 pt.
    3. Select cells A3:G33 and apply a single solid Outline border.
    4. Place a solid vertical border between columns and a dashed style horizontal border between rows. 
    5. Place a solid single bottom border for cells A3:G3
  7. Determine and build an IF formula using dates. 
    1. Select cell G4 and build a formula to subtract the invoice date from the date paid. The first result is 95 days.
    2. Copy the formula to cells G5:G7 and note the issue when there is no paid date. 
    3. Undo the copy task.
    4. Delete the formula in cell G4 and start an IF formula [Logical category]. 
    5. For the Logical_test argument, build the subtraction formula (from step 7.a) followed by >=0. The logical_test is that the result of the subtraction (the number of days) is greater than or equal to zero, that it is not a negative result. 
    6. For the Value_if_true argument, show the subtraction formula. When the result of the subtraction is greater than zero, the subtraction is carried out and the result displays. 
    7. For the Value_if_false argument, type a space. This displays as an empty cell. When the result is a negative number, the cell displays as blank. 
    8. Copy the formula to cells G5:G33 and preserve the borders. 
  8. Nest XMATCH and INDEX to display the department name for a physician. The INDEX formula looks through cells A3:G33 to find the name that matches data in cell I11 and displays the corresponding department name. 
    1. Select cell I13, start an INDEX formula [Lookup & Reference category], and choose the first argument list.
    2. Select cells A3:G33 for the Array argument to identify the entire range of data. 
    3. For the Row_num box, nest an XMATCH function to lookup cell I11 in the D3:D33 array. 
    4. Nest a second XMATCH function for the Column_num argument to lookup cell I12 in the A3:G3 array (Figure 1).
    5. Select cell I11 and type Esom
  9. Nest UNIQUE and SORT to display a list of physician names. 
    1. Select cell L4 and start a SORT function. 
    2. Nest a UNIQUE function for the Array argument and select the physician names without the header. The results spill to display the list. 
    3. Select the physician names in column D and replace pelz with Adams.
    4. Select cell A2 (Figure 2).
  10. Group and format worksheets. 
    1. Browse the data on the Calls1 and Calls2 worksheets. These sheets track data for two weeks. 
    2. Group the Calls1 and Calls2 sheets.
    3. Apply the Center Across Selection command to cells A2:H3
    4. Fill the day names to reach Sun
    5. From the Page Setup dialog box, change the page orientation to Landscape
    6. From the Page Setup dialog box, add a footer that displays the sheet name in the center section. 
    7. Ungroup the sheets.
  11. Copy and rename a worksheet. 
    1. Copy the Calls1 sheet to the end. 
    2. Name the copied sheet as Consolidated
    3. Format the tab color for the Consolidated sheet as Red, Accent 5, Darker 50%
  12. Create a static data consolidation. 
    1. Delete the contents of cells B6:H13 on the Consolidated sheet. 
    2. Consolidate the data in cells B6:H13 using the Sum function. 
  13. Insert a picture in a worksheet. 
    1. Select cell C15 in the Consolidated sheet and insert the CMPLogo downloaded from the Resources link. 
    2. Change the image Color to Washout in the Recolor group. 
    3. Position the top left corner of the image in cell A1 and set the shape height to 1”
    4. Position the image so that its top and bottom borders are visible. 
    5. Select cell A15.
    6. Save the workbook (Figure 3). 
  14. Build a custom template workbook.
    1. Copy the Billing sheet to the end of the workbook and rename the copied sheet Billing Template.
    2. Hide the original Billing sheet and the Calls1Calls2, and Consolidated sheets. 
    3. Delete columns I:J. The names array moves to column J. 
    4. Delete the contents of cells A4:B33 and cells E4:F33. Cell formats and the formula remain.
    5. Cut cells D3:D33, right-click cell C3, and insert the cut cells to rearrange the columns. The physician’s name now precedes the department name. 
  15. Convert a dynamic array to a range and prepare lookup data.
    1. Select and copy cells J4:J17 to the Clipboard
    2. Select cell J4 and paste Values to convert the array to labels. Remove the moving border and select cell J4. Individual labels replace the array (look in Formula bar). 
    3. Sort cells C4:D33 by physician name in ascending order. 
    4. Type the department name for each physician in column K by referring to columns C:D (Figure 4). 
  16. Create a data validation list. 
    1. Delete the contents of cells C4:D33
    2. Select cells C4:C33 and create a data validation list using the physician names in column J
    3. Test your data validation list and choose any name for cell C4. 
  17. Build an XLOOKUP formula to display the department name. 
    1. Select cell D4 and start an XLOOKUP formula. 
    2. Lookup the label in C4 and use absolute references to the lookup and return arrays. Note that both arrays have the same dimension. 
    3. Copy the formula to reach cell D33 and preserve borders. When there is no entry in column C, the standard #N/A error message displays. 
  18. Nest an IFERROR formula for the XLOOKUP function. 
    1. Select cell D4 and click after the = sign in the Formula bar. 
    2. Type ife and insert IFERROR
    3. Click after the closing parenthesis and type a comma ( , ) to move to the value_if_error argument for IFERROR. The value argument is the XLOOKUP function. 
    4. Type " and press Spacebar, type " for the closing quotation mark, and type ) for the closing parenthesis (Figure 5). This argument will display a blank cell instead of the standard error message. 
    1. Copy the edited formula in cell D4 to row 33 and preserve borders.
  19. Insert check box form controls.
    1. Insert a row at row 2 and set its height at 48
    2. Type Administered By? in cell B2 including the question mark and set the font size to 16
    3. Insert a check box form control in cell D2.
    4. Edit the label to display CMP, include 3-D shading for the control, and turn off its Locked property. 
    5. Copy the control, paste the copy in cell F2, and edit the label to Carrier
    6. Move the copied control to cell E2. Select both controls and align them. Fine-tune the position of the controls as needed. 
    7. Uncheck a control that has been accidentally checked.
  20. Check accessibility and add alt text. 
    1. Check accessibility for the worksheet.
    2. Add alt text for the logo image that says This logo includes addresses, phone, and web site information. including the period. 
    3. Hide columns J:K.
    4. Delete names in column C, if any, that you entered to complete the sheet. 
  21. Unlock cells and protect the sheet. 
    1. Unlock cells A5:C34 and cells E5:F34. Cells with formulas remain locked.
    2. Select cell A5.
    3. Protect the worksheet without a password. Allow all cells to be selected and allow columns and rows to be formatted. 
    4. Save the template worksheet (Figure 6). 
  22. Complete the billing template by completing the data shown in Figure 7. 
    1. Select the Carrier checkbox form control to select it.
    2. Enter the following data starting in row 5. You need not type currency symbols because the column is formatted.
 

Invoice ID

Date

Physician

Department

Amount

Date Paid

5

CMP0035

4/1/2024 

Greenfield

Emergency

$325.00 

5/8/2024 

6

CMP0036

5/3/2024 

Ruhl

Maternity

$275.00 

6/7/2024 

Save the workbook, and close it.

 

Get Your Answers Here

You Might Also Find Helpful

Browse All


Get Your Online Class Answers & Homework Help - Quick and Easy!

Post Your Question Here