+ Reply to Thread
Results 1 to 2 of 2

Excel 2003-How do I conditionally reference cells from one worksheet to another?

  1. #1
    Registered User
    Join Date
    04-14-2010
    Location
    Pittsburgh
    MS-Off Ver
    Excel 2003
    Posts
    1

    Excel 2003-How do I conditionally reference cells from one worksheet to another?

    I need to conditionally reference rows of cells from one worksheet to another. Specificially, I want to copy certain rows from one worksheet to another ONLY IF there is a "Y" or a "?" in a certain column. I want to leave any rows that have an "N" in the column, so in all, I have three variables: "Y & ?" should trigger the reference copy and "N" should leave the data on the main worksheet.
    I am able to copy cells presently from one worksheet to another using the simple "=" function. I just would really like to do this conditionally so I get only the rows that I need.
    Any help would be tremendously appreciated! Thanks!

  2. #2
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187

    Re: Excel 2003-How do I conditionally reference cells from one worksheet to another?

    Hi,
    in your post you first talk about copying rows but then yor example talks about cells. I am assuming you mean cells.

    If you put this formula in cell A1 formula says if cell A3 is N then use the value in Sheet3!a7 else use the value from A6

    =if(A3="N", Sheet3!A7, A6)


    click on the * Add Reputation if this was useful or entertaining.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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