L
Lee Hunter
Would someone please show me an example of using countif
as a workbook function.
I have used the FInd function to determine the starting
row, Set c = .FInd("1st wave", LookIn:=xlValues)
If Not c Is Nothing Then
d = c.Row
End if
I want to count the number of rows,in column B that
contain the number 1 from the row returned from the Find
for the next 25 rows.
I sincerely appreciate your assistance,
as a workbook function.
I have used the FInd function to determine the starting
row, Set c = .FInd("1st wave", LookIn:=xlValues)
If Not c Is Nothing Then
d = c.Row
End if
I want to count the number of rows,in column B that
contain the number 1 from the row returned from the Find
for the next 25 rows.
I sincerely appreciate your assistance,