Sameer.k21
Member
Hello,
I have trying to get average time taken and count of entries for the day.
The uf is created and the sample data is updated.
Please help me in correcting this code or if this is wrong, suggest me the right one.
With Application
Me.TextBox1.Value = .AverageIf(Sheet1.Columns("G"), Date)
Me.TextBox2.Value = .CountIf(Sheet1.Columns("C"), Date)
End With
Regards,
Sameer
I have trying to get average time taken and count of entries for the day.
The uf is created and the sample data is updated.
Please help me in correcting this code or if this is wrong, suggest me the right one.
With Application
Me.TextBox1.Value = .AverageIf(Sheet1.Columns("G"), Date)
Me.TextBox2.Value = .CountIf(Sheet1.Columns("C"), Date)
End With
Regards,
Sameer