+ Reply to Thread
Results 1 to 2 of 2

copy using filter not working properly

Hybrid View

  1. #1
    Registered User
    Join Date
    07-25-2009
    Location
    india
    MS-Off Ver
    Excel 2016
    Posts
    41

    copy using filter not working properly

    I have this data in sheet 1
    S.No Name COl2
    1 A Apple
    2 B Ball
    3 C Cat
    4 A Apple
    5 B Ball
    6 C Cat

    In sheet 2 I have these columns
    S.no Name Col2
    1 A
    2 B
    3 A
    4 A
    5 B
    6 B

    In sheet 1, I filtered name column and copied apple and when I try to copy the same in sheet 2 (by filtering Name). Its not copying properly.Is there any other to copy other than using Vlookup.

  2. #2
    Registered User
    Join Date
    06-26-2014
    Location
    Philippines
    MS-Off Ver
    2007
    Posts
    16

    Post Re: copy using filter not working properly

    try this

    =IF(RIGHT(A1,1)="A","Apple","")&IF(RIGHT(A1,1)="B","Ball","")&IF(RIGHT(A1,1)="C","Cat","")

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] IF-THEN-ELSE not working properly
    By danex in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-02-2013, 11:15 AM
  2. Replies: 0
    Last Post: 08-13-2013, 06:10 PM
  3. VBA not working properly
    By stevemills04 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-26-2013, 02:56 PM
  4. [SOLVED] Copy not working properly Excel 2010
    By Flybridge in forum Excel General
    Replies: 9
    Last Post: 04-23-2013, 04:30 PM
  5. [SOLVED] Auto Filter not working properly
    By Dale Fye in forum Excel General
    Replies: 1
    Last Post: 03-16-2005, 10:06 AM

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