Way to manage events, attendees and trends?

candymycandy

New Member
Joined
Jun 14, 2022
Messages
17
Office Version
  1. 365
Platform
  1. Windows
Hi all,

Just looking for some ideas. I need to create an interactive file whereby users can manage company events. The data includes things like attendees, dates, conference names etc. Ideally we want to be able to offer insights such as how many conferences as X attendee been to, did he go to the last one or not (e.g. so we can email him to invite him etc). How much has been spent etc. I know this can be done in excel but I need it in a clean way. The current file has lots of tabs, massive sheets etc. Would be good to have in a dashboard format etc and ultimately be easy for the user to update and use. Wondering if anyone else has created such a thing and could give me some pointers? Many thanks.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
maybe 1 sheet with the data

name of event / date of event - perhaps nore than one /location / name of attendee / date attending /

how do you record spend , and did he/she attend
is this an extraction from an existing data base - or does someone sit and enter all the data into a spreadsheet

probbaly best to think of all the summary - dashboard data you would like to present , which would help inform you of the data you need to have

sounds like a crm system ......
 
Upvote 0
Hi etaf, thanks for your reply.

A messy version of the data exists already but the users do enter the data in themselves (attendees, ticket cost etc).

I think some of the main requirements (and the bits I am stuck on) are:
  1. Displaying attendees and which events they've been to. I am not even sure it is possible in excel.
  2. Where a previous company is not using the allocated allowance for their company to come to these events/how much a company has spent
  3. both in an easily readable format that is usable and updates automatically

A CRM system is a good description I think.
 
Upvote 0
ok, lots of CRM software out there
BUT it maybe possible in excel - just depends on the data entry and if in a format that will allow a dashboard with the criteria you need

a lits of attendies and events should be OK - maybe with a FILTER() and sort functions
or even a pivot table

so Events and clients

Book3
ABCDEFGH
1clienteventclientsorted by eventsorted by clientevent
21 -name1-Event1 -name1-Event1 -name1-Event
32 -name1-Event2 -name1-Event1 -name2-Event
43 -name1-Event3 -name1-Event13 -name3-Event
54 -name1-Event4 -name1-Event14 -name3-Event
65 -name1-Event5 -name1-Event15 -name3-Event
76 -name2-Event6 -name2-Event2 -name1-Event
83 -name2-Event3 -name2-Event2 -name3-Event
94 -name2-Event4 -name2-Event3 -name1-Event
105 -name2-Event5 -name2-Event3 -name2-Event
111 -name2-Event1 -name2-Event4 -name1-Event
122 -name3-Event2 -name3-Event4 -name2-Event
136 -name3-Event6 -name3-Event5 -name1-Event
1413 -name3-Event13 -name3-Event5 -name2-Event
1514 -name3-Event14 -name3-Event6 -name2-Event
1615 -name3-Event15 -name3-Event6 -name3-Event
Sheet1
Cell Formulas
RangeFormula
D2:E16D2=SORT(FILTER(A2:B16,B2:B16<>""),2)
G2:H16G2=SORT(FILTER(A2:B16,B2:B16<>""),1)
Dynamic array formulas.
 
Upvote 0
A SMALL sample spreadsheet, around 10-20 rows, would help a lot here, with all sensitive data removed, and expected results mocked up and manually entered, with a few notes of explanation.

MrExcel has a tool called “XL2BB” that lets you post samples of your data and will allow us to copy/paste your sample data into our Excel spreadsheets, saving a lot of time.

You can also test to see if it works ok, in the "Test Here" forum.

OR if you cannot get XL2BB to work, or have restrictions on your PC

then put the sample spreadsheet onto a share

I only tend to goto OneDrive, Dropbox or google docs , as I'm never certain of other random share sites and possible virus.
Please make sure you have a representative data sample and also that the data has been desensitised, remember this site is open to anyone with internet access to see - so any sensitive / personal data should be removed

Make sure you set any share or google to share to everyone
 
Upvote 0
Hi thanks for getting back to me again. Would love to use some 3rd party software but not able to (£££!). I didn't have permissions for the add in but please see google share, hopefully it works ok and is clear for you and many thanks for taking the time to look!

anondata.xlsx

(there is a formula on this that doesn't work in google sheets)
 
Upvote 0
i used the following MID function - which worked in google sheets
=mid(B3,find("@",B3,1)+1, (find(".",B3,find("@",B3,1))-1) -(find("@",B3,1)))
and then i put the name into F - just to test it works
then used a SUMIF()
=sumif($F$3:$F$22,G3,$D$3:$D$22)

But if you put the MID function into column C then the sum would change to
=sumif($C$3:$C$22,G3,$D$3:$D$22)

the mid function you used works in excel OK

google sheets


anyway

Untitled spreadsheet.xlsx
ABCDEFGHIJ
1events (user entry)attendee (user entry)formula to extract company namecost of ticket per person (user entry, though would be good if could pull from another sheet where all the event data is filled in maybe?)Breakdown of what companies have spent on events. With their membership of our company, they get £x allowance to use on events each year, so want to see what they have used, and what remains. E.G.:Need formula to extract unique company names?This can be entered by userNeed to know what has been used. Each event cost something different which is where I'm stuck!Need to know what is remaining of their £ allocation
2EventDELEGATESCompanyTicket costCompany£ AllocationUsedRemaining
3The Big Conference - 11/11/2023 - 3 pmMrs.bloggs@gmail.comgmail100gmailAmazon50002004700
4The Big Conference - 11/11/2023 - 3 pmMrbloggs@gmail.comgmail100gmailGoogle100003001000
5The Big Conference - 11/11/2023 - 3 pmsara@asda.co.ukasda100asdaMyco10002000
6The Big Conference - 11/11/2023 - 3 pmharry@google.comgoogle100googleBigco30002001000
7The Big Conference - 11/11/2023 - 3 pmMary@company.comcompany100companyGmail750
8The Big Conference - 11/11/2023 - 3 pmSusan@magic.commagic100magic0
9Our training event - 01/10/2023 - 9amTest@amazon.comamazon200amazon0
10Our training event - 01/10/2023 - 9amemail@yahoo.comyahoo200yahoo
11Our training event - 01/10/2023 - 9amhello@company.comcompany200company
Data
Cell Formulas
RangeFormula
I3:I9I3=SUMIF($F$3:$F$22,G3,$D$3:$D$22)
C3,C5:C11C3=MID(LEFT(B3,FIND(".",B3,FIND("@",B3))-1),FIND("@",B3)+1,99)
C4C4=MID(LEFT(B19,FIND(".",B19,FIND("@",B19))-1),FIND("@",B19)+1,99)
F3:F11F3=MID(B3,FIND("@",B3,1)+1, (FIND(".",B3,FIND("@",B3,1))-1) -(FIND("@",B3,1)))


 
Upvote 0
Solution
Sorry for the delay, just had time to test this out now and it works!

Thanks so much :)
 
Upvote 0

Forum statistics

Threads
1,215,427
Messages
6,124,830
Members
449,190
Latest member
rscraig11

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