+ Reply to Thread
Results 1 to 2 of 2

If Row=Apples then Move row to "apples" worksheet

  1. #1
    Registered User
    Join Date
    08-22-2011
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    1

    If Row=Apples then Move row to "apples" worksheet

    I work with a massive workbook, each month I have to input new figures then move certain ones to a new sheet within the same workbook. I need a formula that states:

    IF Column 2 = Apples then move row, columns a thru j to sheet "apples"

    I am not a visual basics person so detailed instructions are needed.

    Thank you in advance.

  2. #2
    Registered User
    Join Date
    08-22-2011
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: If Row=Apples then Move row to "apples" worksheet

    Hi
    I know how to do this but the formula is quite a mouthful.
    Send an example spreadsheet so I can add the formula to it.
    eg:
    =IF(ROW()<=COUNTIF(ALLdata!$B:$B,"apples")+1,INDIRECT(ADDRESS(MATCH(VALUE("apples"),ALLdata!$B:$B,)+ROW()-2,COLUMN(),,,"ALLdata")),"")

+ 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