excel - COUNT number of times prior to specified time -


hard sum in subject line. need count of how many times time exists prior specified time.

example:

column  column b 4:00   7:00 4:00 4:00 5:00 6:00 8:00 

so need count how many times (column a) have occurred prior time in column b. in above example, there 5 cells in column containing time before time in column b.

hopefully makes sense. appreciated!

you can try one:

=countif(a:a,"<"&b1) 

tell me if doesn't work.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

order - Notification for user in user account opencart -