I would like to use the following function:
=COUNTIF(B3:B400; “<=24/02/2012”)
where 24/02/2012 should be replaced with a pointer to a specific cell. When I expand this function downwards, the pointer should increase likewise.
How can I do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
=COUNTIF(B3:B400; "<="&D3)here D3 is a cell with the date.