Hi Experts,
I want below code in formula.. Pls assist..
tpa = is a word available in cell
wherever i will find tpa, next cell of that should be return 1 or 0
Dim myRange As Range
Dim myCell As Range
rng = Range("B" & Rows.Count).End(xlUp).Row
Set myRange = Range("B2:B" & rng)
'example=...