+ Reply to Thread
Results 1 to 5 of 5

Multiply a range

  1. #1
    Chris Mahoney
    Guest

    Multiply a range

    Hi

    I have a range of values, and I want to multiply them all by 2. How can I do
    this? One idea I had is to copy the range to the clipboard, then fill the
    range with 2s and Paste Special Multiply. However, I can't get this to work.

    Is there a better way?

    Thanks
    Chris


  2. #2
    Bob Phillips
    Guest

    Re: Multiply a range

    One way

    Range("IV1").Value = 2
    Selection.Copy
    Range("A2:A9").PasteSpecial Paste:=xlAll, Operation:=xlMultiply


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Chris Mahoney" <[email protected]> wrote in message
    news:BE44BE1E.142B%[email protected]...
    > Hi
    >
    > I have a range of values, and I want to multiply them all by 2. How can I

    do
    > this? One idea I had is to copy the range to the clipboard, then fill the
    > range with 2s and Paste Special Multiply. However, I can't get this to

    work.
    >
    > Is there a better way?
    >
    > Thanks
    > Chris
    >




  3. #3
    Bunu az Kimse Biliyor
    Guest

    Re: Multiply a range

    Type 2 in one single cell, then copy the cell. Select the entire range to
    multiply and use Paste Special Multiply.

    Greetings,
    Bunu

    "Chris Mahoney" <[email protected]> schreef in bericht
    news:BE44BE1E.142B%[email protected]...
    > Hi
    >
    > I have a range of values, and I want to multiply them all by 2. How can I
    > do
    > this? One idea I had is to copy the range to the clipboard, then fill the
    > range with 2s and Paste Special Multiply. However, I can't get this to
    > work.
    >
    > Is there a better way?
    >
    > Thanks
    > Chris
    >




  4. #4
    Chris Mahoney
    Guest

    Re: Multiply a range

    Never mind, someone emailed me with a simple solution which I'm amazed I
    didn't think of myself.

    Thanks anyway
    Chris


    On 2/25/05 11:35 AM, in article BE44BE1E.142B%[email protected], "Chris
    Mahoney" <[email protected]> wrote:

    > Hi
    >
    > I have a range of values, and I want to multiply them all by 2. How can I do
    > this? One idea I had is to copy the range to the clipboard, then fill the
    > range with 2s and Paste Special Multiply. However, I can't get this to work.
    >
    > Is there a better way?
    >
    > Thanks
    > Chris
    >



  5. #5
    Tom Ogilvy
    Guest

    Re: Multiply a range

    why not share the amazing solution with us.

    --
    Regards,
    Tom Ogilvy

    "Chris Mahoney" <[email protected]> wrote in message
    news:BE44C3E7.1431%[email protected]...
    > Never mind, someone emailed me with a simple solution which I'm amazed I
    > didn't think of myself.
    >
    > Thanks anyway
    > Chris
    >
    >
    > On 2/25/05 11:35 AM, in article BE44BE1E.142B%[email protected], "Chris
    > Mahoney" <[email protected]> wrote:
    >
    > > Hi
    > >
    > > I have a range of values, and I want to multiply them all by 2. How can

    I do
    > > this? One idea I had is to copy the range to the clipboard, then fill

    the
    > > range with 2s and Paste Special Multiply. However, I can't get this to

    work.
    > >
    > > Is there a better way?
    > >
    > > Thanks
    > > Chris
    > >

    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1