You have the following chart that sorts states by the number of products each state has purchased.
Which formula should you use to Include a number with the position of each state within each region?
You have the following chart that sorts states by the number of products each state has purchased.
Which formula should you use to Include a number with the position of each state within each region?
To include a number with the position of each state within each region, the correct formula to use is INDEX(). INDEX() provides the position of each row in the partition, which can be modified and reset based on the region in this case. This way, each state will be assigned a unique position number within its respective region.
C. INDEX()
sorry it should be B B. LOOKUP(SUM([Quantity]))
It's INDEX()