Hey!
I have been racking my brain and can't figure out the syntax needed for the following:
I need to count the number of registrants (time stamped) that signed-up for a given contest between a certain timeframe. I have attempted to visualize it below.
I have two tables, and need to do a lookup for the contest number across the row, then once matched, to then go down that column and count and sum all the time stamps that fit between my time restraints. I think I would need some sort of Sum, Countif, and Index syntax combination. I am trying to populate the Sum of Registrants column on the second table.
[TABLE="width: 500"]
<tbody>[TR]
[TD]User
[/TD]
[TD]Contest 1
[/TD]
[TD]Contest 2
[/TD]
[TD]Contest 2
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Date / Time Registered
[/TD]
[TD]Date/Time Registered
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Date / Time Registered
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Date/Time Registered
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Contest
[/TD]
[TD]Date/Time
[/TD]
[TD]Date/Time + 2hrs
[/TD]
[TD]Sum of Registrants
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD]?
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD]?
[/TD]
[/TR]
</tbody>[/TABLE]
PLEASE HELP! THANK YOU
I have been racking my brain and can't figure out the syntax needed for the following:
I need to count the number of registrants (time stamped) that signed-up for a given contest between a certain timeframe. I have attempted to visualize it below.
I have two tables, and need to do a lookup for the contest number across the row, then once matched, to then go down that column and count and sum all the time stamps that fit between my time restraints. I think I would need some sort of Sum, Countif, and Index syntax combination. I am trying to populate the Sum of Registrants column on the second table.
[TABLE="width: 500"]
<tbody>[TR]
[TD]User
[/TD]
[TD]Contest 1
[/TD]
[TD]Contest 2
[/TD]
[TD]Contest 2
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Date / Time Registered
[/TD]
[TD]Date/Time Registered
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Date / Time Registered
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Date/Time Registered
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Contest
[/TD]
[TD]Date/Time
[/TD]
[TD]Date/Time + 2hrs
[/TD]
[TD]Sum of Registrants
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD]?
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD]?
[/TD]
[/TR]
</tbody>[/TABLE]
PLEASE HELP! THANK YOU