ollyhughes1982
Well-known Member
- Joined
- Nov 27, 2018
- Messages
- 760
- Office Version
- 365
- Platform
- MacOS
Hi,
Re the screenshot below, I have a small worksheet that calculates the V-Index for my parkrun volunteering. I have the following formulas in B4 and C4.
B4:
=IFERROR(UNIQUE(FILTER('All Completed VS'!C4:C2003,'All Completed VS'!F4:F2003<>"")),"")
C4:
=IF(B4="","",COUNTIF('All Completed VS'!C:C,B4#))
This previously was thought to be working. However, I now realise that rather than every unique stint (i.e. each row) needing to be included, I should only be including each unique date (day). This is because multiple stints (roles) can be completed on each day.
The values in column C should be:
C4: 1 (I have voluneteered at Newport on 1 unique date)
C5: 2 (I have voluneteered at Newport juniors on 2 unique dates)
C6: 3 (I have voluneteered at Coed Cefn-pwll-du on 3 unique dates)
So, I need to use the same principle as in the original formulas, but for unique dates, rather than each unique row.
I have added some helper columns in AY, BG and BH which I think might help with this? Screenshots of main source spreadsheet, below:
Thanks in advance,
Olly.
Re the screenshot below, I have a small worksheet that calculates the V-Index for my parkrun volunteering. I have the following formulas in B4 and C4.
B4:
=IFERROR(UNIQUE(FILTER('All Completed VS'!C4:C2003,'All Completed VS'!F4:F2003<>"")),"")
C4:
=IF(B4="","",COUNTIF('All Completed VS'!C:C,B4#))
This previously was thought to be working. However, I now realise that rather than every unique stint (i.e. each row) needing to be included, I should only be including each unique date (day). This is because multiple stints (roles) can be completed on each day.
The values in column C should be:
C4: 1 (I have voluneteered at Newport on 1 unique date)
C5: 2 (I have voluneteered at Newport juniors on 2 unique dates)
C6: 3 (I have voluneteered at Coed Cefn-pwll-du on 3 unique dates)
So, I need to use the same principle as in the original formulas, but for unique dates, rather than each unique row.
I have added some helper columns in AY, BG and BH which I think might help with this? Screenshots of main source spreadsheet, below:
Thanks in advance,
Olly.