LinkedIn followers vs connections

sageman

Regular Member
Joined
Aug 15, 2007
Messages
256
Reaction score
120
Is there a way to find out which of my connections on LinkedIn have unfollowed me? The number of followers I have are less than my connections.
 
Not my solution, but might work:
  1. Copy all of your followers and all of your following.
  2. Paste as text only into column A in Excel.
  3. Insert a table and delete blank rows.
  4. In column B of following create this function =vlookup(A2,table2,1,FALSE)
    1. Note: I am presumming the tables have a title, hence A2 not A1 and that the followers table is table2, not table1.
  5. In the filter on column B filter to only show #N/A
  6. In column A you can now view who is not following you, its quite obvious although you have to sift a bit.
 
Back
Top