Hello,
In the table below, I have a list of clients and the number of license fees they bought into per month. As soon as I see a value I know that is the first month that client signed up. If there are blank values following any cell with a number, I know that client was deactivated.
So in the table below, I see that Client 2 was added in 2014 June, and client 10 was deactivated after 2013 December.
In cell B6, I need to formulate a formula that just tells me simply if this client was added in this period or not. So in cell B7 next to client 2, I would like to see "ADDED", and next to client 10 in cell B15, I would like to see "LOST". The rest of th cells, I would like to leave blank.
I am thinking that it should be some sort of LOOKUP formula but am not sure.
If anyone, could help, I would appreciate it.
Thanks,
nmss18
( I am using a free online HTML maker, so the quality isnt so great)
<tbody>
</tbody>
In the table below, I have a list of clients and the number of license fees they bought into per month. As soon as I see a value I know that is the first month that client signed up. If there are blank values following any cell with a number, I know that client was deactivated.
So in the table below, I see that Client 2 was added in 2014 June, and client 10 was deactivated after 2013 December.
In cell B6, I need to formulate a formula that just tells me simply if this client was added in this period or not. So in cell B7 next to client 2, I would like to see "ADDED", and next to client 10 in cell B15, I would like to see "LOST". The rest of th cells, I would like to leave blank.
I am thinking that it should be some sort of LOOKUP formula but am not sure.
If anyone, could help, I would appreciate it.
Thanks,
nmss18
( I am using a free online HTML maker, so the quality isnt so great)
Fiscal Month | ||||||||||||||||
End User | Current User Status | 2013 July | 2013 August | 2013 September | 2013 October | 2013 November | 2013 December | 2014 January | 2014 February | 2014 March | 2014 April | 2014 May | 2014 June | 2014 July | 2014 August | 2014 September |
Client 1 | Active | 11 | 11 | 11 | 11 | 11 | 11 | 11 | 11 | 11 | 11 | 12 | 12 | 13 | 13 | 12 |
Client 2 | Active | 1 | 1 | 1 | 1 | |||||||||||
Client 3 | Active | 3 | 3 | 4 | 4 | 4 | 4 | 4 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 |
Client 4 | Active | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 3 | 4 | 4 | 4 | 3 |
Client 5 | Active | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 |
Client 6 | Active | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 |
Client 7 | Active | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 |
Client 8 | Active | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 2 | 2 | 2 | 2 | 2 |
Client 9 | Active | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 5 | 5 | 5 | 5 | 5 |
Client 10 | Inactive | 5 | 5 | 5 | 3 | 3 | 3 | |||||||||
Client 11 | Active | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 |
<tbody>
</tbody>
Last edited: