fbpx
Search
Close this search box.

CP028: How to tell business logic & rules to Excel?

Share

Facebook
Twitter
LinkedIn

In the 28th session of Chandoo.org podcast, let’s figure out how to express business rules & logic to Excel.

CP028 - How to tell business logic & rules to Excel formulas  - an introduction to Excel logic functions - Chandoo.org podcast

What is in this session?

What good are spreadsheets if they can’t solve business problems?

But we all struggle when it comes to modeling real world business conditions in Excel. For example, if you have below business rule to decide how much discount to offer a customer,

  • If the customer bought 3 or more times previously and offer 15% discount
  • If the customer bought 1 or 2 times previously AND customer’s age is >40, offer 10% discount
  • If the customer visited our New York store between 6PM-9PM offer 5% discount
  • Else no discount

How would you go about modeling these in Excel?

That is our topic for this podcast session.

In this podcast, you will learn

  • The challenge of modeling business logic & rules in Excel
  • My struggles with such formulas in early days
  • 4 features of Excel that can help you with this.
  • 1. Logical formulas
    • AND
    • OR
    • NOT
    • XOR
  • 2. Support formulas
    • IF
    • IFERROR
    • CHOOSE
  • 3. Information formulas
    • IS functions
  • 4. Operators
    • Brackets
    • +*- operators
  • Example business rules & how to write formulas for them
  • Conclusions

Listen to this session

Click here to download the MP3 file.

 

Links & Resources mentioned in this podcast

Logical formulas – Syntax & Examples:

Support functions & concepts:

Advanced business rules & scenarios:

Homework for you:

Transcript of this session:

Download this podcast transcript [PDF].

What challenges do you face when modeling business rules / logic?

When I was learning Excel, I struggled a few years understanding the concept of logical functions. Of course I was in college, so I had all the time in world to explore and learn.

What about you? Do you write formulas that model real world logic? Where do you struggle? Please share your thoughts & inputs in comments section so that I can help you better.

IF(AND(like chandoo.org, love podcast),

If you like chandoo.org & our podcast, please take a minute and do one or both of below:

Other options to subscribe

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Excel School made me great at work.
5/5

– Brenda

Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

Weighted Average in Excel with Percentage Weights

Weighted Average in Excel [Formulas]

Learn how to calculate weighted averages in excel using formulas. In this article we will learn what a weighted average is and how to Excel’s SUMPRODUCT formula to calculate weighted average / weighted mean.

What is weighted average?

Wikipedia defines weighted average as, “The weighted mean is similar to an arithmetic mean …, where instead of each of the data points contributing equally to the final average, some data points contribute more than others.”

Calculating weighted averages in excel is not straight forward as there is no built-in formula. But we can use SUMPRODUCT formula to easily calculate them. Read on to find out how.

6 Responses to “CP028: How to tell business logic & rules to Excel?”

  1. Chaitanya Sagar says:

    Love (podcast) AND Love (the picture) = TRUE

  2. […] In his latest podcast, Chandoo figures out how to write business logic and rules in Excel formulas. […]

  3. Neville says:

    dear sir

    I am unable to understand how to frame the syntax used in VBA. how can I understand the logic used in programming in vba

  4. Mark says:

    Thanks for great podcast! One thing on ISBLANK... I have found the using the syntax of IF(A1="") which is checking for a zero length string to be a more consistent tool than ISBLANK. In my experience ISBLANK is too restrictive due to how Excel defines blank cells. Checking for a zero length string is more robust for the modeling I have done. YMMV.

    Anyway, thanks again and keep up the good work!

  5. Sunny says:

    Hi,

    Linking data with timelines:

    For E.g. the whole model is prepared on monthly basis from April to March.

    Starting date of some of the variables is April 2014, some may be July 2014. Now if the timeline gets postponed than dates need to be changed and accordingly the whole model have to be shifted. How to automate the same. Meaning thereby the variable that has starting date in Apr 2014 will now shift to Sep 2014 and so on.

    I think, following function need to be used: (if, and). But if the number of variables are very high (that are linked with timeline) it is becoming very difficult to manage...

  6. Nishant bhardwaj says:

    Hi Admin,

    I am not able to see the video version of this prod cast.
    Only audio is coming.

    Can you pls help?

    Regards,
    Nishant

Leave a Reply