In cell B3, insert the SUMIF function to calculate the total orders for Austin (cell B1). Use appropriate mixed references to the range argument to keep the column letters the same. Copy the function to the range C3:D3. 7 In cell B4, insert the AVERAGEIF function to calculate the average number of days for shipments from Austin (cell B1). Use appropriate mixed references to the range argument to keep the column letters the same. Copy the function to the range C4:D4. 8 9 Now you want to focus on shipments from Houston where the order was greater than $1,000. In cell C7, insert the COUNTIFS function to count the number of orders where the Airport Code is IAH (Cell D1) and the Order Total is greater than $1,000. In cell C8, insert the SUMIFS function to calculate the total orders where the Airport Code is IAH (Cell D1) and the Order Total is greater than $1,000. 10 In cell C9, insert the MAXIFS function to return the highest order total where the Airport Code is IAH (Cell D1) and the Order Total is greater than $1,000. 11

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%
**Instructions for Calculating Order Data Using Excel Functions**

**Task 7**  
- **Objective:** Calculate the total orders for Austin.
- **Action:** In cell B3, use the `SUMIF` function to find the sum of total orders for Austin (reference to cell B1).
- **Method:** Use mixed references to maintain column consistency when copying.
- **Copy Function:** From B3 to the range C3:D3.

**Task 8**  
- **Objective:** Calculate the average number of days for shipments from Austin.
- **Action:** In cell B4, use the `AVERAGEIF` function to determine the average.
- **Method:** Use mixed references to keep column letters stable.
- **Copy Function:** From B4 to the range C4:D4.

**Task 9**  
- **Objective:** Analyze shipments from Houston with orders exceeding $1,000.
- **Specific Focus:** Examine orders from Houston.

  - **Order Counting:**
    - **Action:** In cell C7, use the `COUNTIFS` function.
    - **Criteria:** Airport Code in IAH (referencing cell D1) and Order Total over $1,000.

**Task 10**  
- **Objective:** Calculate total orders where the Airport Code is IAH and Order Total exceeds $1,000.
- **Action:** In cell C8, apply the `SUMIFS` function for these criteria.

**Task 11**  
- **Objective:** Identify the highest order total for IAH with Order Total more than $1,000.
- **Action:** In cell C9, implement the `MAXIFS` function to find this maximum value.

These instructions detail how to set up various Excel functions to efficiently analyze shipment order data using conditional criteria, focusing on utilizing mixed references for dynamic data manipulation.
Transcribed Image Text:**Instructions for Calculating Order Data Using Excel Functions** **Task 7** - **Objective:** Calculate the total orders for Austin. - **Action:** In cell B3, use the `SUMIF` function to find the sum of total orders for Austin (reference to cell B1). - **Method:** Use mixed references to maintain column consistency when copying. - **Copy Function:** From B3 to the range C3:D3. **Task 8** - **Objective:** Calculate the average number of days for shipments from Austin. - **Action:** In cell B4, use the `AVERAGEIF` function to determine the average. - **Method:** Use mixed references to keep column letters stable. - **Copy Function:** From B4 to the range C4:D4. **Task 9** - **Objective:** Analyze shipments from Houston with orders exceeding $1,000. - **Specific Focus:** Examine orders from Houston. - **Order Counting:** - **Action:** In cell C7, use the `COUNTIFS` function. - **Criteria:** Airport Code in IAH (referencing cell D1) and Order Total over $1,000. **Task 10** - **Objective:** Calculate total orders where the Airport Code is IAH and Order Total exceeds $1,000. - **Action:** In cell C8, apply the `SUMIFS` function for these criteria. **Task 11** - **Objective:** Identify the highest order total for IAH with Order Total more than $1,000. - **Action:** In cell C9, implement the `MAXIFS` function to find this maximum value. These instructions detail how to set up various Excel functions to efficiently analyze shipment order data using conditional criteria, focusing on utilizing mixed references for dynamic data manipulation.
### Shipping Statistics

#### General Statistics
- **AUS (Austin)**
  - # of Shipments: [Data Missing]
  - Total Order Value: [Data Missing]
  - Average # of Days: [Data Missing]

- **DFW (Dallas/Fort Worth)**
  - # of Shipments: [Data Missing]
  - Total Order Value: [Data Missing]
  - Average # of Days: [Data Missing]

- **IAH (Houston)**
  - # of Shipments: [Data Missing]
  - Total Order Value: [Data Missing]
  - Average # of Days: [Data Missing]

#### Houston (IAH) Orders Over $1,000
- **Number of Orders Shipped:** [Data Missing]
- **Total of Orders Shipped:** [Data Missing]
- **Highest Order Value:** [Data Missing]

### Order Details

| Date Ordered | Total Days | Airport Code | Order Total |
|--------------|------------|--------------|-------------|
| 4/5/2021     | 4          | AUS          | $975        |
| 4/5/2021     | 10         | AUS          | $1,055      |
| 4/5/2021     | 11         | IAH          | $1,075      |
| 4/5/2021     | 7          | DFW          | $1,000      |
| 4/5/2021     | 11         | IAH          | $2,535      |
| 4/5/2021     | 9          | DFW          | $1,890      |
| 4/5/2021     | 11         | AUS          | $950        |
| 4/6/2021     | 9          | DFW          | $1,485      |
| 4/6/2021     | 3          | DFW          | $550        |
| 4/6/2021     | 13         | AUS          | $1,250      |
| 4/6/2021     | 8          | IAH          | $1,210      |
| 4/6/2021     | 13         | DFW          | $550        |
| 4/7/2021     | 9          | IAH          | $1
Transcribed Image Text:### Shipping Statistics #### General Statistics - **AUS (Austin)** - # of Shipments: [Data Missing] - Total Order Value: [Data Missing] - Average # of Days: [Data Missing] - **DFW (Dallas/Fort Worth)** - # of Shipments: [Data Missing] - Total Order Value: [Data Missing] - Average # of Days: [Data Missing] - **IAH (Houston)** - # of Shipments: [Data Missing] - Total Order Value: [Data Missing] - Average # of Days: [Data Missing] #### Houston (IAH) Orders Over $1,000 - **Number of Orders Shipped:** [Data Missing] - **Total of Orders Shipped:** [Data Missing] - **Highest Order Value:** [Data Missing] ### Order Details | Date Ordered | Total Days | Airport Code | Order Total | |--------------|------------|--------------|-------------| | 4/5/2021 | 4 | AUS | $975 | | 4/5/2021 | 10 | AUS | $1,055 | | 4/5/2021 | 11 | IAH | $1,075 | | 4/5/2021 | 7 | DFW | $1,000 | | 4/5/2021 | 11 | IAH | $2,535 | | 4/5/2021 | 9 | DFW | $1,890 | | 4/5/2021 | 11 | AUS | $950 | | 4/6/2021 | 9 | DFW | $1,485 | | 4/6/2021 | 3 | DFW | $550 | | 4/6/2021 | 13 | AUS | $1,250 | | 4/6/2021 | 8 | IAH | $1,210 | | 4/6/2021 | 13 | DFW | $550 | | 4/7/2021 | 9 | IAH | $1
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 5 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education