Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi all - many thanks to any reples its most appreciated although im still
having a few issues as my spreadsheet now has #NAME writen in many cells - my code is as follows Sub spot_duplicates() Dim cell As Range Dim counter As Integer Sheets("Data").Select Range("V4:V1443").Select For counter = 4 To 1443 Range("V" & counter).Formula = "=IF(COUNTIF(H4:H1443,H4)=1,H&counter)" Next counter End Sub -- C Ward |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif function Issue | Excel Worksheet Functions | |||
COUNTIF Function issue | Excel Worksheet Functions | |||
Countif issue | Excel Worksheet Functions | |||
Excel Function . . . Continued | Excel Discussion (Misc queries) | |||
issue with countif in vba | Excel Programming |