Share via

How to use IF formula to use a discount percentage formula

Anonymous
2023-08-08T04:30:41+00:00

Hello, I've been working on a little side project of mine for work where I have to calculate the discount of an item IF it comes from a specific vendor. For example, if VENDOR1 gives me an item I want it to automatically detect the discount and apply it to the regular price (which I have on another sheet), but if VENDOR2 gives me another item, I want it to automatically give me the discounted price with its own discount. Is it even possible? Thank you!

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-08-08T04:51:58+00:00

    =IF(E2="Vendor 1",RAW!D2*(1-Formulas!$B$1),RAW!D2*(1-Formulas!$B$2))

    If it isn't you want, feel free to share any update.

    Was this answer helpful?

    0 comments No comments