Hi friends,
I have a formula that works, however I am not able to nest this formula to get more conditions. This could be very easy or a bit tricky.
I have the following formula that looks up all the records for an ID belonging to a particular territory:
=(INDEX('[IA Territory Dashboard WORKSHEET.xlsx]Ontario'!$A$3:$A$11,SMALL(IF(Dashboard!$B$7='[IA Territory Dashboard WORKSHEET.xlsx]Ontario'!$H$3:$H$11,ROW('[IA Territory Dashboard WORKSHEET.xlsx]Ontario'!$A$3:$A$11)-MIN(ROW('[IA Territory Dashboard WORKSHEET.xlsx]Ontario'!$A$3:$A$11))+1,""),ROW(A1))))
I would like to nest this so that I can dynamically lookup values in other territories (i.e. when "Dashboard!$B$7='[IA Territory Dashboard WORKSHEET.xlsx]Quebec" it will show data in the Quebec worksheet).
Any help is greatly appreciated.
I have a formula that works, however I am not able to nest this formula to get more conditions. This could be very easy or a bit tricky.
I have the following formula that looks up all the records for an ID belonging to a particular territory:
=(INDEX('[IA Territory Dashboard WORKSHEET.xlsx]Ontario'!$A$3:$A$11,SMALL(IF(Dashboard!$B$7='[IA Territory Dashboard WORKSHEET.xlsx]Ontario'!$H$3:$H$11,ROW('[IA Territory Dashboard WORKSHEET.xlsx]Ontario'!$A$3:$A$11)-MIN(ROW('[IA Territory Dashboard WORKSHEET.xlsx]Ontario'!$A$3:$A$11))+1,""),ROW(A1))))
I would like to nest this so that I can dynamically lookup values in other territories (i.e. when "Dashboard!$B$7='[IA Territory Dashboard WORKSHEET.xlsx]Quebec" it will show data in the Quebec worksheet).
Any help is greatly appreciated.