+ Reply to Thread
Results 1 to 2 of 2

Getting remaining entries

  1. #1
    Registered User
    Join Date
    02-20-2006
    Posts
    12

    Getting remaining entries

    Well I have made certain entries in a column A, column B contains some of the entries of column A . And the entries in column B are randomly selected entries from column A. Now i want the remaining entries(which are not in column B) in column C.

    How would I do this?

    With regards
    Harvinder

  2. #2
    Registered User
    Join Date
    03-02-2005
    Location
    Greenville, SC, USA
    Posts
    41
    See if this will work (in the C column).

    =IF(COUNTIF(B:B,A1)>0,"",A1)

+ 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