tracking visitors for church

StephEllett

New Member
Joined
Nov 9, 2011
Messages
1
Ok, I need a formula/method to help with tracking our visitors to church. Here is the low down.
I need to be able to type in the visitors and their info each week on a master list, then have a page listing all those who are on their first visit (first record/row) then move their info to a page when they have come twice (two rows of info) and so on for at least 3rd and 4th visit.
I keep thinking a hlookup of those listed x number of times returning the entire row of information to another workbook page would work. But I just cannot wrap my head around how that would be written.
Any thoughts? I need the tracking feature bc we have different parts of the church do things for them as they visit.

Also - I thought you could set up a cell to be a check box type feature. I cannot seem to find that anymore. Maybe I am dreaming.

Thanks!

Stephanie Ellett
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Welcome to Forum.
You can use COUNTIF() function if you just need to know the number of visits.
Thus:
Excel Workbook
ABCDEF
1DateNameNameVisits
2xa1
3yb1
4zp1
5aq1
6xx3
7yy2
8pz1
9q
10x
11b
Sheet1



The EF Table can be on a different sheet also.
 
Upvote 0

Forum statistics

Threads
1,215,473
Messages
6,125,013
Members
449,204
Latest member
tungnmqn90

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