Hi All-
I'm trying to use an IF statement to return a specific base fee amount based on a currency code. The IF statement I'm using is =IF(H2=USD,"30.00",IF(H2=CAD,"54.00",IF(H2=AUD,"35.00",IF(H2=BRL,"66.00",IF(H2=INR,"319.00",IF(H2=JPY,"3300.00",IF(H2=KRW,"34590.00",IF(H2=MYR,"98.00",IF(H2=SGD,"31.00",IF(H2=TWD,"999.00","FALSE"))))))))))
Where H2 is where the currency code is. I'm unfortunately only receiving the error #NAME? which I can't figure out why. Can anyone help me out with this please?![]()
Bookmarks