ollyhughes1982
Well-known Member
- Joined
- Nov 27, 2018
- Messages
- 760
- Office Version
- 365
- Platform
- MacOS
Hi,
‘All Completed Runs - SAT L’ worksheet:
‘All Completed Runs - SAT’ worksheet:
I have the below formula in cell A4 of the ‘All Completed Runs - SAT L’ worksheet, which is working correctly (it pulls the correct data from column D of the ‘All Completed Runs - SAT’ worksheet).
=IFERROR(SORT(FILTER('All Completed Runs - SAT'!$D$4:$D$2003,('All Completed Runs - SAT'!$D$4:$D$2003>=1)*('All Completed Runs - SAT'!$D$4:$D$2003<=10))),"")
However, in B4 of the ‘All Completed Runs - SAT L’ worksheet I now want to return corresponding columns from the ‘All Completed Runs - SAT’ worksheet, but am not sure how to do this. I have tried the below, but it doesn’t work correctly. As you can see, the first value that corresponds to 1 in the ‘All Completed Runs - SAT’ worksheet is ‘Newport parkrun’, but this formula returns ‘Cardiff parkrun’, which isn’t corect.
=IFERROR(SORT(FILTER('All Completed Runs - SAT'!$A$4:$A$2003,('All Completed Runs - SAT'!$D$4:$D$2003>=1)*('All Completed Runs - SAT'!$D$4:$D$2003<=10))),"")
I’m not sure what I’m doing wrong here, I thought that changing the first part of the filter ('All Completed Runs - SAT'!$D$4:$D$2003) to 'All Completed Runs - SAT'!$A$4:$A$2003 would return the correct values from column A in the ‘All Completed Runs - SAT’ worksheet.
I’m thinking that I might need some sort of OFFSET function? I have tried a few things, but cannot get anything to work.
Thanks in advance!
‘All Completed Runs - SAT L’ worksheet:
‘All Completed Runs - SAT’ worksheet:
I have the below formula in cell A4 of the ‘All Completed Runs - SAT L’ worksheet, which is working correctly (it pulls the correct data from column D of the ‘All Completed Runs - SAT’ worksheet).
=IFERROR(SORT(FILTER('All Completed Runs - SAT'!$D$4:$D$2003,('All Completed Runs - SAT'!$D$4:$D$2003>=1)*('All Completed Runs - SAT'!$D$4:$D$2003<=10))),"")
However, in B4 of the ‘All Completed Runs - SAT L’ worksheet I now want to return corresponding columns from the ‘All Completed Runs - SAT’ worksheet, but am not sure how to do this. I have tried the below, but it doesn’t work correctly. As you can see, the first value that corresponds to 1 in the ‘All Completed Runs - SAT’ worksheet is ‘Newport parkrun’, but this formula returns ‘Cardiff parkrun’, which isn’t corect.
=IFERROR(SORT(FILTER('All Completed Runs - SAT'!$A$4:$A$2003,('All Completed Runs - SAT'!$D$4:$D$2003>=1)*('All Completed Runs - SAT'!$D$4:$D$2003<=10))),"")
I’m not sure what I’m doing wrong here, I thought that changing the first part of the filter ('All Completed Runs - SAT'!$D$4:$D$2003) to 'All Completed Runs - SAT'!$A$4:$A$2003 would return the correct values from column A in the ‘All Completed Runs - SAT’ worksheet.
I’m thinking that I might need some sort of OFFSET function? I have tried a few things, but cannot get anything to work.
Thanks in advance!