Thank you, Houston meetup & Bonus tip

Share

Facebook
Twitter
LinkedIn

My mom will be very unhappy with this post. She always told me to focus on one thing at a time. But in this post we are talking about 3 things, not one. Sorry mom.

1. Thank you

I want to thank you for visiting chandoo.org & supporting us.

As I am about to leave to USA for attending Excelapalooza conference, I couldn’t help but be amazed at how much you have given me & my family. Almost 4.5 years ago, when I left my plush corporate job to work full time on Chandoo.org, I had no clue how the future will unfold. Today my heart is full of happiness, my family is secure, my site has grown by heaps and our community (especially you) is awesome.

Without your enthusiasm to learn and keen desire to become awesome, I would not have a job (of running this website). You inspire me to learn new things everyday so that I can share them with you.

Thank you for all the visits, clicks, comments, emails, tweets, likes, signups, purchases & love.

Thank you.

2. Houston Meetup

I am in Houston between 15 – 19 September. If you live in or near Houston area, I would love to meet you, say thanks to you personally. So I have organized a meetup.

Venue: Arthur Storey Park (on Sam Houston Pkwy, Houston, 77072)

Time: Between 5 & 6:30 PM on Friday, 19th September

I will bring some snacks (don’t worry, healthy options only) and we can chat about all things Chandoo.org

 

Please click here to RSVP.

 

Special bonus for bicycle riders: If you ride your bike to the event, I will give you a free copy (ebook) of my VLOOKUP Book.

So go ahead and sign up.

3. Bonus tip

Here is a bonus Excel tip for you. Why? Because we are awesome like that.

Lets say you have a list of transactions in a table like this:

Sum values between 2 dates in Excel - howto?

And you want to find out how much we made in month of July 2014?

You can use SUMPRODUCT to find the answer

Assuming the table is named trans

=SUMPRODUCT((trans[Amount])*(TEXT(trans[Date],"YYMM")="1407"))

Alternative formulas:

=SUMPRODUCT((trans[Amount])*(YEAR(trans[Date])=2014)*(MONTH(trans[Date])=7))

=SUMIFS(trans[Amount],trans[Date],">="&DATE(2014,7,1),trans[Date],"<"&DATE(2014,8,1))

For more on this technique, read Sum values between 2 dates.

So thats all for now. Enjoy your weekend.

And remember to signup for the Houston meetup if you are nearby.

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

Overall I learned a lot and I thought you did a great job of explaining how to do things. This will definitely elevate my reporting in the future.
Rebekah S
Reporting Analyst
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.

5 Responses to “Show more of your workbook on screens [quick tip]”

  1. Bda75 says:

    In 2013 you can also add to the QAT the hidden command "Toggle Full Screen View".

  2. Chris Newman says:

    Instead of using the shortcut CTRL+F1, I prefer just to double-click one of the tab names (ie double-click the "Home" text on the Home tab) to enable the Ribbon Outline view. To return to the normal Ribbon state, just double-click your mouse again!

  3. liu says:

    press Ctrl+Shift+F1, you will get a full screen

  4. efand says:

    Instead of Ctrl + F1, I use Ctrl + Shift + F1 (Excel 2016)

  5. Jay says:

    Alt W E sequence for full screen
    ESC to get back

Leave a Reply