According to the attachment a formula VBA demonstration for starters :
PHP Code:
Sub Demo1()
Application.ScreenUpdating = False
With ActiveSheet.UsedRange.Columns(9)
.Formula = "=IF(LEFT(C1,5)=""BANK "",IFERROR(MID(C2,FIND("" on "",C2)-6,6),""""),"""")"
.Item(0) = Evaluate(Replace("IF(#>"""",IF(COUNTIF(#,#)>1,""READ"",""""),"""")", "#", .Address))
.Clear
End With
Application.ScreenUpdating = True
End Sub
► Do you like it ? ► ► So thanks to click on bottom left star icon « ★ Add Reputation » ! ◄ ◄
JEC read is okay , since you are finding a very rare case , 1 out of 99 situation , but that 1 is money thus important what slip of came in as duplicate
Bookmarks