Hi,
I have date written in form of 25.12.2016 in excel cells. I would like to reference to this date in formula, but the formula DATE requires that date is written as =DATE(2016;12;25). So I cannot just link to that cell e.g. =DATE (B1), and would need to somehow convert date format.
Is this possible to do it automatically or over some formula?
I want to count in here
=countifs(E1:E1128;">="&B1;E1:E1128;"<="&B2)
Thanks