fbpx
Search
Close this search box.

Build models & dashboards faster with Watch Window

Share

Facebook
Twitter
LinkedIn

Here is a familiar scenario: You are building a dashboard. Naturally, it has a few worksheets – data, assumptions, calculations and output. As you make changes to input data, you constantly switch to calculations (or output) page to check if the numbers are calculating as desired. This back and forth is slows you down.

Use Watch Window to reduce development time.

What is Watch Window:

Watch Window allows you to monitor values in other worksheets. This is very useful when you are testing your calculations / model. As you make changes to the input values / assumptions, Watch Window instantly reports the output values. See below demo to understand how Watch Window helps you.

watch-window-demo

How to Set up Watches?

Simple. Follow below steps:

 

  1. Go to Formulas ribbon tab and activate Watch Window from Auditing area.

    activate-watch-window

  2. Select the cell(s) you want to add as Watches and click on “Add Watch” button on Watch Window
  3. The Watch Window stays visible until you close it. Edit input values to see the results in Watch Window instantly.

add-watch-vba

Adding Watches for VBA

Of course, Watches are a feature in almost all programming editors. Naturally, VBE also supports Watches. To add a watch to a variable / expression, just select it, right click and add Watch from the context menu.

Once you add a watch, you can monitor the expression / variable values when your code breaks. Alternatively, you can also ask VBE to break the code whenever your watch value changes.

Do you use watches?

Whenever I am developing complex pieces of VBA code or a big workbooks, I rely on watches to cut down the developing / testing time. They are very useful, light weight and simple.

What about you? Do you use watches in Excel? Share your experience in the comments section.

More ways to debug your formulas / VBA code

Check out below tips to learn more about formula / VBA code debugging:

Formulas

VBA Development

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.

letter grades from test scores in Excel

How to convert test scores to letter grades in Excel?

We can use Excel’s LOOKUP function to quickly convert exam or test scores to letter grades like A+ or F. In this article, let me explain the process and necessary formulas. I will also share a technique to calculate letter grades from test scores using percentiles.

7 Responses to “Build models & dashboards faster with Watch Window”

  1. Garyk says:

    yes, I use watches in excel vb

  2. ANAND says:

    Dear Chandoo,

    This is a quite useful for myself. I highly appreciate your efforts for acquainting us with this value adding and time saving tip.

  3. Luke M says:

    I'll admit it, I never saw this feature before. I was familiar with using Watch Window in VB, but not in workbook. I'll definitely use this in future when building dashboards!

  4. harshit says:

    it was always great reading your blog, one thing that i want to know, which tool you are using to create such gif image?

  5. Amit says:

    it was also a nice post,,,,,, sir

  6. Pulkit Trivedi says:

    Hello Sir,

    Really very nice post. I didn't use this features in past. But now going to use it..

    Thanks a lot for every time come up with something new..

    Thanks

  7. Hiren Shukla says:

    Very Nice post sir.

    Every Time posting something new.. Thanks a lot

Leave a Reply