+ Reply to Thread
Results 1 to 3 of 3

copying to worksheets

Hybrid View

  1. #1
    Rich
    Guest

    copying to worksheets

    is it possible for excel to automatically copy a row to another sheet of that
    workbook based on the value of a column?

    for example, if i want to copy row 19 from sheet 1 to row 19 on sheet 2,
    based on the column K having the value inputted as 'yes'?
    --
    - Rich

  2. #2
    Forum Contributor
    Join Date
    11-29-2005
    Posts
    142
    Use if statements,

    eg. =If(sheet1!K19="yes",sheet1!a19,"")

    You would then copy this over as far as you need to and also to other rows.

  3. #3
    Rich
    Guest

    Re: copying to worksheets

    thank you, this should prove very helpful. much appreciated.
    --
    - Rich


    "Vito" wrote:

    >
    > Use if statements,
    >
    > eg. =If(sheet1!K19="yes",sheet1!a19,"")
    >
    > You would then copy this over as far as you need to and also to other
    > rows.
    >
    >
    > --
    > Vito
    > ------------------------------------------------------------------------
    > Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182
    > View this thread: http://www.excelforum.com/showthread...hreadid=492218
    >
    >


+ 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