ollyhughes1982
Well-known Member
- Joined
- Nov 27, 2018
- Messages
- 793
- Office Version
- 365
- Platform
- MacOS
Hi,
I have two worksheets in the linked file: The first contains the source data. The the second (in the image, below) is the one I need to populate with a function - likely sort of FILTER one. I need to populate columns A and B as per the manually entered entries (highlighted in yellow).
What I need to do is, identify the first sequence where 4 particular parkrun events have been completed in 4 consecutive parkruns. With the relevant data then populating the second worksheet, as per the image.
The criteria for identifying the four parkruns is as per below:
IF(OR(LEFT(C4,6)="Pont y",LEFT(C4,5)="Ponte",LEFT(C4,5)="Ponty"),1,"")
Link to the example file (small size and opens quickly) is here: Example.xlsx
Thanks in advance!
Olly.
I have two worksheets in the linked file: The first contains the source data. The the second (in the image, below) is the one I need to populate with a function - likely sort of FILTER one. I need to populate columns A and B as per the manually entered entries (highlighted in yellow).
What I need to do is, identify the first sequence where 4 particular parkrun events have been completed in 4 consecutive parkruns. With the relevant data then populating the second worksheet, as per the image.
The criteria for identifying the four parkruns is as per below:
IF(OR(LEFT(C4,6)="Pont y",LEFT(C4,5)="Ponte",LEFT(C4,5)="Ponty"),1,"")
Link to the example file (small size and opens quickly) is here: Example.xlsx
Thanks in advance!
Olly.