ErnestFichtner
New Member
- Joined
- Jan 3, 2023
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Hi i have a few questions, i try to make advanced formula but still without succes, so i decide to post here.
At first im looking for a data in different TAB which i will write a formula.
Searched Tab is 'Match History'
Result Tab is 'Players'
What have i done?
Counting the number of occurrences (for me is number of played matches for player) for example =COUNTIF('Match History'!A:BK,"player") and this is correctly returns 541.
What i want?
1. Finding all occurrences of a given player counting all records occuring two to the rifhr of the found records, summing then and dividing by their number.
2. Finding the last occurrence of a given player and getting from this row (row) the values from the timestamp field (timestamp is first record in a rows).
3. Finding all occurrences of a given player and counting the number in the last month.
4. Finding all occurrences of a given player and counting the number in the last year.
Thanks for any help.
At first im looking for a data in different TAB which i will write a formula.
Searched Tab is 'Match History'
Result Tab is 'Players'
What have i done?
Counting the number of occurrences (for me is number of played matches for player) for example =COUNTIF('Match History'!A:BK,"player") and this is correctly returns 541.
What i want?
1. Finding all occurrences of a given player counting all records occuring two to the rifhr of the found records, summing then and dividing by their number.
2. Finding the last occurrence of a given player and getting from this row (row) the values from the timestamp field (timestamp is first record in a rows).
3. Finding all occurrences of a given player and counting the number in the last month.
4. Finding all occurrences of a given player and counting the number in the last year.
Thanks for any help.