Excel: How to do Problem Solving Modelling the Right Way

You boss just gave you a problem, and he expects you to model it in Microsoft Excel to find the right answer. What should you do? Where should you start? That's exactly what we will cover in this short tutorial.

Excel is not just about cells and functions, it's also about structure and architecture. Just follow me to unlock the ultimate power of problem solving modelling in Excel :-)

The Problem

To do this, we first need a problem to work on. Let's use one that I actually had a few months ago.

I have a website selling an ebook, and I was considering doing some ads on a social media app. But before starting to spend money on this, I wanted to know if it might be worth it. So I need to figure out the profits of the campaign.

How would you go about solving this problem? Let's work on this together, in Excel!

an excel table of a marketing campaign to explain how to do the problem solving modelling

The Inputs

The first thing to do is to define our inputs (also called variables). The inputs are the data that we have or can guess, that we will use later to do our computation.

In general, the inputs should be plain numbers, not formulas. For our problem we have 5 inputs:

an excel table with inputs of a marketing campaign to be filled

Then it's up to you to decide the values for each of these inputs. Some are easy to decide like "budget", because you normally know what your budget actually is. Others are much more complicated, like the "cost per visit" that depends on this social media app. For a starting point, let's use these numbers:

an excel table with inputs of a marketing campaign

So how can we go from this to get our profits?

Intermediary Results

With all these inputs, we can just use a big formula in a single cell to compute our profits, right?

So we need to do profit = net revenue - costs, and the net revenue is something like visitors * conversion * book price - fees, and the number of visitors is...

Wait, this is already too complicated! Instead of computing directly the result in a single formula, we should do an intermediary step. Here are some computations we should do with our inputs:

an excel table with results of a marketing campaign to be computed

As you can see this is basic math. Most of the time you won't need to use complex formulas or functions to compute things.

an excel table with intermediary computed results of a marketing campaign

The Outputs

Now with the inputs and the intermediary results, we can finally get to the profits.

The formula is simple: profit = net revenue - costs. Which gives us:

an excel table with a computed profit result of a marketing campaign

So with our current inputs, we will make $88 in profit. Not bad!

Change the Inputs

But as we mentioned earlier, some of our inputs might be wrong. Maybe the cost per visit is a lot higher, or the conversion rate is actually lower. We are never sure, the best we can do is to test different scenarios.

It's always worth to spend some time testing different combination of inputs to see how the output is changing.

a problem solving model to compute the profit of a marketing campaign

The coolest thing is that you just need to change the input cells, and no need to modify anything else. The computation works automatically and you can even hide the intermediary results to focus just on the profit figure. Pretty amazing, huh? Personally, I love spending time tweaking the inputs to see how they impact everything.

Conclusion

Dividing a problem into 3 parts (inputs, intermediary, and outputs) makes things a lot easier to follow and understand.

Now you should have a better understanding of problem solving modelling, but that's just the beginning. Once you have the model in place you can do some powerful analysis with a really cool Excel feature: the "what if" analysis. You can learn more about this in the goal seek tutorial.

Bonus

The structure of your model can be far more complex if you want to do some forecasting with tons of inputs and iterative computations. In this case, try to split inputs, intermediary, and outputs into different tabs. Also use cell styles wisely to better organize your Excel model.

OK, enough spoilers here, we'll take a look at it together in the next tutorial!

Other articles you might like on ExcelFrog.com