Here is a fun way to use Paste Special to quickly multiply everything in a range with 1.1 (why 1.1? Well, imagine you have a report with everything in US $s and your boss wants to see the numbers in Australian $s…)
But your report looks like this:

And the total column has different formulas for each row. So you can’t multiply first cell with a rate variable and drag it down. You have to manually edit each formula and add *rate at the end of it.
Oh wait…, you can use Paste Special.
Simple, use below steps:
- Write the exchange rate in a cell. Name it as rate (or whatever you fancy).
- In a blank cell write =rate
- Copy this blank cell.
- Select the range of numbers which you want to multiply with rate
- TIP: if the numbers are not together, hold CTRL and multi-select the ranges.
- Press CTRL + ALT + V to launch paste special dialog
- Select Multiply as operation type
- Select Formulas as paste type
- Click ok
- Your multiplication is done!
- When the rate changes, simply change the original rate cell
Here is a quick demo of this process. Watch it to learn more.

Do you use Paste Special operations?
I use the operations feature of paste special from time to time. But I never thought it would actually write formulas when multiplying with a cell having formula. This is really cool and could save time in some very tricky situations.
What about you? Do you use Paste Special operations feature? When do you use it? Please share your tips & experiences in the comments area.
More tips on Paste Special
If you think pasting is all about CTRL+V, you are obviously missing out on many time saving features of Excel.
Check out below articles for many cools ways to save time when copy pasting things 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.