It has been a while since I have proposed “tweetboards” an option for people making dashboards. I have received two very good examples of the dynamic (automatically updating) tweetboard implementations from our readers.
1. The first example from Fernando
I must appreciate Fernando for sending this beautifully implemented tweetboard. Not only that, he took great troubles to change the formulas so that the dashboard would work in my version of Excel (he prepared it in Portuguese version where the formulas are named differently, so when I open it in my comp, the formulas would show #NAME! error)

Thank you Fernando 🙂
Download the tweetboard implementation example 1 and see it yourself.
2. The second example from Lee
Lee has combined traditional dashboard charts with descriptive text message idea from tweetboard to create this neat claims dashboard. It is very well implemented.

Thank you Lee 🙂
Download the tweetboard implementation example 2 and see it for yourself.
If you want to share your tweetboard implementations
Please drop a comment or tweet me at @r1c1 or email me at chandooDOTd @ gmail.com
If you are wondering what the hell tweetboards are…
Read this post.
Also, read our 6 part tutorial on preparing KPI dashboards in Excel.













11 Responses to “Who is the most consistent seller? [BYOD]”
The Date column in the sample file is Text not Dates
[…] http://chandoo.org/wp/2015/02/18/calculating-consistency-in-excel/?utm_source=feedburner&utm_med… […]
Great Chandoo. Keep it up, Looking forward more from BYOD..
Thanks
With Excel 2013 the pivot table could be connected to the data model which provides a distinct count.
This will do for invoice count
=COUNTIF(F:F,H12)
Instead of
=COUNTIFS(sales[SELLER],$H12)
Excellent document. How did you make the last graphic? Witch app. Thanks for answer.
Can someone tell me what =countif(sales[date],sales[date]) is counting? The value is 19. Its found in the =SUMPRODUCT(IF(sales[SELLER]=H12,1/COUNTIFS(sales[SELLER],H12,sales[date],sales[date]),0))
Hi Chris,
=countif(sales [date],sales[date]) function is counting the unique dates in the table.
Vândalo
Excellent document!
Can you explain more about the calculation on Weighted consistency? More specific the small number is 0,00001 ?
How come the number should be smaller if there is more sellers?
Hi,
Not understood this formula: {=SUMPRODUCT(IF(sales[SELLER]=H12,1/COUNTIFS(sales[SELLER],H12,sales[date],sales[date]),0))}
Please explain.
Thanks.