Hi,
I have a list of sites and I am try to auto populate the Site type column based on different sheets (Site Index sheet... but each country has one)
I have the formula working to reference just Australia's Site Index Sheet but I need to INDEX all of the countries sheets ...
=INDEX({AU - Ops Site Index BL}, MATCH([Site Name]@row, {AU - Ops Site Index Site name}, 0))
I tried the below but that doesn't ork:
=INDEX({AU - Ops Site Index BL}, MATCH([Site Name]@row, {AU - Ops Site Index Site name}, 0)) + INDEX({CEE - Ops Site Index BL}, MATCH([Site Name]@row, {CEE - Ops Site Index Sitename}, 0))