+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Doing Multiple entries based on condition

Hybrid View

  1. #1
    Registered User
    Join Date
    06-20-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    1

    Doing Multiple entries based on condition

    Situation:
    I have 5 different worksheets.
    Sheet1: 3 columns.
    Based on a condition on the value of first column,
    I want to copy the next 2 columns in different sheets.

    For example,
    if sheet1!A1 = Alpha , sheet2!B1 = Sheet1!B1
    if sheet1!A2 = Beta , sheet3!B1 = Sheet1!B2
    if sheet1!A3 = Gaama, sheet4!B1 = Sheet1!B3
    if sheet1!A4 = Alpha , sheet2!B2 = Sheet1!B4
    if sheet1!A5 = Beta , sheet3!B2 = Sheet1!B5
    if sheet1!A6 = Gaama, sheet4!B2 = Sheet1!B6


    I am finding problem implementing the incrementing of rows for destination

  2. #2
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: Doing Multiple entries based on condition

    Try using
    =INDEX(B:B,ROW(A1))

    Instead of B1 to increment automatically.
    Adjust accordingly for your sheet references

+ 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