Twitter Formula Contest – We are 5000 strong now

Share

Facebook
Twitter
LinkedIn

Time for blowing my own trumpet and patting my own back over my pointy hair. I feel very proud to announce that our little community at Pointy Haired Dilbert now has its five thousandth member.

Take a minute and pat yourself on the back. This is an achievement because of you. Go ahead, I am waiting.

Ok, enough patting. Time for some gifts and fun.

We have 2 contests to celebrate the occasion. This is the first one. I will announce the second contest tomorrow.

Twitter formula contest.. What?

It is as simple as leaving a twitter. All you have to do is write a formula less than 140 characters and tweet it. It could be a complex array formula to solve the world hunger, or just a regular vlookup with wild card search.

Just follow these guidelines:

  • The formula should be self explanatory
  • Or the formula should be short so that you can squeeze the explanation in the tweet itself
  • Either include @r1c1 in the tweet or post the permalink to your tweet in the comments. Otherwise I cant locate your tweet and hence you wont get the prizes
  • Dont post formulas that are way simple like sum(1,2,3)
  • Finally, if you don’t have a twitter account, you can post your formula in the comments. Character count still remains.
  • You can post as many tweets as you want.
  • Winners will be selected randomly. So post anything as long as it is good.
  • The contest is closes on 15th August midnight (at where I sleep)

What are the prizes?

There are two prizes.

Excel 2007 Formulas bookExcel Dashboard Bundle sponsored by Bonavista Systems.

Andreas, who owns the company has been kind enough to sponsor this prize. The dashboard bundle includes two kickass products from BonaVista systems – Excel Microcharts and Chart Tamer [My review of chart tamer here].

This prize is worth $200.

Excel 2007 Formulas bookExcel 2007 Formulas by John Walkenbach

J Walk, who probably authored a zillion excel books provides a complete reference of Excel 2007 formulas in this wonderful book. The book is a must have for both excel beginners and more advanced users. And it is just a tweet away to become yours.

This prize is worth $28.

Any doubts?

Leave a comment or tweet me @r1c1.

No doubts?

Good, what are you waiting for then? Get tweeting.

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.

One Response to “How to compare two Excel sheets using VLOOKUP? [FREE Template]”

  1. Danny says:

    Maybe I missed it, but this method doesn't include data from James that isn't contained in Sara's data.

    I added a new sheet, and named the ranges for Sara and James.

    Maybe something like:
    B2: =SORT(UNIQUE(VSTACK(SaraCust, JamesCust)))
    C2: =XLOOKUP(B2#,SaraCust,SaraPaid,"Missing")
    D2: =XLOOKUP(B2#,JamesCust, JamesPaid,"Missing")
    E2: =IF(ISERROR(C2#+D2#),"Missing",IF(C2#=D2#,"Yes","No"))

    Then we can still do similar conditional formatting. But this will pull in data missing from Sara's sheet as well.

Leave a Reply