Hi,
My issue is little weird. I am using the following formula in my excel. Each of these two if blocks, separately, works fine. However, when I combine then, excel only works on the first block. In this case, if a text has "$", it will work perfectly, but in other case it will throw '#value' error. Please help.
=IF(FIND("$",U16,1)>0, V16, IF(FIND("€",U16,1)>0, VLOOKUP("EUR",Sheet2!$B$2:$C$14,2), "NA"))
My issue is little weird. I am using the following formula in my excel. Each of these two if blocks, separately, works fine. However, when I combine then, excel only works on the first block. In this case, if a text has "$", it will work perfectly, but in other case it will throw '#value' error. Please help.
=IF(FIND("$",U16,1)>0, V16, IF(FIND("€",U16,1)>0, VLOOKUP("EUR",Sheet2!$B$2:$C$14,2), "NA"))