Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 10-11-2018, 11:34 AM
trevorc trevorc is offline Loop through cells and return only unique values Windows 7 32bit Loop through cells and return only unique values Office 2013
Competent Performer
Loop through cells and return only unique values
 
Join Date: Jan 2017
Posts: 173
trevorc will become famous soon enoughtrevorc will become famous soon enough
Default

Thanks, but after looking on the endless web I put together this.
Code:
   For Each rcell In Range("L4:L150")
        If rcell.Value Like "?*@?*.?*" Then
           next_cell_value = next_cell_value & "; " & rcell
           If InStr(next_cell_value, rcell) = 0 Then next_cell_value = next_cell_value & rcell & ";"
        End If
   Next rcell
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to group table by unique values in PowerPivot rlf793 Excel 0 05-17-2017 05:23 PM
Count Duplicate Values without a specific Unique Value Brittni Excel 1 02-01-2017 06:22 PM
Loop through cells and return only unique values Count unique values that match 2 or more criteria caeiro01 Excel 1 10-25-2015 02:34 AM
Loop through cells and return only unique values Combining Records of two sheets with Loop till Unique ID abhilashv Mail Merge 1 01-22-2014 04:02 AM
Loop through cells and return only unique values Display unique values and count the number of child items vthomeschoolmom Excel 2 07-25-2013 06:17 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:28 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft