Hey all
Having a bit of a problem with a formula I'm trying to recreate from Excel. I need to lookup an ID from Sheet 1 against Sheet 2 and return column 20 if column 4 meets the correct string criteria. Index/match with an IF? Index/Collect?
Help would be hugely appreciated!
Edit: I'm getting an incorrect argument error for my formula
=INDEX({Subject Status}, COLLECT({All Blocks Reg Report}, {Student ID}, [Student ID]@row, {Academic Period}, "Spring"), 0)
Further edit: Figured out the issue - =INDEX(COLLECT({Subject Status}, {Student ID}, [Student ID]@row, {Academic Period}, "Spring"), 1)
Cheers