Results 1 to 13 of 13

[VBA] Comparing two columns and pasting the difference into a third column

Threaded View

  1. #1
    Registered User
    Join Date
    02-04-2012
    Location
    Portland, OR
    MS-Off Ver
    2010
    Posts
    5

    [VBA] Comparing two columns and pasting the difference into a third column

    I'm trying to compare two different columns of products and pasting the different into a third.

    If there's a product in column A but isn't in column B. It will show in Column C.

    Example:

    A | B | C
    ----------
    1 | 2 | 1
    2 | 3 | 2
    3 | 0 | 0
    4 | 5 |


    I've just started to pick up VB recently so I'm still a beginner. Any help would be appreciated. Thanks
    Last edited by hydroid; 02-04-2012 at 10:11 PM.

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