Log File Access - need Unique Day Count For User List

sbrotz

Board Regular
Joined
Jul 22, 2004
Messages
138
I am working with a Log file and need to count the number "Days" each User has logged in, not the times the User has logged in.

Column "A" contains the email address (Range Name ACCESS -- $A$2:$A$36595)
Column "E" contains the date of access (Range Name TimeStamp $E$2:$E$36595)

Separated by several Blank Columns Cell J2 holds the email address in question

Based on review of other threads, I am using the Formula below entered as an array (Shift-Ctrl-Enter)

=SUM(--(FREQUENCY(IF(Access=$J2,TimeStamp),TimeStamp)>0))

Results are returning as #N/A

What am I missing?
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top