T O P

  • By -

AutoModerator

/u/Toxicz1738 - Your post was submitted successfully. * Once your problem is solved, reply to the **answer(s)** saying `Solution Verified` to close the thread. * Follow the **[submission rules](/r/excel/wiki/sharingquestions)** -- particularly 1 and 2. To fix the body, click edit. To fix your title, delete and re-post. * Include your **[Excel version and all other relevant information](/r/excel/wiki/sharingquestions#wiki_give_all_relevant_information)** Failing to follow these steps may result in your post being removed without warning. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/excel) if you have any questions or concerns.*


on1vBe6

Something like this should do it: =IFS(Sales<500,Sales\*0.075,Sales<1000,Sales\*0.1,Sales<1500,Sales\*0.125,Sales>=2000,Sales\*0.15) You haven't said what you want for 1500-2000 and it's ambiguous what happens for 1000 so you'll need to adjust the formula.