Hello,
the below code works fine. But this checks for matching date and i would like to use "<=" in this function to compare Date.
for example, JoiningDate=CurrentDate is counted whereas i would require to count JoiningDate<=CurrentDAte
can someone help on how to include that?
Thanks.
the below code works fine. But this checks for matching date and i would like to use "<=" in this function to compare Date.
Code:
Resvalue = Evaluate("=countifs(Empname,""" & RngEmpName & """,jdate," & CLng(Rngdate) & " )")
can someone help on how to include that?
Thanks.