Question

8. In the Order Quality Nested column, create a Nested IF function to rank the customer sales by the average sales per orde

1 Total Annual Sales Number of Orders Order Quality Nested $315,044.33 66385 $13,444.68 2172 $181,120.24 35696 $69,608.15 152I am having difficulty writing the Nested function. The formula  I used was =IF(B2<20,"LOW",IF(B2<40,"AVERAGE",IF(B2<100,"HIGH","PRIME"))). All I got was Prime for everything. need help with a nested function in excel.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

yes you will get the all as Prime .. Because what you are doing is taking base as number of order and not the average sales price per order.

You have to use below formula -

For 1st row =IF(A1/B1<20,"LOW",IF(A1/B1<40,"AVERAGE",IF(A1/B1<100,"HIGH","PRIME")))

for 2nd row =IF(A2/B2<20,"LOW",IF(A2/B2<40,"AVERAGE",IF(A2/B2<100,"HIGH","PRIME")))

Thn you can drag the formula in the excel .

Add a comment
Know the answer?
Add Answer to:
I am having difficulty writing the Nested function. The formula  I used was =IF(B2<20,"LOW",IF(B2<40,"AVERAGE",IF(B2<100,"HIGH","PRIME"))). All I got...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • I am confused on how to write the function for the following problems. Based off the...

    I am confused on how to write the function for the following problems. Based off the excel document provided.   13. In the "High Annual Sales" column create a function to identify customers that have sales greater than the total average sales of all customers for the year. If greater than the total average, the function should return "Blue Chip," otherwise return "Basic." Conditionally format the "Blue Chip" as white text with a blue fill. 14. Insert a new column to...

  • Create a Nested IF function to rank the customer sales by the average sales per order....

    Create a Nested IF function to rank the customer sales by the average sales per order. If the average sales amount per order is less than $20, rank as Low, $20 to less than $40 “Average,” $40 to less than $100 as “High,” and over $100 as “Prime.” Im having difficulty writing an if function for this in excel.

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT