Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 named Name, Month, and Units_Sold. = SUBTOTAL(9, Units_Sold, Month, Gexist2, Name, existF3) = SUBTOTAL (9, Units_Sold, Month = Gexist2, Name = existF3) = SUMIF(Month, Gexist2, Name, existF3, Units_Sold) = SUMIF(Month = Gexist2, Name = existF3, Units_Sold) = SUMIFS(Units_Sold, Month, Gexist2, Name, existF3) = SUMIFS(Units_Sold, Month = Gexist2, Name = existF3) =AUTOSUM(Units_Sold, Month, Gexist2, Name, existF3) =AUTOSUM (Units_Sold, Month = Gexist2, Name = existF3)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started