Use Paste Special to multiply (or add, divide etc.) a range with a variable [quick tip]

Share

Facebook
Twitter
LinkedIn

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:

sample-report-multiply-with-paste-special

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:

  1. Write the exchange rate in a cell. Name it as rate (or whatever you fancy).
  2. In a blank cell write =rate
  3. Copy this blank cell.
  4. Select the range of numbers which you want to multiply with rate
  5. TIP: if the numbers are not together, hold CTRL and multi-select the ranges.
  6. Press CTRL + ALT + V to launch paste special dialog
  7. Select Multiply as operation type
  8. Select Formulas as paste type
  9. Click ok
  10. Your multiplication is done!
  11. When the rate changes, simply change the original rate cell

Here is a quick demo of this process. Watch it to learn more.

Use Paste Special to multiply (or add, divide etc.) a range with a variable - Demo

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.

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.

11 Responses to “Who is the most consistent seller? [BYOD]”

  1. Hui... says:

    The Date column in the sample file is Text not Dates

  2. Great Chandoo. Keep it up, Looking forward more from BYOD..

  3. gayani says:

    Thanks

  4. Frank Tonsen says:

    With Excel 2013 the pivot table could be connected to the data model which provides a distinct count.

  5. Mak says:

    This will do for invoice count
    =COUNTIF(F:F,H12)
    Instead of
    =COUNTIFS(sales[SELLER],$H12)

  6. Alejandro says:

    Excellent document. How did you make the last graphic? Witch app. Thanks for answer.

  7. Chris says:

    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))

    • Vândalo says:

      Hi Chris,

      =countif(sales [date],sales[date]) function is counting the unique dates in the table.

      Vândalo

  8. Nguyen says:

    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?

  9. TS says:

    Hi,

    Not understood this formula: {=SUMPRODUCT(IF(sales[SELLER]=H12,1/COUNTIFS(sales[SELLER],H12,sales[date],sales[date]),0))}

    Please explain.

    Thanks.

Leave a Reply