+ Reply to Thread
Results 1 to 4 of 4

Limited autoformatting when pasting

  1. #1
    Registered User
    Join Date
    07-05-2006
    Posts
    9

    Help needed when pasting

    Trying to find a timesaving operation, help needed.

    I.E. a formula like this;

    IF(LEFT(SheetA.A1,1)="X",(SheetB.B1*SheetC.C1),T(""))

    Now using this formula in Sheet D, I want the Table A value to remain fixed and the B&C values move along as I paste the original down rows or columns.
    On row zz and colum YY it should look like this;
    IF(LEFT(SheetA.A1,1)="X",(SheetB.YYzz*SheetC.YYzz),T(""))

    Help!

    //Johan
    Last edited by Flaxkrax; 07-05-2006 at 04:39 AM. Reason: title didn't quite fit...

  2. #2
    Stefi
    Guest

    RE: Limited autoformatting when pasting

    Hi Flaxkrax,
    Try this:
    IF(LEFT(SheetA!$A$1,1)="X",(SheetB!$B1*SheetC!$C1),T(""))

    Regards,
    Stefi


    „Flaxkrax” ezt *rta:

    >
    > Trying to find a timesaving operation, help needed.
    >
    > I.E. a formula like this;
    >
    > IF(LEFT(SheetA.A1,1)="X",(SheetB.B1*SheetC.C1),T(""))
    >
    > Now using this formula in Sheet D, I want the Table A value to remain
    > fixed and the B&C values move along as I copy it down rows or columns.
    > On row zz it should look like this;
    > IF(LEFT(SheetA.A1,1)="X",(SheetB.Bzz*SheetC.Czz),T(""))
    >
    > Help!
    >
    > //Johan
    >
    >
    > --
    > Flaxkrax
    > ------------------------------------------------------------------------
    > Flaxkrax's Profile: http://www.excelforum.com/member.php...o&userid=36040
    > View this thread: http://www.excelforum.com/showthread...hreadid=558333
    >
    >


  3. #3
    Registered User
    Join Date
    07-05-2006
    Posts
    9

    Thanks!

    That was just what I was looking for!!


    //Johan "Flaxkrax", greatful newbie

  4. #4
    Stefi
    Guest

    Re: Limited autoformatting when pasting

    Thanks for the feedback!
    Stefi


    „Flaxkrax” ezt *rta:

    >
    > That was just what I was looking for!!
    >
    >
    > //Johan "Flaxkrax", greatful newbie
    >
    >
    > --
    > Flaxkrax
    > ------------------------------------------------------------------------
    > Flaxkrax's Profile: http://www.excelforum.com/member.php...o&userid=36040
    > View this thread: http://www.excelforum.com/showthread...hreadid=558333
    >
    >


+ 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