Today I want to introduce a new excel feature to you, called as Picture link.
Well, picture links are not really new, they are called as camera snapshots in earlier versions. They provide a live snapshot of a range of cells to you in an image. So that you can move the image, resize it, position it wherever you want and when the source cells change, the picture gets updated, immediately.
What is the use of Picture Links or Camera Snapshots?
At the outset picture links may seem like a useless feature. But they are pretty powerful. Here are few sample uses for picture links:
- In dashboards & reports: Usually in dashboards, we need to combine charts, tables of data, conditional formatting etc., all in one sheet. When the size of these are not uniform, aligning them on output sheet could be a huge pain. This is when you can use picture links. First create the individual portions of dashboard in separate worksheets. Then, embed picture links to these portions in final dashboard. Re-size them and align as you see fit.
See this in action: Project management dashboard in excel
. - In micro-charts & sparklines: While Excel 2010 has native support for sparklines and other micro-charts, if you want to create a micro-chart in earlier versions of excel you have to use trickery. This is where picture links can help. You can make a regular chart and take a picture link of that. Then resize the picture so that it fits in to a small area.
See this in action: Micro-charts using camera tool.
- In Dynamic Charts: Since picture links are nothing but images with a formula assigned to them, you can easily construct dynamic charts & dynamic dashboards using these.
See this in action: Dynamic chart using camera tool, Dynamic dashboard using camera tool
- In shared workbooks: When you share a workbook with a colleague or boss, a common worry is what if they change formulas or edit something. This is where picture links can be of great use. You can embed a picture link of actual data so that no one can edit it.
How to insert a picture link in Excel – 3 step tutorial:
To insert a picture link to your data, just follow these 3 steps:
- Select the cells. Press CTRL+C
- Go to a target cell. From home ribbon select Paste > As picture > Picture link option (see image below)
- That is all. Your picture link is live. Move it or play with it by changing source cells.

Do you use Picture Link / Camera Snapshot ?
I have been a fan of picture links / camera snapshots ever since I learned about them. I have used them in various dashboards, reports, workbooks to wow my clients, bosses and colleagues. However, one problem with picture links / camera snapshots is that, they do not print well. So I avoid using them for workbooks that get printed alot.
What about you? Do you use picture links often? Share your experience, tips and ideas using comments.
Read more quick tips to become awesome in excel, in less than a minute.
PS: Donut to Hui for telling me about Picture links feature.













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.