Predict next visit

lionginass

New Member
Joined
Jul 29, 2016
Messages
24
Hello,


Lets say that i am trying to predict when will a customer come back to my shop.

1 means that customer has visited my shop, meanwhile blank cell means that customer did not visit
I recorded data of 10 days and i need to predict next visit.
It is obvious that customer1 visits every 2 days ant customer2 every 3 days, so Customer1 will visit on 12th day and Customer2 on 13th day.
problem is that i have much more customers and less obvious patterns :)

So i need a formula which return "blanks" for both customers on 11th day, return "1" for customer1 on 12th day and return "1" for customer2 on 13th day

Day12345678910111213
Customer1
11111
Customer21111

<tbody>
</tbody>


Hope that everything is clear and solutions is easy :)
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Hi, first thing, which version of Excel (just for those who don't have the same version)
I would suggest one table with the actual visits and another table with the predictions
 
Upvote 0
Hi,

I have excel 2010


ABCDEFGHIJKLMN
1Day
12345678910111213
2Customer111111
3Customer21111

<tbody>
</tbody>

Once again, i need a formula to return 1 in Cell M2 and Cell N3

1 means that customer has visited the shop
 
Upvote 0
Since you cannot have a formula AND a value in the same cell. have you given the idea I opted a thought?
 
Upvote 0
It will probably have to be done using a macro to calculate the intervals between each visit and the number of visits the customer makes.
I don't think a ready-made formula exists for these type of calculations, but maybe someone with statistics knowledge can shed a light for you.
I guess it will be writing down the options and then write the code for this.
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

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