Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

MUST ANSWER 2 SUBSET QUESTION A+B A) See the screenshot below. What function can be used in cell G3 (and then copied through the range

image text in transcribed

MUST ANSWER 2 SUBSET QUESTION A+B

A)

See the screenshot below. What function can be used in cell G3 (and then copied through the range G3:L9) to summarize the total number of units sold by month and salesperson? Assume that the three columns of the dataset have been namedName, Month,andUnits_Sold.

  • =SUBTOTAL(9,Units_Sold,Month,G$2,Name,$F3)
  • =SUBTOTAL(9,Units_Sold,Month=G$2,Name=$F3)
  • =SUMIF(Month,G$2,Name,$F3,Units_Sold)
  • =SUMIF(Month=G$2,Name=$F3,Units_Sold)
  • =SUMIFS(Units_Sold,Month,G$2,Name,$F3)
  • =SUMIFS(Units_Sold,Month=G$2,Name=$F3)
  • =AUTOSUM(Units_Sold,Month,G$2,Name,$F3)
  • =AUTOSUM(Units_Sold,Month=G$2,Name=$F3)

B)

Again refer to the screenshot below. What function can be used in cell G3 (and then copied through the range G3:L9) to summarize the total number of transactions (assume that each row in the dataset represents one transaction) by month and salesperson? Again assume that the three columns of the dataset have been namedName, Month,andUnits_Sold.

  • =SUBTOTAL(Name,$F3,Month,G$2)
  • =SUBTOTAL(Name=$F3,Month=G$2)
  • =COUNTA(Name,$F3,Month,G$2)
  • =COUNTA(Name=$F3,Month=G$2)
  • =COUNTIF(Name,$F3,Month,G$2)
  • =COUNTIF(Name=$F3,Month=G$2)
  • =COUNTIFS(Name,$F3,Month,G$2)
  • =COUNTIFS(Name=$F3,Month=G$2)
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intermediate Microeconomics

Authors: Hal R. Varian

9th edition

978-0393123975, 393123979, 393123960, 978-0393919677, 393919676, 978-0393123968

Students also viewed these Accounting questions

Question

what impact do transactions have on financial statements

Answered: 1 week ago