Hi, I’ve got two columns. Time of log-in and time of log-out for users. I want to count how many users there are actively logged-in at particular time. I can’t find out how to calculate for values “between this and that”
For example:
8:12 10:54 John
I can do IF to match 8 and 10 and it works but for 9 there is no match although there should be - user is logged-in between those values.
Thanks for any help.