Hi All,
Currently we have the below system in place to return the value of a specific cell out of a specific column. So for example, If the country is Germany it pulls the information out of the Germany Column. This works great!
But now comes my problem. We have added a Germany Refurbishment Column. So now it should work like this: If country is Germany and Project Type is Refurbishment then it should pull the info out of the Germany Refurbishment Column(but only for Germany). But no mather what I tried i can't seem to get the formula to work.
Do you have any suggestions?
Thanks in advance!
Below is the formula in the screenshot:
=IF($Metric$10 = "Netherlands"; Netherlands@row; IF($Metric$10 = "France"; France@row; IF($Metric$10 = "Germany"; Germany@row; IF($Metric$10 = "Belgium"; Belgium@row))))