rickparmar
New Member
- Joined
- Jun 22, 2009
- Messages
- 4
Hi all,
I hope I can explain this properly
I'm after some ideas/formulas which will help me create a status tracker.
Background - customer data will have max 6 status depending on where they are in the life cycle. (all customers have a unique identifier)
Weekly data will be provided with customer data either having the same status as previous week or having an updated status. Some customer could stay in the same status for weeks.
Also this weekly data will add new customers to the list,
Weekly data is provided by another team
Currently I have taken 3 weeks worth of data and put them side by side, with the date and customer status. This works out the number of days the customer has stayed in the status. I have used the following formula to give me the result for the past 3 weeks.
However this is not the best practice as I don't want to keep extending the if formula when new weeks are added.
=IF(K2=G2,SUM(TODAY()-F2),IF(K2=I2,SUM(TODAY()-H2),IF(K2<>I2,SUM(TODAY()-J2))))
I have created a master sheet and keep adding new weeks data side by side
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]Date[/TD]
[TD]Status[/TD]
[TD]Date[/TD]
[TD]Status[/TD]
[TD]Date[/TD]
[TD]Status[/TD]
[TD]Number of Days[/TD]
[/TR]
[TR]
[TD]abc1[/TD]
[TD]31/07/2017[/TD]
[TD]XY[/TD]
[TD]07/07/2017[/TD]
[TD]XY[/TD]
[TD]14/07/2017[/TD]
[TD]ZA[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]abc2[/TD]
[TD]31/07/2017[/TD]
[TD]XY[/TD]
[TD]07/07/2017[/TD]
[TD]ZA[/TD]
[TD]14/07/2017[/TD]
[TD]ZA[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]abc3[/TD]
[TD]31/07/2017[/TD]
[TD]TA[/TD]
[TD]07/07/2017[/TD]
[TD]TA[/TD]
[TD]14/07/2017[/TD]
[TD]TA[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
could someone help and think of any ideas please
Thanks in advance
Rik
I hope I can explain this properly
I'm after some ideas/formulas which will help me create a status tracker.
Background - customer data will have max 6 status depending on where they are in the life cycle. (all customers have a unique identifier)
Weekly data will be provided with customer data either having the same status as previous week or having an updated status. Some customer could stay in the same status for weeks.
Also this weekly data will add new customers to the list,
Weekly data is provided by another team
Currently I have taken 3 weeks worth of data and put them side by side, with the date and customer status. This works out the number of days the customer has stayed in the status. I have used the following formula to give me the result for the past 3 weeks.
However this is not the best practice as I don't want to keep extending the if formula when new weeks are added.
=IF(K2=G2,SUM(TODAY()-F2),IF(K2=I2,SUM(TODAY()-H2),IF(K2<>I2,SUM(TODAY()-J2))))
I have created a master sheet and keep adding new weeks data side by side
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]Date[/TD]
[TD]Status[/TD]
[TD]Date[/TD]
[TD]Status[/TD]
[TD]Date[/TD]
[TD]Status[/TD]
[TD]Number of Days[/TD]
[/TR]
[TR]
[TD]abc1[/TD]
[TD]31/07/2017[/TD]
[TD]XY[/TD]
[TD]07/07/2017[/TD]
[TD]XY[/TD]
[TD]14/07/2017[/TD]
[TD]ZA[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]abc2[/TD]
[TD]31/07/2017[/TD]
[TD]XY[/TD]
[TD]07/07/2017[/TD]
[TD]ZA[/TD]
[TD]14/07/2017[/TD]
[TD]ZA[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]abc3[/TD]
[TD]31/07/2017[/TD]
[TD]TA[/TD]
[TD]07/07/2017[/TD]
[TD]TA[/TD]
[TD]14/07/2017[/TD]
[TD]TA[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
could someone help and think of any ideas please
Thanks in advance
Rik