Hi,
I need some kind of IF/INDEX/COLLECT formula but the level of complexity have left me lost.
What I'm trying to do is return a fee based on the country/currency matching, as well as name, course and format.
I can happily create an INDEX/COLLECT to match the Instructor Name, Course, Format and Country/Currency to return the Fee. However, if the Country/Currency don't match, I want to return the data in a different column (Converted Fee).
Below is my starting point.
=INDEX(COLLECT({Fee_Instructor Fee}, {Instructor Name_Instructor Fees}, Instructor@row, {Course_Instructor Fees}, Course@row, {Format_Instructor Fees}, Format@row, {Instructor Currency_Instructor Fee}, Country@row), 1)
How do I build in returning the Converted Fee column if the Country/Currency don't match?
Screenshots attached.
Thanks,
Hannah