Hi Everyone,
I have you can help me, I need a formula to count the latestconsequetive times a location is in a range.
Example below:
[TD="width: 77, bgcolor: transparent"] Feb [/TD]
[TD="width: 77, bgcolor: transparent"] Mar [/TD]
[TD="width: 77, bgcolor: transparent"] Apr [/TD]
[TD="width: 77, bgcolor: transparent"] May [/TD]
[TD="width: 77, bgcolor: transparent"] June [/TD]
[TD="width: 77, bgcolor: transparent"] July [/TD]
[TD="width: 77, bgcolor: transparent"] Aug [/TD]
[TD="width: 77, bgcolor: transparent"] Sep [/TD]
[TD="width: 77, bgcolor: transparent"] Oct [/TD]
[TD="width: 77, bgcolor: transparent"] London [/TD]
[TD="width: 77, bgcolor: transparent"] London [/TD]
[TD="width: 77, bgcolor: transparent"] London [/TD]
[TD="width: 77, bgcolor: transparent"] Paris [/TD]
[TD="width: 77, bgcolor: transparent"] Paris [/TD]
[TD="width: 77, bgcolor: transparent"] London [/TD]
[TD="width: 77, bgcolor: transparent"] London [/TD]
[TD="width: 77, bgcolor: transparent"] London [/TD]
[TD="width: 77, bgcolor: transparent"] London [/TD]
[TD="width: 77, bgcolor: transparent"] London [/TD]
</tbody>
In an ideal world in a cell I would like to return for thecity line, a count of 5 for 5 month of London as the first 3 months should be disregardedas they have been broken by other cities.
Thanks for reading!