Forum Discussion
bbsin
May 21, 2022Iron Contributor
urgent need help -how to find repeated attendance/ new attendance of same event of different dates?
hi
can anyone advise.
We have an event (Skill Event) that happens 4 times a year and the attended list of people who attended by department and email address
I need to find 3 things
1) the total repeated attendance from previous event dates
2) no of new attendees from previous event date
3) no of new attendees from two events dates
Can anyone help, what formula to use to work it out?
example
let say if the first event is on 11 May 2022
Date of Event | total attendance | No of repeated attendees from previous event | No of fresh attendees from previous event | No of fresh attendees from two events ago |
11 May 2020 | ||||
8 Nov 2022 | ||||
1 Jan 2021 | ||||
8 May 2021 |
Thank you
- OliverScheurichGold Contributor
Formula in C3:
=MIN(B3,B2)
Formula in D3:
=IF(B3>B2,B3-B2,"")
Formula in E3:
=IF(B3>B1,B3-B1,"")
Is this what you are looking for?
- bbsinIron Contributor